fastmcp/examples/fastmcp_config/fastmcp.json

11 lines
No EOL
220 B
JSON

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