Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d6e3dd

Browse files
codingoutloudwilliammartin
authored andcommitted
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 parent5634add commit2d6e3dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎cmd/mcpcurl/README.md

Lines changed: 4 additions & 4 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp