* 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 <[email protected]> * Update tests/components/mcp/test_config_flow.py Co-authored-by: Joost Lekkerkerker <[email protected]> * Address PR feedback * Update homeassistant/components/mcp/coordinator.py Co-authored-by: Paulus Schoutsen <[email protected]> * Move tool parsing to the coordinator * Update session handling not to use a context manager --------- Co-authored-by: Joost Lekkerkerker <[email protected]> Co-authored-by: Paulus Schoutsen <[email protected]>
2 lines
56 B
Python
2 lines
56 B
Python
"""Tests for the Model Context Protocol integration."""
|