File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
99A 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.
2121This demonstrates how to use the SDK's built-in client classes to interact with a server subprocess.
2222
2323** Usage:**
You can’t perform that action at this time.
0 commit comments