Rename MCP server identifier from state-hub to dev-hub
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.
This commit is contained in:
parent
18a5e2d6f0
commit
398f458374
11 changed files with 198 additions and 23 deletions
4
mcp_server/constants.py
Normal file
4
mcp_server/constants.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
"""Canonical MCP server identifiers for State Hub / dev-hub."""
|
||||
|
||||
MCP_SERVER_NAME = "dev-hub"
|
||||
LEGACY_MCP_SERVER_NAME = "state-hub"
|
||||
Loading…
Add table
Add a link
Reference in a new issue