mirror of
https://github.com/home-assistant/core.git
synced 2025-05-31 19:27:06 +00:00

* Add the Model Context Protocol integration * Improvements to mcp integration * Move the API prompt constant * Update config flow error handling * Update test descriptions * Update tests/components/mcp/test_config_flow.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update tests/components/mcp/test_config_flow.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Address PR feedback * Update homeassistant/components/mcp/coordinator.py Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> * Move tool parsing to the coordinator * Update session handling not to use a context manager --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
4 lines
76 B
Python
4 lines
76 B
Python
"""Constants for the Model Context Protocol integration."""
|
|
|
|
DOMAIN = "mcp"
|