feat(watchdog): reconcile discovery surfaces (MCP↔Smithery, Agent-Card)#270
Merged
Conversation
Adding an MCP tool or A2A skill without re-publishing the listing makes the new
capability silently undiscoverable — the server exposed 44 tools while Smithery
listed 39, unnoticed. watchdog.check_discovery_drift now runs daily:
- live tools/list (mcp_http :8002) vs the Smithery registry (queryable API) → Δ alerts;
- Agent-Card skills vs a pinned baseline (EXPECTED_AGENT_CARD_SKILLS=13) → drift alerts.
A Smithery-registry outage is skipped, not counted as our drift.
Plus the guardrail in docs: WORKFLOW.md §4.1 post-deploy step + CLAUDE.md
Discovery-Checklist item ("MCP tool changed? → re-publish Smithery; bump the
card baseline"). Enforced by the check, not just documented.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Daily reconciliation in watchdog: live tools/list (mcp_http) vs Smithery registry (Δ alerts), Agent-Card skills vs pinned baseline. Verified live: flags the current server=44 / Smithery=39 (Δ5) drift; card 13==baseline. Plus WORKFLOW.md §4.1 step + CLAUDE.md Discovery-Checklist item. Enforced by the check, not just docs.