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 f4528e2 commit fdc80f2Copy full SHA for fdc80f2
docs/docs/using/clients/.pages
@@ -7,3 +7,4 @@ nav:
7
- cline.md
8
- continue.md
9
- openwebui.md
10
+ - mcp-cli.md
docs/docs/using/clients/mcp-cli.md
@@ -80,7 +80,7 @@ Create a `server_config.json` file to define your MCP Context Forge Gateway conn
80
"command": "/path/to/mcp-context-forge/.venv/bin/python",
81
"args": ["-m", "mcpgateway.wrapper"],
82
"env": {
83
- "MCP_AUTH_TOKEN": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIn0.qQDiQwWsVy_FP4mUu0hUUTLNrCPbAxP1NgRIebW6tjo",
+ "MCP_AUTH_TOKEN": "<YOUR_AUTH_TOKEN_HERE>",
84
"MCP_SERVER_CATALOG_URLS": "http://localhost:4444",
85
"MCP_TOOL_CALL_TIMEOUT": "120"
86
}
0 commit comments