1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-01 13:14:35 +01:00
Files
core/homeassistant/components/mcp_server/const.py
T
2026-05-14 16:23:59 -04: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"