Управление локальным MCP-сервером

★ 7.5 · orchestration

mcp-operations is a Claude Code skill that handles day-to-day operation and maintenance of a project's local MCP server, covering host config creation, tool connectivity troubleshooting, tool domain modifications, and safety policy flag adjustments. The built-in safe-operations policy defaults to read-only mode (`MCP_DASHBOARD_ALLOW_MUTATIONS=false`), enables mutations only for explicit admin tasks, and requires a confirmation token before any destructive action. Every code change must pass three sequential checks: `npm run mcp:typecheck`, `npm run test:mcp`, and `npm run mcp:build`. New tools must be registered exclusively via `mcp/src/tools/domains/` and `registerAllTools`, with `tool-domain-map.md` updated whenever a domain changes. The skill is intended for teams that need a reproducible, auditable workflow around MCP server infrastructure.