We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2c590 commit 65086d3Copy full SHA for 65086d3
tools/Mcp/src/CodegenServer.ts
@@ -8,7 +8,7 @@ import { readFileSync } from "fs";
8
import path from "path";
9
import { fileURLToPath } from "url";
10
import { RequestOptions } from "https";
11
-import { /*ElicitRequest, ElicitResult*/ } from "@modelcontextprotocol/sdk/types.js"; // Elicit types not available in current sdk version
+import { ElicitRequest, ElicitResult } from "@modelcontextprotocol/sdk/types.js";
12
13
const __dirname = path.dirname(fileURLToPath(import.meta.url));
14
const srcPath = path.resolve(__dirname, "..", "src");
0 commit comments