Loading pkgs/by-name/ha/ha-mcp/package.nix 0 → 100644 +50 −0 Original line number Diff line number Diff line { lib, python3Packages, fetchFromGitHub, }: python3Packages.buildPythonApplication (finalAttrs: { pname = "ha-mcp"; version = "6.6.1"; pyproject = true; src = fetchFromGitHub { owner = "homeassistant-ai"; repo = "ha-mcp"; tag = "v${finalAttrs.version}"; hash = "sha256-yAJbvfIH5ewRTip8whbOKxE479qAihESaiLFTnhpRkY="; }; build-system = with python3Packages; [ setuptools ]; dependencies = with python3Packages; [ cryptography fastmcp httpx jq pydantic python-dotenv truststore websockets ] ++ httpx.optional-dependencies.socks; # Tests require a running Home Assistant instance doCheck = false; pythonImportsCheck = [ "ha_mcp" ]; meta = { description = "MCP server for controlling Home Assistant via natural language"; homepage = "https://github.com/homeassistant-ai/ha-mcp"; changelog = "https://github.com/homeassistant-ai/ha-mcp/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jamiemagee ]; mainProgram = "ha-mcp"; }; }) pkgs/servers/home-assistant/custom-components/ha_mcp_tools/package.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib, buildHomeAssistantComponent, fetchFromGitHub, }: buildHomeAssistantComponent rec { owner = "homeassistant-ai"; domain = "ha_mcp_tools"; version = "6.6.1"; src = fetchFromGitHub { owner = "homeassistant-ai"; repo = "ha-mcp"; tag = "v${version}"; hash = "sha256-yAJbvfIH5ewRTip8whbOKxE479qAihESaiLFTnhpRkY="; }; meta = { changelog = "https://github.com/homeassistant-ai/ha-mcp/releases/tag/v${version}"; description = "Home Assistant custom component for the MCP (Model Context Protocol) server"; homepage = "https://github.com/homeassistant-ai/ha-mcp"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jamiemagee ]; }; } Loading
pkgs/by-name/ha/ha-mcp/package.nix 0 → 100644 +50 −0 Original line number Diff line number Diff line { lib, python3Packages, fetchFromGitHub, }: python3Packages.buildPythonApplication (finalAttrs: { pname = "ha-mcp"; version = "6.6.1"; pyproject = true; src = fetchFromGitHub { owner = "homeassistant-ai"; repo = "ha-mcp"; tag = "v${finalAttrs.version}"; hash = "sha256-yAJbvfIH5ewRTip8whbOKxE479qAihESaiLFTnhpRkY="; }; build-system = with python3Packages; [ setuptools ]; dependencies = with python3Packages; [ cryptography fastmcp httpx jq pydantic python-dotenv truststore websockets ] ++ httpx.optional-dependencies.socks; # Tests require a running Home Assistant instance doCheck = false; pythonImportsCheck = [ "ha_mcp" ]; meta = { description = "MCP server for controlling Home Assistant via natural language"; homepage = "https://github.com/homeassistant-ai/ha-mcp"; changelog = "https://github.com/homeassistant-ai/ha-mcp/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jamiemagee ]; mainProgram = "ha-mcp"; }; })
pkgs/servers/home-assistant/custom-components/ha_mcp_tools/package.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib, buildHomeAssistantComponent, fetchFromGitHub, }: buildHomeAssistantComponent rec { owner = "homeassistant-ai"; domain = "ha_mcp_tools"; version = "6.6.1"; src = fetchFromGitHub { owner = "homeassistant-ai"; repo = "ha-mcp"; tag = "v${version}"; hash = "sha256-yAJbvfIH5ewRTip8whbOKxE479qAihESaiLFTnhpRkY="; }; meta = { changelog = "https://github.com/homeassistant-ai/ha-mcp/releases/tag/v${version}"; description = "Home Assistant custom component for the MCP (Model Context Protocol) server"; homepage = "https://github.com/homeassistant-ai/ha-mcp"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jamiemagee ]; }; }