Skip to content

docs(mcp): fix stale MCP tool count in Codex example - #800

Merged
jiashuoz merged 1 commit into
mainfrom
docs/fix-codex-mcp-tool-count
Aug 2, 2026
Merged

docs(mcp): fix stale MCP tool count in Codex example#800
jiashuoz merged 1 commit into
mainfrom
docs/fix-codex-mcp-tool-count

Conversation

@jiashuoz

@jiashuoz jiashuoz commented Aug 2, 2026

Copy link
Copy Markdown
Member

Summary

  • mcp/examples/codex/README.md said e2a's MCP server exposes "71 total" tools. The current count is 76 (20 runtime + 56 admin, per mcp/src/tools/tiers.ts), matching the sibling docs mcp/README.md and mcp/examples/README.md, which already say 76.
  • Docs-only fix, found via a routine documentation audit against current code.

Test plan

  • Verified 76 by counting registerTool( calls across mcp/src/tools/*.ts and cross-checking RUNTIME_TOOLS/ADMIN_TOOLS in mcp/src/tools/tiers.ts.
  • Confirmed mcp/README.md and mcp/examples/README.md both already state 76.

Generated by Claude Code

The Codex example README said 71 total MCP tools; the actual current
count is 76, matching the sibling docs (mcp/README.md,
mcp/examples/README.md) and mcp/src/tools/tiers.ts (20 runtime + 56
admin).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C4DfxsAgkCUqWg75tyPhWo
@jiashuoz jiashuoz self-assigned this Aug 2, 2026
@jiashuoz
jiashuoz merged commit 39f99fd into main Aug 2, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants