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 0e79eab commit 7b35caeCopy full SHA for 7b35cae
src/server.ts
@@ -32,7 +32,6 @@ export class Server {
32
33
async connect(transport: Transport) {
34
this.mcpServer.server.registerCapabilities({ logging: {} });
35
- this.mcpServer.sendToolListChanged;
36
this.registerTools();
37
this.registerResources();
38
src/tools/mongodb/metadata/connect.ts
@@ -1,4 +1,4 @@
1
-import { AnyZodObject, z, ZodRawShape } from "zod";
+import { z } from "zod";
2
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
3
import { MongoDBToolBase } from "../mongodbTool.js";
4
import { ToolArgs, OperationType } from "../../tool.js";
0 commit comments