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 3d6acd3 commit a8fa0b3Copy full SHA for a8fa0b3
src/examples/server/toolWithSampleServer.ts
@@ -1,8 +1,8 @@
1
2
// Run with: npx tsx src/examples/server/toolWithSampleServer.ts
3
4
-import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
5
-import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
+import { McpServer } from "../../server/mcp.js";
+import { StdioServerTransport } from "../../server/stdio.js";
6
import { z } from "zod";
7
8
const mcpServer = new McpServer({
0 commit comments