diff --git a/README.md b/README.md index e5a283d9..e0d68909 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,8 @@ import express from "express"; import { randomUUID } from "node:crypto"; import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { StreamableHTTPServerTransport } from "@modelcontextprotocol/sdk/server/streamableHttp.js"; +import { isInitializeRequest } from "@modelcontextprotocol/sdk/types.js" + const app = express();