File tree Expand file tree Collapse file tree 2 files changed +2
-31
lines changed
Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -60,19 +60,7 @@ cargo build --release
6060
6161### Basic Usage
6262
63- 1 . ** Start the MCP Server**
64- ``` bash
65- # Run the MCP server
66- ./target/release/embedded-debugger-mcp
67-
68- # With debug logging
69- RUST_LOG=debug ./target/release/embedded-debugger-mcp
70-
71- # With custom configuration
72- ./target/release/embedded-debugger-mcp --config config.toml
73- ```
74-
75- 2 . ** Configure MCP Clients**
63+ ** Configure MCP Clients**
7664
7765#### Claude Desktop Configuration Example
7866
@@ -108,11 +96,6 @@ Add to Claude Desktop configuration file:
10896}
10997```
11098
111- Configuration file locations:
112- - Windows: ` %APPDATA%\\Claude\\claude_desktop_config.json `
113- - macOS: ` ~/Library/Application Support/Claude/claude_desktop_config.json `
114- - Linux: ` ~/.config/Claude/claude_desktop_config.json `
115-
11699Other examples for other tools like cursor ,claude code etc. please refer to the corresponding tool documentation
117100
118101## 🎯 Try the STM32 Demo
Original file line number Diff line number Diff line change @@ -60,19 +60,7 @@ cargo build --release
6060
6161### 基本使用
6262
63- 1 . ** 启动 MCP 服务器**
64- ``` bash
65- # 运行 MCP 服务器
66- ./target/release/embedded-debugger-mcp
67-
68- # 带调试日志
69- RUST_LOG=debug ./target/release/embedded-debugger-mcp
70-
71- # 使用自定义配置
72- ./target/release/embedded-debugger-mcp --config config.toml
73- ```
74-
75- 2 . ** 配置 MCP 客户端**
63+ ** 配置 MCP 客户端**
7664
7765#### Claude Desktop 配置示例
7866
You can’t perform that action at this time.
0 commit comments