一键导入
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.