FreeOnePlus opened a new pull request, #149: URL: https://github.com/apache/doris-mcp-server/pull/149
## Summary - propagate W3C `traceparent`, `tracestate`, and `baggage` from MCP request `_meta` through the SDK OpenTelemetry span on both Streamable HTTP and stdio - validate carrier bounds before the SDK parser, ignore malformed values without echoing them, and redact credential-like baggage keys before propagation - prove parent correlation, request isolation, and absence from model-facing content with HTTP and true subprocess stdio tests ## Validation - `uv lock --check` - `ruff check .` - `mypy doris_mcp_server` (64 files) - `bandit -q -c pyproject.toml -r doris_mcp_server` - `pytest -q -W error`: 1007 passed, 66 skipped - clean sdist/wheel + fresh Python 3.12 install/CLI/import - official MCP 2026-07-28 `server-stateless`: 25/25 passed - real Doris `hhm_dt_sim`: 9 passed across Streamable HTTP and true subprocess stdio; 0 temporary table/user residuals -- 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]
