mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 20:14:17 +02:00
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"$schema": "https://gofastmcp.com/public/schemas/fastmcp.json/v1.json",
|
|
"source": {
|
|
"path": "server.py"
|
|
},
|
|
"environment": {
|
|
"python": "3.11",
|
|
"dependencies": ["pyautogui", "Pillow"]
|
|
},
|
|
"deployment": {
|
|
"transport": "stdio",
|
|
"log_level": "INFO"
|
|
}
|
|
}
|