Skip to content

Commit a00dc31

Browse files
Remove documentation for unavailable tool-search command (#3162)
* fix(cli): register tool search command Wire the documented tool-search subcommand to the existing discovery engine and configured inventory. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * docs: remove unavailable tool-search command Remove the CLI section that advertised a subcommand the binary does not provide. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f1d58829-0794-4caa-aa18-86543d177609 --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f1d58829-0794-4caa-aa18-86543d177609
1 parent 822c877 commit a00dc31

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -421,17 +421,6 @@ If you don't have Docker, you can use `go build` to build the binary in the
421421
}
422422
```
423423

424-
### CLI utilities
425-
426-
The `github-mcp-server` binary includes a few CLI subcommands that are helpful for debugging and exploring the server.
427-
428-
- `github-mcp-server tool-search "<query>"` searches tools by name, description, and input parameter names. Use `--max-results` to return more matches.
429-
Example (color output requires a TTY; use `docker run -t` (or `-it`) when running in Docker):
430-
```bash
431-
docker run -it --rm ghcr.io/github/github-mcp-server tool-search "issue" --max-results 5
432-
github-mcp-server tool-search "issue" --max-results 5
433-
```
434-
435424
## Tool Configuration
436425

437426
The GitHub MCP Server supports enabling or disabling specific groups of functionalities via the `--toolsets` flag. This allows you to control which GitHub API capabilities are available to your AI tools. Enabling only the toolsets that you need can help the LLM with tool choice and reduce the context size.

0 commit comments

Comments
 (0)