mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 13:38:04 +00:00
Update the MCP Server API endpoint to mcp (#153845)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user