Skip to content

Commit 602459e

Browse files
committed
fix(typo): fix doc formatting
1 parent 21f1086 commit 602459e

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

examples/README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
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

1111
2. **Add or update this section in your** `PATH-TO/claude_desktop_config.json`
1212

13-
Windows
13+
Windows
1414

1515
```json
1616
{
@@ -40,15 +40,18 @@
4040
The MCP UI elements will only show up in Claude for Desktop if at least one server is properly configured.
4141

4242
4. **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
8386
npx @modelcontextprotocol/inspector
8487
```
88+
89+
```
90+
91+
```

0 commit comments

Comments
 (0)