generated from coulomb/repo-seed
Introduce canonical MCP_SERVER_NAME constants, shared registration helpers, and a migrate_mcp_config.py script for ~/.claude.json upgrades. Registration, patch, and custodian CLI checks accept both dev-hub and legacy state-hub during transition. API root metadata and session-protocol template reflect the new name.
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" |