mirror of
https://github.com/home-assistant/core.git
synced 2026-06-01 13:14:35 +01:00
8 lines
172 B
Python
8 lines
172 B
Python
"""Constants for the Model Context Protocol integration."""
|
|
|
|
DOMAIN = "mcp"
|
|
|
|
CONF_AUTHORIZATION_URL = "authorization_url"
|
|
CONF_TOKEN_URL = "token_url"
|
|
CONF_SCOPE = "scope"
|