Skip to content

Commit 9379c0d

Browse files
JoannaaKLCopilot
andauthored
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 81f96b1 commit 9379c0d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,7 @@ If you don't have Docker, you can use `go build` to build the binary in the
343343
The `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
351348
docker run -it --rm ghcr.io/github/github-mcp-server tool-search "issue" --max-results 5
352349
github-mcp-server tool-search "issue" --max-results 5

0 commit comments

Comments
 (0)