Skip to content

Commit b0e9cdb

Browse files
committed
nits
1 parent 01b2757 commit b0e9cdb

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/app-bridge.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ import { describe, it, expect, beforeEach, afterEach } from "bun:test";
22
import { InMemoryTransport } from "@modelcontextprotocol/sdk/inMemory.js";
33
import type { Client } from "@modelcontextprotocol/sdk/client/index.js";
44
import type { ServerCapabilities } from "@modelcontextprotocol/sdk/types.js";
5-
import {
6-
EmptyResultSchema,
7-
CallToolResultSchema,
8-
ListToolsResultSchema,
9-
} from "@modelcontextprotocol/sdk/types.js";
5+
import { EmptyResultSchema } from "@modelcontextprotocol/sdk/types.js";
106
import { z } from "zod/v4";
117

128
import { App } from "./app";

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import {
4343
McpUiToolResultNotificationSchema,
4444
} from "./types";
4545
import { Transport } from "@modelcontextprotocol/sdk/shared/transport.js";
46-
import { safeParseAsync, ZodRawShape } from "zod/v4";
46+
import { safeParseAsync } from "zod/v4";
4747
import {
4848
RegisteredTool,
4949
ToolCallback,

0 commit comments

Comments
 (0)