File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -343,10 +343,7 @@ If you don't have Docker, you can use `go build` to build the binary in the
343343The ` github-mcp-server ` binary includes a few CLI subcommands that are helpful for debugging and exploring the server.
344344
345345- ` github-mcp-server tool-search "<query>" ` searches tools by name, description, and input parameter names. Use ` --max-results ` to return more matches.
346- Example:
347-
348- > ** Note:** Color output requires a TTY. Use ` docker run -t ` (or ` -it ` ) when running in Docker.
349-
346+ Example (color output requires a TTY; use ` docker run -t ` (or ` -it ` ) when running in Docker):
350347``` bash
351348docker run -it --rm ghcr.io/github/github-mcp-server tool-search " issue" --max-results 5
352349github-mcp-server tool-search " issue" --max-results 5
You can’t perform that action at this time.
0 commit comments