Skip to content

Commit 2ab5eee

Browse files
committed
chore: fix
1 parent 02c7542 commit 2ab5eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface ServerOptions {
3333
/**
3434
* Custom tool constructors to register with the server.
3535
* This will override any default tools. You can use both existing and custom tools by using the `mongodb-mcp-server/tools` export.
36-
*
36+
*
3737
* ```ts
3838
* import { AllTools, ToolBase } from "mongodb-mcp-server/tools";
3939
* class CustomTool extends ToolBase {

0 commit comments

Comments
 (0)