File tree Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import { McpServer } from "./mcp.js" ;
22import { Client } from "../client/index.js" ;
33import { InMemoryTransport } from "../inMemory.js" ;
4+ import { z } from "zod" ;
45import {
56 ListToolsResultSchema ,
67 CallToolResultSchema ,
@@ -16,9 +17,6 @@ import {
1617import { ResourceTemplate } from "./mcp.js" ;
1718import { completable } from "./completable.js" ;
1819import { UriTemplate } from "../shared/uriTemplate.js" ;
19- // Note: deliberately using a different Zod version to the one bundled
20- // with the SDK as that's what our users are likely to be doing
21- import { z } from "./__tests__/vendor/zod@3.24.4.umd.js" ;
2220
2321describe ( "McpServer" , ( ) => {
2422 test ( "should expose underlying Server instance" , ( ) => {
You can’t perform that action at this time.
0 commit comments