File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1- import { z } from "zod" ;
21import { CallToolResult } from "@modelcontextprotocol/sdk/types.js" ;
32import { SearchIndexOperationArgs , MongoDBToolBase } from "../mongodbTool.js" ;
43import { ToolArgs , OperationType } from "../../tool.js" ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const DbOperationArgs = {
1313export const SearchIndexOperationArgs = {
1414 database : z . string ( ) . describe ( "Database name" ) ,
1515 collection : z . string ( ) . describe ( "Collection name" ) ,
16- searchIndexName : z . string ( ) . describe ( "Search Index or Vector Search Index name" ) ,
16+ searchIndexName : z . string ( ) . describe ( "Search Index or Vector Search Index name" ) ,
1717} ;
1818
1919export abstract class MongoDBToolBase extends ToolBase {
You can’t perform that action at this time.
0 commit comments