(mcp) Close final hardening gaps - #429
Merged
Merged
Conversation
tcballard
marked this pull request as ready for review
August 3, 2026 21:38
tcballard
added a commit
that referenced
this pull request
Aug 3, 2026
Re-checks all 29 council findings against 8a15f76 (mcp hardening): 22 unchanged, 7 partially addressed, none fully closed. Notes the shipped docs-contract test as a first instance of the recommended self-drift gate, and the telemetry over-claim relocated to the CLI docs rather than removed.
tcballard
added a commit
that referenced
this pull request
Aug 4, 2026
Re-checks all 29 council findings against 8a15f76 (mcp hardening): 22 unchanged, 7 partially addressed, none fully closed. Notes the shipped docs-contract test as a first instance of the recommended self-drift gate, and the telemetry over-claim relocated to the CLI docs rather than removed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes the final three operability gaps from the MCP hardening review:
--telemetryand Python-era operating guidance, and add executable stdio/HTTP documentation smoke coverage.-as thefindquery andresolveID while preserving option handling for other hyphen-leading tokens.Validation
cargo test --workspace --releasecargo clippy --workspace --release --no-deps -- -D warningscargo test -p decided-mcp --test docs_contractcargo test -p decided --test clicargo test -p asdecided-core --test index_store_vectorscargo test -p decided-mcp --test protocol_legacygit diff --checkThe PR is intentionally one final hardening unit so the docs, supported distribution runtimes, and CLI edge contract land together.