← スキル一覧に戻る

mcp-inspector
by adeze
mcp-inspectorは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 108🍴 19📅 2026年1月23日
SKILL.md
name: mcp-inspector description: MCP Protocol Inspection and Debugging with Inspector CLI keywords: [mcp, inspector, debugging, protocol, testing, cli]
MCP Inspector Skill
Guidelines for using the MCP Inspector tool in CLI mode for protocol inspection, debugging, and tool listing in a VS Code environment.
Prerequisites
- Ensure you have Node.js and npx installed.
- Install MCP Inspector:
npx -y @modelcontextprotocol/inspector --help - Build your MCP server (e.g.,
bun run buildor equivalent).
Usage Examples
List Available Tools
Run the following command in your VS Code terminal:
npx -y @modelcontextprotocol/inspector --cli node build/index.js --method tools/list
Send a Protocol Request (e.g., ping)
npx -y @modelcontextprotocol/inspector --cli node build/index.js --method ping
Debugging and Inspection
- Use Inspector CLI to wrap your MCP server and inspect protocol traffic.
- Example for STDIO server:
npx -y @modelcontextprotocol/inspector node build/index.js
- For HTTP server:
npx -y @modelcontextprotocol/inspector node build/server.js
Tips
- Use Inspector CLI flags for advanced filtering, logging, and output formatting. See Inspector documentation for details.
- Integrate Inspector CLI commands into your VS Code tasks or launch configurations for automated inspection and debugging.
- Use Vitest or your preferred test runner to automate CLI checks (see
tests/inspector.test.tsfor examples).
References
スコア
総合スコア
75/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です



