You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+47-26Lines changed: 47 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,36 +1,57 @@
1
1
# Quick Start With Claude Desktop
2
2
3
3
1.**Build the Server (Counter Example)**
4
-
```sh
5
-
cargo build --release --example servers_std_io
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` (Linux) or `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS)
0 commit comments