Skip to content

Commit 4a295a4

Browse files
committed
remove vendored library tests
1 parent 3c94968 commit 4a295a4

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

src/server/__tests__/vendor/[email protected]

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/server/__tests__/vendor/[email protected]

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/server/mcp.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { McpServer } from "./mcp.js";
22
import { Client } from "../client/index.js";
33
import { InMemoryTransport } from "../inMemory.js";
4+
import { z } from "zod";
45
import {
56
ListToolsResultSchema,
67
CallToolResultSchema,
@@ -16,9 +17,6 @@ import {
1617
import { ResourceTemplate } from "./mcp.js";
1718
import { completable } from "./completable.js";
1819
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/[email protected]";
2220

2321
describe("McpServer", () => {
2422
test("should expose underlying Server instance", () => {

0 commit comments

Comments
 (0)