Conversation
- add find-tools command to search tools by regex pattern - support searching in tool names, descriptions, or both - add case-sensitive/insensitive search options - implement findTools method in server manager - add FindToolsParamsSchema for validation
- Update @modelcontextprotocol/sdk to 1.13.0 - Update TypeScript to 5.8.3 - Update Zod to 3.25.67 - Update @types/node to 22.15.32 - Update semantic-release to 24.2.5 - Fix semantic-release config for pnpm 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update find-tools description to emphasize it as the primary discovery method - Reposition list-all-tools as secondary option with performance note - Add tip to call-tool to suggest using find-tools first - Include practical examples in find-tools description 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Remove system prompt section - Reframe purpose from cursor's 40-tool limit to preventing context pollution - Add examples of infrequently used mcps (atlassian, playwright) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Semantic Release PreviewWhen this PR is merged to main, the following release will be created: The version is determined by Conventional Commits:
|
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
find-toolscommand that allows regex-based search across all connected MCP servers