File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ The client will demonstrate:
5757- Listing and reading resources
5858- Session cleanup
5959
60- ### 4. SSE Test Server (` sse_test_server .rb` )
60+ ### 4. Streamable HTTP Server (` streamable_http_server .rb` )
6161A specialized HTTP server designed to test and demonstrate Server-Sent Events (SSE) functionality in the MCP protocol.
6262
6363** Features:**
@@ -71,12 +71,12 @@ A specialized HTTP server designed to test and demonstrate Server-Sent Events (S
7171
7272** Usage:**
7373``` bash
74- ruby examples/sse_test_server .rb
74+ ruby examples/streamable_http_server .rb
7575```
7676
7777The server will start on ` http://localhost:9393 ` and provide detailed instructions for testing SSE functionality.
7878
79- ### 5. SSE Test Client (` sse_test_client .rb` )
79+ ### 5. Streamable HTTP Client (` streamable_http_client .rb` )
8080An interactive client that connects to the SSE stream and provides a menu-driven interface for testing SSE functionality.
8181
8282** Features:**
@@ -88,12 +88,12 @@ An interactive client that connects to the SSE stream and provides a menu-driven
8888** Usage:**
89891 . Start the SSE test server in one terminal:
9090 ``` bash
91- ruby examples/sse_test_server .rb
91+ ruby examples/streamable_http_server .rb
9292 ```
9393
94942 . Run the SSE test client in another terminal:
9595 ``` bash
96- ruby examples/sse_test_client .rb
96+ ruby examples/streamable_http_client .rb
9797 ```
9898
9999The client will:
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments