Skip to content

Commit 126ecc1

Browse files
Change code fence to neutral ```console
When ```bash is used for a code fence, bash keywords such as "for" and "in" get rendered with syntax highlighting. Switching to ```console avoids this distraction.
1 parent 5634add commit 126ecc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/mcpcurl/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ be executed against the configured MCP server.
1717

1818
## Usage
1919

20-
```bash
20+
```console
2121
mcpcurl --stdio-server-cmd="<command to start MCP server>" <command> [flags]
2222
```
2323

@@ -33,7 +33,7 @@ The `--stdio-server-cmd` flag is required for all commands and specifies the com
3333

3434
List available tools in Anthropic's MCP server:
3535

36-
```bash
36+
```console
3737
% ./mcpcurl --stdio-server-cmd "docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN mcp/github" tools --help
3838
Contains all dynamically generated tool commands from the schema
3939

@@ -72,7 +72,7 @@ Use "mcpcurl tools [command] --help" for more information about a command.
7272

7373
Get help for a specific tool:
7474

75-
```bash
75+
```console
7676
% ./mcpcurl --stdio-server-cmd "docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN mcp/github" tools get_issue --help
7777
Get details of a specific issue in a GitHub repository
7878

@@ -93,7 +93,7 @@ Global Flags:
9393

9494
Use one of the tools:
9595

96-
```bash
96+
```console
9797
% ./mcpcurl --stdio-server-cmd "docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN mcp/github" tools get_issue --owner golang --repo go --issue_number 1
9898
{
9999
"active_lock_reason": null,

0 commit comments

Comments
 (0)