Skip to content

Commit 5d127a4

Browse files
committed
fix(typo): claude desktop config file path correction and add more examplesin windows, linux, and macos
1 parent 6a42304 commit 5d127a4

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

examples/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
```
77
This builds a standard input/output MCP server binary.
88

9-
2. **Add or update this section in your** `~/.config/claude-desktop/config.toml`
9+
2. **Add or update this section in your** `PATH-TO/claude_desktop_config.json`
10+
11+
**Windows**
1012
```json
1113
{
1214
"mcpServers": {
@@ -18,6 +20,18 @@
1820
}
1921
```
2022

23+
**McOS/Linux**
24+
```json
25+
{
26+
"mcpServers": {
27+
"counter": {
28+
"command": "PATH-TO/rust-sdk/target/release/examples/servers_std_io",
29+
"args": []
30+
}
31+
}
32+
}
33+
```
34+
2135
3. **Once Claude Desktop is running, try chatting:**
2236
```text
2337
counter.say_hello

0 commit comments

Comments
 (0)