diff --git a/mcp-gateway/homeassistant-mcp/requirements.txt b/mcp-gateway/homeassistant-mcp/requirements.txt new file mode 100644 index 0000000..f9e4ac5 --- /dev/null +++ b/mcp-gateway/homeassistant-mcp/requirements.txt @@ -0,0 +1,5 @@ +mcp[cli]>=1.0.0 +httpx>=0.27.0 +pydantic>=2.0.0 +uvicorn>=0.30.0 +starlette>=0.38.0