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 02c7542 commit 2ab5eeeCopy full SHA for 2ab5eee
src/server.ts
@@ -33,7 +33,7 @@ export interface ServerOptions {
33
/**
34
* Custom tool constructors to register with the server.
35
* This will override any default tools. You can use both existing and custom tools by using the `mongodb-mcp-server/tools` export.
36
- *
+ *
37
* ```ts
38
* import { AllTools, ToolBase } from "mongodb-mcp-server/tools";
39
* class CustomTool extends ToolBase {
0 commit comments