4 lines
129 B
Python
4 lines
129 B
Python
|
|
"""Canonical MCP server identifiers for State Hub / dev-hub."""
|
||
|
|
|
||
|
|
MCP_SERVER_NAME = "dev-hub"
|
||
|
|
LEGACY_MCP_SERVER_NAME = "state-hub"
|