chore: add MCP token measurement script and docs#507
Merged
jonathannorris merged 3 commits intofeat-cleanup-mcp-tool-typesfrom Sep 5, 2025
Merged
chore: add MCP token measurement script and docs#507jonathannorris merged 3 commits intofeat-cleanup-mcp-tool-typesfrom
jonathannorris merged 3 commits intofeat-cleanup-mcp-tool-typesfrom
Conversation
suthar26
reviewed
Sep 2, 2025
Comment on lines
+80
to
+82
| const d = t.description ?? '' | ||
| const i = t.inputSchema ? JSON.stringify(t.inputSchema) : '' | ||
| const o = t.outputSchema ? JSON.stringify(t.outputSchema) : '' |
Contributor
There was a problem hiding this comment.
nit: the variable names could be more verbose. not blocking
suthar26
approved these changes
Sep 2, 2025
Base automatically changed from
feat-update-tool-descriptions
to
feat-cleanup-mcp-tool-types
September 5, 2025 11:45
jonathannorris
added a commit
that referenced
this pull request
Sep 5, 2025
* feat: update project tool descriptions * feat: update MCP tool descriptions * chore: add MCP token measurement script and docs
jonathannorris
added a commit
that referenced
this pull request
Sep 5, 2025
* feat: cleanup mcp tool types * feat: update action enum * feat: update project tool descriptions (#506) * feat: update project tool descriptions * feat: update MCP tool descriptions * chore: add MCP token measurement script and docs (#507) * feat: update project tool descriptions * feat: update MCP tool descriptions * chore: add MCP token measurement script and docs
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.
Summary
Adds a utility to measure AI token usage for MCP tool descriptions and schemas, plus docs and scripts to run it.
What’s included
scripts/measureMcpTokens.tsto compute token counts withgpt-tokenizerand@anthropic-ai/tokenizeryarn measure:mcp-tokensmcp-worker/README.mdwith run instructions and current totals@anthropic-ai/tokenizer@^0.0.4,gpt-tokenizer@^3.0.1yarn.lockUsage
yarn install && yarn measure:mcp-tokensdescriptionandinputSchema(output schemas are excluded unlessENABLE_OUTPUT_SCHEMAS=true).Current totals (latest run)