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

9 lines
274 B
JSON

{
"$schema": "https://gofastmcp.com/public/schemas/fastmcp.json/v1.json",
"entrypoint": "src/smart_home/lights/server.py",
"environment": {
"dependencies": [
"smart_home@git+https://github.com/jlowin/fastmcp.git#subdirectory=examples/smart_home"
]
}
}