From 6a51abedbdadceda85235109da467120cc6cff94 Mon Sep 17 00:00:00 2001 From: Dale Seo <5466341+DaleSeo@users.noreply.github.com> Date: Sun, 7 Dec 2025 13:33:46 -0500 Subject: [PATCH] fix a typo --- src/examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/README.md b/src/examples/README.md index 0d98456a6..dd67bc8f8 100644 --- a/src/examples/README.md +++ b/src/examples/README.md @@ -155,7 +155,7 @@ npx tsx src/examples/client/elicitationUrlExample.ts #### Deprecated SSE Transport -A server that implements the deprecated HTTP+SSE transport (protocol version 2024-11-05). This example only used for testing backwards compatibility for clients. +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. - Two separate endpoints: `/mcp` for the SSE stream (GET) and `/messages` for client messages (POST) - Tool implementation with a `start-notification-stream` tool that demonstrates sending periodic notifications