mirror of
https://github.com/home-assistant/core.git
synced 2025-07-04 11:57:05 +00:00

* Create a stateless assist API for MCP server * Update stateless API * Fix areas in exposed entity fields * Add tests that verify areas are returned * Revert the getstate intent * Revert whitespace change * Revert whitespace change * Revert method name changes to avoid breaking openai and google tests
7 lines
193 B
Python
7 lines
193 B
Python
"""Constants for the Model Context Protocol Server integration."""
|
|
|
|
DOMAIN = "mcp_server"
|
|
TITLE = "Model Context Protocol Server"
|
|
LLM_API = "stateless_assist"
|
|
LLM_API_NAME = "Stateless Assist"
|