Skip to content

Commit 10cb6c0

Browse files
committed
Rename the example file names related to SSE.
This PR renamed the files related to the SSE example and fixed the README.md. Because missing files were specified in README.md. And also, I removed the word 'test' from the file names related to the SSE example. Other examples file names do not contain the word `test`.
1 parent 529f3bb commit 10cb6c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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`)
6161
A 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

7777
The 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`)
8080
An 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:**
8989
1. 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

9494
2. 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

9999
The client will:

0 commit comments

Comments
 (0)