Strip submit_doc_bug tool and gate (Zerto-specific, not applicable to label MCP)

This commit is contained in:
2026-05-23 17:51:56 -04:00
parent 43728320bf
commit 3ca96a3716
5 changed files with 10 additions and 71 deletions
+2 -3
View File
@@ -7,8 +7,7 @@ product-specific has been factored out.
The end product is a streamable-HTTP MCP server with ~15 tools that
any LLM client (Claude Desktop, Claude Code, Cursor, Copilot) can
call to answer questions against the docs, surface what changed
recently, find inconsistencies, and (optionally) submit doc bugs
back upstream.
recently, and flag likely inconsistencies.
## What's here
@@ -97,7 +96,7 @@ python -m docs_mcp.server --transport stdio
- Registry GC script
- Standard tools: `search_docs`, `get_page`, `list_versions`,
`diff_versions`, `bundle_changelog`, `weekly_digest`,
`find_doc_inconsistencies`, `submit_doc_bug`, etc.
`find_doc_inconsistencies`, etc.
## License