Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cmd/mcpcurl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ be executed against the configured MCP server.

## Usage

```bash
```console
mcpcurl --stdio-server-cmd="<command to start MCP server>" <command> [flags]
```

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

List available tools in Anthropic's MCP server:

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

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

Get help for a specific tool:

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

Expand All @@ -93,7 +93,7 @@ Global Flags:

Use one of the tools:

```bash
```console
% ./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
{
"active_lock_reason": null,
Expand Down