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 1
1
import { McpServer } from "./mcp.js" ;
2
2
import { Client } from "../client/index.js" ;
3
3
import { InMemoryTransport } from "../inMemory.js" ;
4
+ import { z } from "zod" ;
4
5
import {
5
6
ListToolsResultSchema ,
6
7
CallToolResultSchema ,
@@ -16,9 +17,6 @@ import {
16
17
import { ResourceTemplate } from "./mcp.js" ;
17
18
import { completable } from "./completable.js" ;
18
19
import { 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" ;
22
20
23
21
describe ( "McpServer" , ( ) => {
24
22
test ( "should expose underlying Server instance" , ( ) => {
You can’t perform that action at this time.
0 commit comments