Skip to content

Commit c410c9c

Browse files
Add MCP client setup docs
1 parent 5e35632 commit c410c9c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Runewager
2+
3+
Unified MCP setup lives in `docs/MCP.md`.

docs/MCP.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# MCP Client Setup (Codex / Claude / Cursor)
2+
3+
Use the unified MCP endpoint:
4+
5+
```json
6+
{
7+
"mcpServers": {
8+
"gcz-mcp": {
9+
"url": "https://ai.gamblecodez.com/mcp",
10+
"headers": {
11+
"Authorization": "Bearer ${GCZ_MCP_TOKEN}"
12+
}
13+
}
14+
}
15+
}
16+
```
17+
18+
Notes:
19+
- Set `GCZ_MCP_TOKEN` in your environment or secrets manager.
20+
- For GitHub Actions, store `GCZ_MCP_TOKEN` in the `MCP` environment secrets and use `https://ai.gamblecodez.com/mcp`.

0 commit comments

Comments
 (0)