docs(mcp): retire stale addon setup guidance#983
Open
huangzesen wants to merge 1 commit into
Open
Conversation
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.
Root cause
The active MCP manual described curated-addon setup but did not state the current TUI command boundary. That gap let an agent recommend the retired
/addoncommand and misdescribe/mcpas a guided setup screen during a WhatsApp setup request.Current TUI behavior is deterministic:
/addonwas retired;/mcpis the only command for this surface, and it is read-only configuration/status inspection.Fix
/addon/ read-only/mcpboundary in the MCP manual routerNo TUI command, alias, wizard, runtime guard, provider schema, or WhatsApp credential behavior is added here.
Validation
Failing-first: the new regression failed against the unchanged base because the shipped manual had no current-command/read-only contract.
Final parent gates:
python -m pytest -q tests/test_mcp_capability.py— 28 passedpython -m pytest -q tests/test_architecture_documents.py— 3 passedpython scripts/check_docs_governance.py --check— 277 documents validatedpython -m py_compile tests/test_mcp_capability.pygit diff --checkRequested from Jason's screenshot showing the stale
/addonrecommendation. Personal-account WhatsApp transport is a separate product feature; this PR corrects the current shipped setup contract without pretending that such transport already exists.