Hass-MCP

by voska
Verified
[project] name = "hass-mcp" version = "0.1.0" description = "Home Assistant Model Context Protocol (MCP) server" readme = "README.md" requires-python = ">=3.13" dependencies = [ "mcp[cli]>=1.4.1", "httpx>=0.27.0", ] [project.optional-dependencies] test = [ "pytest>=8.3.5", ] [tool.pytest.ini_options] testpaths = ["tests"] python_files = "test_*.py" asyncio_mode = "auto"