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 ea9a65e commit bafd491Copy full SHA for bafd491
src/tools/tool.ts
@@ -1,6 +1,6 @@
1
import { z, type ZodRawShape, type ZodNever, AnyZodObject } from "zod";
2
import type { McpServer, RegisteredTool, ToolCallback } from "@modelcontextprotocol/sdk/server/mcp.js";
3
-import { ToolAnnotationsSchema, type CallToolResult, type ToolAnnotations } from "@modelcontextprotocol/sdk/types.js";
+import type { CallToolResult, ToolAnnotations } from "@modelcontextprotocol/sdk/types.js";
4
import { Session } from "../session.js";
5
import logger, { LogId } from "../logger.js";
6
import { Telemetry } from "../telemetry/telemetry.js";
0 commit comments