fastmcp/examples/fastmcp_config/fastmcp.json

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"
}
}