feat: surface tool annotations in tool list output#679
Merged
Conversation
The MCP runtime already sets readOnlyHint, destructiveHint, and idempotentHint on tools, but formatToolRow was stripping them. This enables consumers (e.g. smoke test scripts) to filter by read-only vs write tools. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5640b27 to
dc195ad
Compare
Merged
arjunkmrm
pushed a commit
that referenced
this pull request
Feb 27, 2026
Automated Release PR --- ## [4.4.0](v4.3.0...v4.4.0) (2026-02-27) ### Features * surface tool annotations in tool list output ([#679](#679)) ([b949eb2](b949eb2)) ### Chores * **SMI-1567:** add prefix filtering to tool list and event topics ([#678](#678)) ([cdb28e8](cdb28e8)) * update dev bootstrap for SDK v4.1.0 ([#676](#676)) ([7a105de](7a105de)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: smithery-chore-bot[bot] <259537197+smithery-chore-bot[bot]@users.noreply.github.com>
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
readOnlyHint,destructiveHint,idempotentHint,openWorldHint) insmithery tool listJSON outputformatToolRow()— annotations were already available from the MCP SDK but being stripped before outputTest plan
smithery tool list <connection> --limit 3returnsannotationsfield per tool🤖 Generated with Claude Code