File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ import express from "express";
221
221
import { randomUUID } from " node:crypto" ;
222
222
import { McpServer } from " @modelcontextprotocol/sdk/server/mcp.js" ;
223
223
import { StreamableHTTPServerTransport } from " @modelcontextprotocol/sdk/server/streamableHttp.js" ;
224
- import { InMemoryEventStore } from " @modelcontextprotocol/sdk/inMemory .js" ;
224
+ import { InMemoryEventStore } from " @modelcontextprotocol/sdk/examples/shared/inMemoryEventStore .js" ;
225
225
226
226
227
227
const app = express ();
@@ -773,7 +773,7 @@ import express from "express";
773
773
import { McpServer } from " @modelcontextprotocol/sdk/server/mcp.js" ;
774
774
import { StreamableHTTPServerTransport } from " @modelcontextprotocol/sdk/server/streamableHttp.js" ;
775
775
import { SSEServerTransport } from " @modelcontextprotocol/sdk/server/sse.js" ;
776
- import { InMemoryEventStore } from " @modelcontextprotocol/sdk/inMemory .js" ;
776
+ import { InMemoryEventStore } from " @modelcontextprotocol/sdk/examples/shared/inMemoryEventStore .js" ;
777
777
778
778
const server = new McpServer ({
779
779
name: " backwards-compatible-server" ,
You can’t perform that action at this time.
0 commit comments