mcp-operations
mcp-operations manages the local Model Context Protocol server infrastructure for the Claude Code Agent Monitor project. Use this skill when configuring the MCP host, diagnosing tool connectivity issues, modifying tool domain settings, or adjusting safety policy flags like mutation and destructive operation modes. The skill enforces read-only defaults and requires explicit confirmation for sensitive operations.
git clone --depth 1 https://github.com/hoangsonww/Claude-Code-Agent-Monitor /tmp/mcp-operations && cp -r /tmp/mcp-operations/.claude/skills/mcp-operations ~/.claude/skills/mcp-operationsSKILL.md
# MCP Operations Use this skill whenever work touches `mcp/` behavior or MCP host integration. ## Core workflow - Confirm dashboard API is running (`/api/health`). - Confirm MCP server build status. - Validate env flags for mutation/destructive modes. - Verify host configuration path and command. ## Safe operations policy - Default to read-only mode (`MCP_DASHBOARD_ALLOW_MUTATIONS=false`). - Enable mutations only for explicit admin tasks. - Enable destructive mode only transiently and require explicit confirmation token. ## Required verification for code changes - `npm run mcp:typecheck` - `npm run mcp:build` ## References - Host config examples: `references/host-config.md` - Operations runbook: `references/runbook.md`
Operate and maintain the local MCP server for this repository. Use for MCP tool updates, policy-guard changes, host configuration, and MCP runtime troubleshooting.
Run release-readiness checks for this repository. Use when validating docs, scripts, verification coverage, and operational safety before merge or release.
Understand this repository quickly before making changes. Use for architecture discovery, ownership mapping, command selection, and initial implementation planning.
Review backend route and hook logic for regressions, data integrity risks, and missing tests.
Review React UI changes for behavior regressions, state consistency, and UX breakage.
Review MCP server changes for tool safety, schema quality, and host integration correctness.
Debug production-like issues in this repository with disciplined evidence gathering. Use when fixing failing workflows, regressions, flaky behavior, or data inconsistencies across hooks, API, DB, websocket, and UI.
Implement a feature safely end-to-end in this repository. Use when adding or changing functionality across backend, frontend, or MCP with required verification and documentation updates.