Skip to content

feat: add search command for cross-server tool discovery#54

Open
TrishynVolodymyr wants to merge 2 commits intosteipete:mainfrom
TrishynVolodymyr:feature/search-command
Open

feat: add search command for cross-server tool discovery#54
TrishynVolodymyr wants to merge 2 commits intosteipete:mainfrom
TrishynVolodymyr:feature/search-command

Conversation

@TrishynVolodymyr
Copy link

Adds a new 'search' command that searches across all configured MCP servers for tools matching a query. Features:

  • Multi-term AND matching (all words must appear in name OR description)
  • Compact output format: server.tool + first line of description
  • --limit N to cap results (default 20)
  • --json for machine-readable output

Usage: mcporter search [--limit N] [--json]

This enables AI assistants to discover relevant tools without loading full schemas for all servers (which can be 15-20k tokens each).

Adds a new 'search' command that searches across all configured MCP servers
for tools matching a query. Features:

- Multi-term AND matching (all words must appear in name OR description)
- Compact output format: server.tool + first line of description
- --limit N to cap results (default 20)
- --json for machine-readable output

Usage: mcporter search <query> [--limit N] [--json]

This enables AI assistants to discover relevant tools without loading
full schemas for all servers (which can be 15-20k tokens each).
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3caa4e0b3b

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant