mirror of
https://github.com/home-assistant/core.git
synced 2025-11-02 15:39:25 +00:00
9 lines
207 B
Python
9 lines
207 B
Python
"""Constants for the Model Context Protocol integration."""
|
|
|
|
DOMAIN = "mcp"
|
|
|
|
CONF_ACCESS_TOKEN = "access_token"
|
|
CONF_AUTHORIZATION_URL = "authorization_url"
|
|
CONF_TOKEN_URL = "token_url"
|
|
CONF_SCOPE = "scope"
|