Home Assistant MCP Server

[project] name = "home-assistant-server" version = "0.1.0" description = "A MCP server project" readme = "README.md" requires-python = ">=3.11" dependencies = [ "anthropic>=0.40.0", "httpx>=0.28.0", "mcp>=1.0.0", "python-dotenv>=1.0.1", ] [[project.authors]] name = "Miguel" email = "miguelg71921@gmail.com" [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [project.scripts] home-assistant-server = "home_assistant_mcp:main"