Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,10 @@ The `github-mcp-server` binary includes a few CLI subcommands that are helpful f
- `github-mcp-server tool-search "<query>"` searches tools by name, description, and input parameter names. Use `--max-results` to return more matches.
Example:

> **Note:** Color output requires a TTY. Use `docker run -t` (or `-it`) when running in Docker.

```bash
docker run -i --rm ghcr.io/github/github-mcp-server tool-search "issue" --max-results 5
docker run -it --rm ghcr.io/github/github-mcp-server tool-search "issue" --max-results 5
github-mcp-server tool-search "issue" --max-results 5
```

Expand Down