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