원클릭으로
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 직업 분류 기준
| 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.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.