File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed
Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 66 cargo build --release --example servers_std_io
77 ```
88
9- This builds a standard input/output MCP server binary.
9+ This builds a standard input/output MCP server binary.
1010
11112 . ** Add or update this section in your** ` PATH-TO/claude_desktop_config.json `
1212
13- Windows
13+ Windows
1414
1515 ``` json
1616 {
4040 The MCP UI elements will only show up in Claude for Desktop if at least one server is properly configured.
4141
42424 . ** Once Claude Desktop is running, try chatting:**
43- `text
44- counter.say_hello
45- `
43+
44+ ``` text
45+ counter.say_hello
46+ ```
47+
4648 Or test other tools like:
47- `text
48- counter.increment
49- counter.get_value
50- counter.sum {"a": 3, "b": 4}
51- `
49+
50+ ``` texts
51+ counter.increment
52+ counter.get_value
53+ counter.sum {"a": 3, "b": 4}
54+ ```
5255
5356# Client Examples
5457
@@ -82,3 +85,7 @@ counter.sum {"a": 3, "b": 4}
8285``` sh
8386npx @modelcontextprotocol/inspector
8487```
88+
89+ ```
90+
91+ ```
You can’t perform that action at this time.
0 commit comments