Skip to content

Commit fdc80f2

Browse files
committed
Add mcp-cli to docs
Signed-off-by: Mihai Criveti <[email protected]>
1 parent f4528e2 commit fdc80f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/docs/using/clients/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ nav:
77
- cline.md
88
- continue.md
99
- openwebui.md
10+
- mcp-cli.md

docs/docs/using/clients/mcp-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Create a `server_config.json` file to define your MCP Context Forge Gateway conn
8080
"command": "/path/to/mcp-context-forge/.venv/bin/python",
8181
"args": ["-m", "mcpgateway.wrapper"],
8282
"env": {
83-
"MCP_AUTH_TOKEN": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIn0.qQDiQwWsVy_FP4mUu0hUUTLNrCPbAxP1NgRIebW6tjo",
83+
"MCP_AUTH_TOKEN": "<YOUR_AUTH_TOKEN_HERE>",
8484
"MCP_SERVER_CATALOG_URLS": "http://localhost:4444",
8585
"MCP_TOOL_CALL_TIMEOUT": "120"
8686
}

0 commit comments

Comments
 (0)