Skip to content

Commit 65086d3

Browse files
committed
reverted import
1 parent eb2c590 commit 65086d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Mcp/src/CodegenServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { readFileSync } from "fs";
88
import path from "path";
99
import { fileURLToPath } from "url";
1010
import { RequestOptions } from "https";
11-
import { /*ElicitRequest, ElicitResult*/ } from "@modelcontextprotocol/sdk/types.js"; // Elicit types not available in current sdk version
11+
import { ElicitRequest, ElicitResult } from "@modelcontextprotocol/sdk/types.js";
1212

1313
const __dirname = path.dirname(fileURLToPath(import.meta.url));
1414
const srcPath = path.resolve(__dirname, "..", "src");

0 commit comments

Comments
 (0)