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.
1717
1818## Usage
1919
20- ``` bash
20+ ``` console
2121mcpcurl --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
3434List 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
3838Contains 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
7373Get 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
7777Get details of a specific issue in a GitHub repository
7878
@@ -93,7 +93,7 @@ Global Flags:
9393
9494Use 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,
You can’t perform that action at this time.
0 commit comments