mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-09-02 20:43:20 +02:00
15 lines
No EOL
281 B
JSON
15 lines
No EOL
281 B
JSON
{
|
|
"$schema": "https://gofastmcp.com/schemas/fastmcp_config/v1.json",
|
|
"entrypoint": "server.py",
|
|
"environment": {
|
|
"python": "3.11",
|
|
"dependencies": [
|
|
"pyautogui",
|
|
"Pillow"
|
|
]
|
|
},
|
|
"deployment": {
|
|
"transport": "stdio",
|
|
"log_level": "INFO"
|
|
}
|
|
} |