RDF Validation Deployment commited on
Commit
34d1c68
·
1 Parent(s): 0732ab2

Fix MCP endpoint URL: use /api/mcp instead of /gradio_api/mcp/sse - 2025-10-04 15:59:32

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -531,7 +531,7 @@ The web interface is documentation only - use the MCP endpoint to query the onto
531
 
532
  ## 🔌 MCP Endpoint
533
 
534
- **SSE Endpoint:** `https://jimfhahn-mcp4bibframe-docs.hf.space/gradio_api/mcp/sse`
535
 
536
  ---
537
 
@@ -612,7 +612,7 @@ Add to `claude_desktop_config.json`:
612
  {{
613
  "mcpServers": {{
614
  "bibframe-docs": {{
615
- "url": "https://jimfhahn-mcp4bibframe-docs.hf.space/gradio_api/mcp/sse"
616
  }}
617
  }}
618
  }}
 
531
 
532
  ## 🔌 MCP Endpoint
533
 
534
+ **SSE Endpoint:** `https://jimfhahn-mcp4bibframe-docs.hf.space/api/mcp`
535
 
536
  ---
537
 
 
612
  {{
613
  "mcpServers": {{
614
  "bibframe-docs": {{
615
+ "url": "https://jimfhahn-mcp4bibframe-docs.hf.space/api/mcp"
616
  }}
617
  }}
618
  }}