jjyaoao commited on
Commit
c6bf17d
·
1 Parent(s): 0b6b23d

Update mcp_servers_config.json

Browse files
Files changed (1) hide show
  1. owl/mcp_servers_config.json +4 -0
owl/mcp_servers_config.json CHANGED
@@ -14,6 +14,10 @@
14
  "simple-arxiv": {
15
  "command": "python",
16
  "args": ["-m", "mcp_simple_arxiv"]
 
 
 
 
17
  }
18
  },
19
  "mcpWebServers": {}
 
14
  "simple-arxiv": {
15
  "command": "python",
16
  "args": ["-m", "mcp_simple_arxiv"]
17
+ },
18
+ "fetch": {
19
+ "command": "python",
20
+ "args": ["-m", "mcp_server_fetch"]
21
  }
22
  },
23
  "mcpWebServers": {}