Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Home Assistant MCP
Claim
by
allenporter
GitHub
Home Automation & IoT
Speech Processing
Python
Apache 2.0
30
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-home-assistant
script
script/run-mypy.sh
#!/usr/bin/env bash set -o errexit # other common virtualenvs my_path=$(git rev-parse --show-toplevel) for venv in venv .venv .; do if [ -f "${my_path}/${venv}/bin/activate" ]; then . "${my_path}/${venv}/bin/activate" break fi done mypy ${my_path}