NiWaRe commited on
Commit
7cb3e3f
·
verified ·
1 Parent(s): 66a1aa9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -54,7 +54,7 @@ This MCP server can be deployed in three ways:
54
 
55
  Use our publicly hosted server on Hugging Face Spaces - no installation needed!
56
 
57
- **Server URL:** `https://wandb-wandb-mcp-server.hf.space/mcp`
58
 
59
  Configure your MCP client to connect to the hosted server with your W&B API key as authentication. See the [Client Configuration](#mcp-client-configuration-for-hosted-server) section below for details.
60
 
@@ -146,7 +146,7 @@ Add to `.cursor/mcp.json` or `~/.cursor/mcp.json`:
146
  "mcpServers": {
147
  "wandb": {
148
  "transport": "http",
149
- "url": "https://wandb-wandb-mcp-server.hf.space/mcp",
150
  "headers": {
151
  "Authorization": "Bearer YOUR_WANDB_API_KEY",
152
  "Accept": "application/json, text/event-stream"
@@ -165,7 +165,7 @@ Replace `YOUR_WANDB_API_KEY` with your actual W&B API key from [wandb.ai/authori
165
  1. Go to LeChat Settings → Custom MCP Connectors
166
  2. Click "Add MCP Connector"
167
  3. Configure with:
168
- - **Server URL**: `https://wandb-wandb-mcp-server.hf.space/mcp`
169
  - **Authentication**: Choose "API Key Authentication"
170
  - **Token**: Enter your W&B API key
171
  </details>
 
54
 
55
  Use our publicly hosted server on Hugging Face Spaces - no installation needed!
56
 
57
+ **Server URL:** `https://wandb-mcp-server.hf.space/mcp`
58
 
59
  Configure your MCP client to connect to the hosted server with your W&B API key as authentication. See the [Client Configuration](#mcp-client-configuration-for-hosted-server) section below for details.
60
 
 
146
  "mcpServers": {
147
  "wandb": {
148
  "transport": "http",
149
+ "url": "https://wandb-mcp-server.hf.space/mcp",
150
  "headers": {
151
  "Authorization": "Bearer YOUR_WANDB_API_KEY",
152
  "Accept": "application/json, text/event-stream"
 
165
  1. Go to LeChat Settings → Custom MCP Connectors
166
  2. Click "Add MCP Connector"
167
  3. Configure with:
168
+ - **Server URL**: `https://wandb-mcp-server.hf.space/mcp`
169
  - **Authentication**: Choose "API Key Authentication"
170
  - **Token**: Enter your W&B API key
171
  </details>