Skip to content
Merged
Changes from 1 commit
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
20 changes: 20 additions & 0 deletions cmd/mcpcurl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ be executed against the configured MCP server.

## Installation

### Prerequisites
- Go 1.21 or later
- Access to the GitHub MCP Server form either Docker or local build
Comment thread
Bupalchow marked this conversation as resolved.
Outdated

### Build from Source
```bash
cd cmd/mcpcurl
go build -o mcpcurl
```

### Using Go Install
```bash
go install github.com/github/github-mcp-server/cmd/mcpcurl@latest
```

### Verify Installation
```bash
./mcpcurl --help
```

## Usage

```console
Expand Down