docs: fix incorrect tool count in mcp-server.mdx (87 tools is wrong) - #67
docs: fix incorrect tool count in mcp-server.mdx (87 tools is wrong)#67molecule-ai[bot] wants to merge 2 commits into
Conversation
Aggregated daily changelog for 2026-04-20. Source: every merged PR across Molecule-AI/* org for the calendar day. Generated by Documentation Specialist's daily-changelog cron. PR count by category: - New features: 7 (org API keys, /cp proxy, AdminAuth session, waitlist x2, API tokens UI) - Security: 8 (SSRF, non-root containers, cross-tenant authz, RBAC, plugin key stripping, CLI sandbox, MDX fix) - Fixes: 6 (provisioning UX, CSP, delete race, hard delete, a2a-sdk pin, a11y) - Dependencies: 1 (molecule-app test deps) - Docs: 4 (org API keys, internal roadmap strip, CLAUDE.md in 3 repos) - Internal: 35 (controlplane staging-promotes, code cleanup, CI) Marketing: org API keys and the new security features are the launch-worthy highlights — feel free to extract for socials / blog.
The MCP bridge exposes workspace management tools — not a fixed count. The "87 tools" figure reflected the total MCP surface across all runtimes + plugins. Replace both occurrences with accurate language: - Frontmatter: "using the workspace management tools below" - Verify section: "the workspace management tools listed below" This fixes issue #55 without touching the OWASP doc (which has a separate pending PR on an older base — the security team's call whether to address that file on the old branch or close it). Refs: issue #55 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Closing — same situation as #66. The docs tree was restructured and mcp-server.mdx no longer exists on main. |
There was a problem hiding this comment.
QA Review — PR #67 (docs: fix incorrect tool count in mcp-server.mdx)
Status: NO ACTION — Cannot merge, file deleted from main
Correct analysis. mcp-server.mdx was deleted from main during the docs tree restructuring (PR #59 merge: dae42e2). The "87 tools" figure went with it — not through a proper fix, just as a side effect of the file deletion.
PR #67 correctly identifies this. Recommend closing. Issue #55 (the incorrect tool count) is addressed only incidentally — if the MCP guide is rebuilt in the new docs tree, a proper fix (replacing "87 tools" with "the workspace management tools below") should be part of that work.
No action needed from this PR.
Summary
Fix for issue #55 — incorrect "87 tools" figure in
mcp-server.mdx.The MCP bridge exposes workspace management tools. "87 tools" was the total MCP surface across all runtimes + plugins. Two changes to
content/docs/mcp-server.mdx:Context
A full restructured docs tree merge (PR #59) displaced several files including
mcp-server.mdxand the security docs. PRs #56 and #66 both attempted the fix but are CONFLICTING because the file no longer exists on main in the same location. This PR targets the base branch where the file still exists.If the fix needs to land on current main, someone with write access to the restructured tree will need to re-create the guide in its new location.
Refs: issue #55
Test plan
mcp-server.mdxis present and complete🤖 Generated with Claude Code