We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a031e21 commit 7496452Copy full SHA for 7496452
cmd/mcpcurl/README.md
@@ -15,6 +15,26 @@ be executed against the configured MCP server.
15
16
## Installation
17
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
30
+go install github.com/github/github-mcp-server/cmd/mcpcurl@latest
31
32
33
+### Verify Installation
34
35
+./mcpcurl --help
36
37
38
## Usage
39
40
```console
0 commit comments