Skip to content

Commit 7496452

Browse files
BupalchowCopilot
andauthored
Added installation instructions for mcpcurl (#719)
* Added installation instructions for mcpcurl * Update cmd/mcpcurl/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a031e21 commit 7496452

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

cmd/mcpcurl/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,26 @@ be executed against the configured MCP server.
1515

1616
## Installation
1717

18+
### Prerequisites
19+
- Go 1.21 or later
20+
- Access to the GitHub MCP Server from either Docker or local build
21+
22+
### Build from Source
23+
```bash
24+
cd cmd/mcpcurl
25+
go build -o mcpcurl
26+
```
27+
28+
### Using Go Install
29+
```bash
30+
go install github.com/github/github-mcp-server/cmd/mcpcurl@latest
31+
```
32+
33+
### Verify Installation
34+
```bash
35+
./mcpcurl --help
36+
```
37+
1838
## Usage
1939

2040
```console

0 commit comments

Comments
 (0)