Documentation
README
Embedded Debugger
Use the local embedded-debugger-mcp binary as the source of truth. Prefer CLI
checks first, then MCP tools when an MCP client is available.
Entry Decision
- If the user has an MCP client configured, start or verify the server:
embedded-debugger-mcp serve - If the user wants no MCP install, use CLI-first mode:
embedded-debugger-mcp doctor,embedded-debugger-mcp probes list, andembedded-debugger-mcp skill print-prompt. - If hardware access is required, confirm the probe and target are connected before destructive actions such as flash erase or program.
CLI Workflow
Run these in order and report the exact outcome:
embedded-debugger-mcp doctor
embedded-debugger-mcp probes list
embedded-debugger-mcp config show
This is the opening of the README. Read the full README on GitHub.