ワンクリックで
verify-mcp
Verifies the MCP server functionality by running the integration test suite.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Verifies the MCP server functionality by running the integration test suite.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Orchestrates full-program analysis by running block classification, then analyzing all unanalyzed routines and symbols in parallel using subagents.
Analyzes a specific memory address or label to determine its purpose (variable, flag, pointer, hardware register) by examining its cross-references and usage patterns.
Analyzes memory regions of a disassembled binary and converts them to the correct block types (code, bytes, words, text, tables, etc.) using MOS 6502 and the target system's expertise.
Analyzes a disassembly subroutine to determine its function by examining code, cross-references, and memory usage, leveraging target system expertise.
Analyzes a sequence of memory containing Commodore BASIC tokens, formats address/word data types, and constructs side comments representing the plain BASIC commands.
Streamlines the process of adding new tools to the MCP server.
| name | verify-mcp |
| description | Verifies the MCP server functionality by running the integration test suite. |
This skill runs the tests/verify_mcp.py integration test suite to ensure the MCP server is functioning correctly.
Run the verification script provided in the scripts directory from the project root. This script will automatically:
.venv directory and create it if missing.tests/requirements.txt.bash .agent/skills/verify-mcp/scripts/verify.sh
cargo run -- --headless --mcp-server manually to see errors.python3 and requests are installed.