Skip to content

Change code fence to neutral ```console #389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2025
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