FreeOnePlus opened a new pull request, #177:
URL: https://github.com/apache/doris-mcp-server/pull/177

   ## Summary
   
   - add the five-child read-only Pipeline domain runtime for ingestion, 
diagnosis, materialized views, freshness, and dependencies
   - detect Doris Pipeline capabilities with isolated route-aware probe 
connections and structured availability evidence
   - use only recorded Doris load, job, partition, MV, view, and audit 
evidence; return explicit partial or unknown states instead of synthetic data
   - route formal Pipeline handlers ahead of legacy migration bindings while 
preserving the Catalog composite binding
   - update CHANGELOG.md for the Pipeline domain and probe-isolation fix
   
   ## Validation
   
   - uv run ruff check .
   - uv run mypy doris_mcp_server
   - uv run bandit -q -c pyproject.toml -r doris_mcp_server doris_mcp_client 
generate_requirements.py
   - uv run pytest -q -W error: 1605 passed, 73 skipped; 64.42% total coverage
   - domain coverage: protocol 90.34%, authentication 81.53%, core managers 
85.25%
   - real Doris 4.0.5rc1 over Streamable HTTP and stdio: 2 passed
   - uv lock --check, uv build, and clean-wheel runtime dependency smoke passed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to