Mcp operations
Skill hoangsonww/Claude-Code-Agent-Monitor/.claude/skills/mcp-operations
Operate and maintain the local MCP server for this project. Use when creating MCP host config, troubleshooting tool connectivity, modifying tool domains, or adjusting safety policy flags.From its SKILL.md
npx -y skills add hoangsonww/Claude-Code-Agent-Monitor --skill mcp-operationsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- runs commandsInstructs the agent to run 2 commands, including `npm run mcp:typecheck` and 1 more.
- fetches URLsInstructs the agent to fetch 1 URL, including /api/health.
SKILL.md
0.9 KB, 159 tokens by cl100k_base, as published. Nobody here has run it
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:typechecknpm run mcp:build
References
- Host config examples:
references/host-config.md - Operations runbook:
references/runbook.md
What ships with it: 2 files
945 B alongside SKILL.md
references/
- host-config.md408 B
- runbook.md537 B