Skip to content

Commit b80e49f

Browse files
committed
docs: streamline MCP server usage instructions in README files
1 parent 5ff78d5 commit b80e49f

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff 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-
11699
Other examples for other tools like cursor ,claude code etc. please refer to the corresponding tool documentation
117100

118101
## 🎯 Try the STM32 Demo

README_zh.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)