arcticaurora commited on
Commit
5546ec0
·
verified ·
1 Parent(s): 5aaa204

Create mcp.json

Browse files
Files changed (1) hide show
  1. mcp.json +12 -0
mcp.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mcpServers": {
3
+ "calculator": {
4
+ "command": "python",
5
+ "args": ["./tools/calculator.py"]
6
+ },
7
+ "weather": {
8
+ "command": "python",
9
+ "args": ["./tools/weather.py"]
10
+ }
11
+ }
12
+ }