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";
221221import { randomUUID } from " node:crypto" ;
222222import { McpServer } from " @modelcontextprotocol/sdk/server/mcp.js" ;
223223import { 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" ;
225225
226226
227227const app = express ();
@@ -773,7 +773,7 @@ import express from "express";
773773import { McpServer } from " @modelcontextprotocol/sdk/server/mcp.js" ;
774774import { StreamableHTTPServerTransport } from " @modelcontextprotocol/sdk/server/streamableHttp.js" ;
775775import { 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" ;
777777
778778const server = new McpServer ({
779779 name: " backwards-compatible-server" ,
You can’t perform that action at this time.
0 commit comments