fastmcp/examples/fastmcp_config/fastmcp.json
2025-09-30 23:55:34 +00:00

13 lines
No EOL
234 B
JSON

{
"$schema": "https://gofastmcp.com/schemas/fastmcp/v1.json",
"source": {
"path": "server.py"
},
"environment": {
"python": "3.12",
"dependencies": ["requests"]
},
"deployment": {
"transport": "stdio"
}
}