Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: warpdev/mcp-hub-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: warpdev/mcp-hub-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Jun 21, 2025

  1. feat: add find-tools command for grep-like tool search

    - 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
    warpdev committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    8ffc2e7 View commit details
    Browse the repository at this point in the history
  2. chore: update dependencies

    - 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 <[email protected]>
    warpdev and claude committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    b079862 View commit details
    Browse the repository at this point in the history
  3. feat: enhance tool descriptions to promote find-tools usage

    - 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 <[email protected]>
    warpdev and claude committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    353169d View commit details
    Browse the repository at this point in the history
  4. docs: update readme to focus on context pollution prevention

    - 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 <[email protected]>
    warpdev and claude committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    29311fa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7 from warpdev/feat/grep

    Add find-tools for grep-like tool search
    warpdev authored Jun 21, 2025
    Configuration menu
    Copy the full SHA
    688eb71 View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.2.0 [skip ci]

    # [1.2.0](v1.1.1...v1.2.0) (2025-06-21)
    
    ### Features
    
    * add find-tools command for grep-like tool search ([8ffc2e7](8ffc2e7))
    * enhance tool descriptions to promote find-tools usage ([353169d](353169d))
    semantic-release-bot committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    feb5f5b View commit details
    Browse the repository at this point in the history
Loading