We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a42304 commit 5d127a4Copy full SHA for 5d127a4
examples/README.md
@@ -6,7 +6,9 @@
6
```
7
This builds a standard input/output MCP server binary.
8
9
-2. **Add or update this section in your** `~/.config/claude-desktop/config.toml`
+2. **Add or update this section in your** `PATH-TO/claude_desktop_config.json`
10
+
11
+ **Windows**
12
```json
13
{
14
"mcpServers": {
@@ -18,6 +20,18 @@
18
20
}
19
21
22
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
35
3. **Once Claude Desktop is running, try chatting:**
36
```text
37
counter.say_hello
0 commit comments