diff --git a/.mcp.json b/.mcp.json index ba029a2f9f6..03b7976cc3f 100644 --- a/.mcp.json +++ b/.mcp.json @@ -2,11 +2,11 @@ "mcpServers": { "superset": { "type": "http", - "url": "http://localhost:3001/api/agent/mcp", + "url": "https://api.superset.sh/api/agent/mcp", "oauth": { "clientId": "claude-code", - "authorizationUrl": "http://localhost:3001/api/auth/mcp/authorize", - "tokenUrl": "http://localhost:3001/api/auth/mcp/token", + "authorizationUrl": "https://api.superset.sh/api/auth/mcp/authorize", + "tokenUrl": "https://api.superset.sh/api/auth/mcp/token", "scopes": ["openid", "profile", "email"] } }