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:
57
57
- Listing and reading resources
58
58
- Session cleanup
59
59
60
- ### 4. SSE Test Server (` sse_test_server .rb` )
60
+ ### 4. Streamable HTTP Server (` streamable_http_server .rb` )
61
61
A specialized HTTP server designed to test and demonstrate Server-Sent Events (SSE) functionality in the MCP protocol.
62
62
63
63
** Features:**
@@ -71,12 +71,12 @@ A specialized HTTP server designed to test and demonstrate Server-Sent Events (S
71
71
72
72
** Usage:**
73
73
``` bash
74
- ruby examples/sse_test_server .rb
74
+ ruby examples/streamable_http_server .rb
75
75
```
76
76
77
77
The server will start on ` http://localhost:9393 ` and provide detailed instructions for testing SSE functionality.
78
78
79
- ### 5. SSE Test Client (` sse_test_client .rb` )
79
+ ### 5. Streamable HTTP Client (` streamable_http_client .rb` )
80
80
An interactive client that connects to the SSE stream and provides a menu-driven interface for testing SSE functionality.
81
81
82
82
** Features:**
@@ -88,12 +88,12 @@ An interactive client that connects to the SSE stream and provides a menu-driven
88
88
** Usage:**
89
89
1 . Start the SSE test server in one terminal:
90
90
``` bash
91
- ruby examples/sse_test_server .rb
91
+ ruby examples/streamable_http_server .rb
92
92
```
93
93
94
94
2 . Run the SSE test client in another terminal:
95
95
``` bash
96
- ruby examples/sse_test_client .rb
96
+ ruby examples/streamable_http_client .rb
97
97
```
98
98
99
99
The client will:
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments