Skip to content

Commit 0136cbf

Browse files
committed
lint fixes
1 parent 2c4df43 commit 0136cbf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/tools/tool.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { z, type ZodRawShape } from "zod";
1+
import type { z } from "zod";
2+
import { type ZodRawShape } from "zod";
23
import type { RegisteredTool } from "@modelcontextprotocol/sdk/server/mcp.js";
34
import type { CallToolResult, ToolAnnotations } from "@modelcontextprotocol/sdk/types.js";
45
import type { Session } from "../common/session.js";

src/ui/generated/tools/list-databases.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)