stefanjwojcik commited on
Commit
41c5000
·
1 Parent(s): 15de73a

Update mcp_config_example.json to configure gradiobio server with npx command

Browse files
Files changed (1) hide show
  1. mcp_config_example.json +6 -6
mcp_config_example.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "mcpServers": {
3
- "congressional-bioguide": {
4
- "command": "/Users/electron/workspace/Nanocentury AI/NIO/BioGuideMCP/venv/bin/python",
5
  "args": [
6
- "/Users/electron/workspace/Nanocentury AI/NIO/BioGuideMCP/server.py"
7
- ],
8
- "cwd": "/Users/electron/workspace/Nanocentury AI/NIO/BioGuideMCP"
9
  }
10
  }
11
- }
 
1
  {
2
  "mcpServers": {
3
+ "gradiobio": {
4
+ "command": "npx",
5
  "args": [
6
+ "mcp-remote",
7
+ "https://stefanjwojcik-bioguidemcp.hf.space/gradio_api/mcp/sse"
8
+ ]
9
  }
10
  }
11
+ }