We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e35632 commit c410c9cCopy full SHA for c410c9c
README.md
@@ -0,0 +1,3 @@
1
+# Runewager
2
+
3
+Unified MCP setup lives in `docs/MCP.md`.
docs/MCP.md
@@ -0,0 +1,20 @@
+# MCP Client Setup (Codex / Claude / Cursor)
+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