From 08a93773732f1cfd96857489c5f736898dc2a29a Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Mon, 6 Oct 2025 07:56:45 -0700 Subject: [PATCH] Update the MCP Server API endpoint to `mcp` (#153845) --- homeassistant/components/mcp_server/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/mcp_server/http.py b/homeassistant/components/mcp_server/http.py index 3746705510b..19ace718564 100644 --- a/homeassistant/components/mcp_server/http.py +++ b/homeassistant/components/mcp_server/http.py @@ -51,7 +51,7 @@ from .types import MCPServerConfigEntry _LOGGER = logging.getLogger(__name__) # Streamable HTTP endpoint -STREAMABLE_API = f"/api/{DOMAIN}" +STREAMABLE_API = "/api/mcp" TIMEOUT = 60 # Seconds # Content types