docs(mcp): regenerate tool registry table — CLAUDE.md listed 29/87 tools #5
Reference in New Issue
Block a user
Delete Branch "docs/sync-tool-registry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CLAUDE.md tool registry was out of sync — only 29 of 87 registered tools listed, with several tools under wrong categories. Regenerated from source. Full table now correct: 87 tools across 12 categories.
Move `import { error as logError }` from mid-file (after PLATFORM_URL declaration) to the conventional top-of-file position. ESM hoisting makes it functionally equivalent but the mid-file placement is confusing. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>Added commit:
src/api.tshadimport { error as logError }mid-file. Moved to top-of-file position.