mcp-inspector
Installation
SKILL.md
MCPJam CLI Investigation
Use this skill when analyzing MCP server behavior from mcpjam-cli output. The goal is to separate:
- real protocol issues
- interoperability warnings
- implementation polish
- mcpjam or SDK artifacts
Default stance
- Treat raw request/response evidence as higher trust than normalized CLI convenience output.
- Separate observations, compliance issues, and security findings. They are related, but not interchangeable.
- Map claims to spec strength:
MUSTandMUST NOTare strong conformance signals;SHOULDandRECOMMENDEDare softer guidance;MAYand optional fields are usually informational. - Do not label a security finding
highunless you can support a concrete attacker benefit or clear breakage path. - When evidence is ambiguous, lower confidence or use
pendingbefore overstating the conclusion.