Skip to content

Commit b3125d4

Browse files
committed
[Doc] Align stdio with specification
Follow-up to #262 (comment).
1 parent 09b4e30 commit b3125d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains examples of how to use the Model Context Protocol (MCP)
44

55
## Available Examples
66

7-
### 1. STDIO Server (`stdio_server.rb`)
7+
### 1. stdio Server (`stdio_server.rb`)
88

99
A simple server that communicates over standard input/output. This is useful for desktop applications and command-line tools.
1010

@@ -15,9 +15,9 @@ $ ruby examples/stdio_server.rb
1515
{"jsonrpc":"2.0","id":0,"method":"tools/list"}
1616
```
1717

18-
### 2. STDIO Client (`stdio_client.rb`)
18+
### 2. stdio Client (`stdio_client.rb`)
1919

20-
A client that connects to the STDIO server using the `MCP::Client::Stdio` transport.
20+
A client that connects to the stdio server using the `MCP::Client::Stdio` transport.
2121
This demonstrates how to use the SDK's built-in client classes to interact with a server subprocess.
2222

2323
**Usage:**

0 commit comments

Comments
 (0)