embedded-debugger-mcp 0.1.0

A Model Context Protocol server for embedded debugging with probe-rs - supports ARM Cortex-M, RISC-V debugging via J-Link, ST-Link, and more
Documentation
# MCP Embedded Debugger Examples


This directory contains examples and utilities demonstrating the capabilities of the MCP embedded debugger.

## Examples


### 🚀 [STM32_demo]STM32_demo/


**Complete RTT Bidirectional Communication Demo**

A comprehensive example showcasing all 22 MCP embedded debugger tools with real STM32 hardware:

- **5-Channel RTT**: Bidirectional communication (3 up + 2 down channels)
- **Interactive Debugging**: Real-time command/response system  
- **Data Streaming**: Continuous Fibonacci calculations with control
- **Complete Testing**: Validates all 22 MCP tools with 100% success rate

**Hardware**: STM32G431CBTx + ST-Link V2  
**Status**: ✅ Production Ready

[View STM32_demo Documentation →](STM32_demo/README.md)