File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ be executed against the configured MCP server.
17
17
18
18
## Usage
19
19
20
- ``` bash
20
+ ``` console
21
21
mcpcurl --stdio-server-cmd="<command to start MCP server>" <command> [flags]
22
22
```
23
23
@@ -33,7 +33,7 @@ The `--stdio-server-cmd` flag is required for all commands and specifies the com
33
33
34
34
List available tools in Anthropic's MCP server:
35
35
36
- ``` bash
36
+ ``` console
37
37
% ./mcpcurl --stdio-server-cmd " docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN mcp/github" tools --help
38
38
Contains all dynamically generated tool commands from the schema
39
39
@@ -72,7 +72,7 @@ Use "mcpcurl tools [command] --help" for more information about a command.
72
72
73
73
Get help for a specific tool:
74
74
75
- ``` bash
75
+ ``` console
76
76
% ./mcpcurl --stdio-server-cmd "docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN mcp/github" tools get_issue --help
77
77
Get details of a specific issue in a GitHub repository
78
78
@@ -93,7 +93,7 @@ Global Flags:
93
93
94
94
Use one of the tools:
95
95
96
- ``` bash
96
+ ``` console
97
97
% ./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
98
98
{
99
99
"active_lock_reason": null,
You can’t perform that action at this time.
0 commit comments