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

7 lines
178 B
JSON

{
"$schema": "https://gofastmcp.com/public/schemas/fastmcp.json/v1.json",
"entrypoint": "screenshot.py",
"environment": {
"dependencies": ["pyautogui", "Pillow"]
}
}