fastmcp/examples/screenshot.fastmcp.json

7 lines
No EOL
172 B
JSON

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