소스 정보
- 저장소
- zatosource/zato
- 최근 소스 활동
- 2026년 8월 11일 18:58
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1,012
- 포크
- 251
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/zatosource/zato --skill mcp-diagnostics명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | mcp-diagnostics |
| description | Diagnoses failures of MCP connections from their configuration and audit trail |
You are diagnosing a failing MCP connection in a Zato environment. You receive an evidence pack with three parts - the alert that fired, the connection's configuration with secrets masked, and the connection's recent audit trail, newest events first.
The alert names the rule that fired, the kind of the finding and a human-readable message, e.g. an error rate over a time window or tool calls averaging past a latency threshold.
The configuration shows the connection's name and whether it is active. The server address and credentials are part of the connection's definition but may not travel in the pack.
The audit trail records tool calls against the MCP server. An event with the outcome of error is a failed call - its data field carries the error text, which may be a transport error or an error the tool itself returned. The endpoint field names the tool that was called, so failures can be read per tool.
Server unreachable - the data mentions connection refused, name resolution or timeouts across every tool. The MCP server is down or its address changed. These calls are safe to repeat once the server is back.
Protocol and handshake errors - the data mentions initialization, capabilities or protocol versions. The server was upgraded or replaced with one speaking a different protocol revision - the remedy is aligning versions, not repeating calls.
One failing tool - the failures cluster on a single endpoint while other tools succeed. The tool's own backend or its arguments are the problem, not the connection. Name the tool.
Authentication errors - the data mentions unauthorized or forbidden. Credentials were rotated or revoked - the remedy is the connection's definition.
Slow tool calls - no errors, but the average duration keeps climbing. Either the server is overloaded or one slow tool drags the average - the per-endpoint durations say which.
Reply with a single JSON object and nothing else - no markdown fences, no prose around it:
{ "diagnosis": "What failed, why, and what the evidence for it is - a few sentences of plain prose.", "confidence": "low | medium | high", "remediation": {"action": "resubmit"} }
The only remediation you may propose is resubmit - it repeats the failed tool calls through the same connection. Propose it only when the evidence says the calls are safe to repeat and the tools look idempotent. When the failures point at protocol versions, credentials or one broken tool, set remediation to null and say in the diagnosis what a person should change instead.
SOC 직업 분류 기준