Skip to content

Commit 7b35cae

Browse files
committed
fix lint
1 parent 0e79eab commit 7b35cae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export class Server {
3232

3333
async connect(transport: Transport) {
3434
this.mcpServer.server.registerCapabilities({ logging: {} });
35-
this.mcpServer.sendToolListChanged;
3635
this.registerTools();
3736
this.registerResources();
3837

src/tools/mongodb/metadata/connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AnyZodObject, z, ZodRawShape } from "zod";
1+
import { z } from "zod";
22
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
33
import { MongoDBToolBase } from "../mongodbTool.js";
44
import { ToolArgs, OperationType } from "../../tool.js";

0 commit comments

Comments
 (0)