Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arcticaurora
/
One-MCP
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
arcticaurora
commited on
Jun 7, 2025
Commit
5546ec0
·
verified
·
1 Parent(s):
5aaa204
Create mcp.json
Browse files
Files changed (1)
hide
show
mcp.json
+12
-0
mcp.json
ADDED
Viewed
@@ -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
+
}