fastmcp/examples/fastmcp_config_demo/fastmcp.json
2025-08-23 09:47:58 -04:00

12 lines
269 B
JSON

{
"$schema": "https://gofastmcp.com/public/schemas/fastmcp.json/v1.json",
"entrypoint": "server.py",
"environment": {
"python": "3.11",
"dependencies": ["pyautogui", "Pillow"]
},
"deployment": {
"transport": "stdio",
"log_level": "INFO"
}
}