Skip to main content

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.

Ir para a instalação

Informações da origem

Repositório
hoangsonww/Claude-Code-Agent-Monitor
Última atividade na origem
19 de agosto de 2026 às 02:43
Idioma detectado do SKILL.md
inglês
Estrelas
1.012
Forks
233

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
4 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
mcp-operations
description
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.
# 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 test:mcp` - `npm run mcp:build` ## Catalog invariant - Add tools only through `mcp/src/tools/domains/` and `registerAllTools`. - Protocol transports and REPL must use the same declarations and schemas. - Update `.agents/skills/mcp-maintainer/references/tool-domain-map.md` when a domain changes. ## References - Host config examples: `references/host-config.md` - Operations runbook: `references/runbook.md`
Ver no GitHub