Skip to content

Commit cd7a055

Browse files
authored
fix a typo in examples README (#1246)
1 parent d0be5fa commit cd7a055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ npx tsx src/examples/client/elicitationUrlExample.ts
155155

156156
#### Deprecated SSE Transport
157157

158-
A server that implements the deprecated HTTP+SSE transport (protocol version 2024-11-05). This example only used for testing backwards compatibility for clients.
158+
A server that implements the deprecated HTTP+SSE transport (protocol version 2024-11-05). This example is only used for testing backwards compatibility for clients.
159159

160160
- Two separate endpoints: `/mcp` for the SSE stream (GET) and `/messages` for client messages (POST)
161161
- Tool implementation with a `start-notification-stream` tool that demonstrates sending periodic notifications

0 commit comments

Comments
 (0)