Allen Porter 412705302d
Update MCP server to make the stateless API implicit (#140753)
* Update MCP server to not register the stateless API, but use it implicitly as an Assist API replacement

* Ensure backwards compatibility with old registration
2025-03-17 16:38:21 -05:00

8 lines
284 B
Python

"""Constants for the Model Context Protocol Server integration."""
DOMAIN = "mcp_server"
TITLE = "Model Context Protocol Server"
# The Stateless API is no longer registered explicitly, but this name may still exist in the
# users config entry.
STATELESS_LLM_API = "stateless_assist"