Skip to content

Commit 6b81bd3

Browse files
committed
chore: fix build
1 parent 8206acc commit 6b81bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/mongodb/metadata/collectionSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class CollectionSchemaTool extends MongoDBToolBase {
1919
public operationType: OperationType = "metadata";
2020

2121
protected async execute(
22-
{ database, collection, sampleSize, responseBytesLimit }: ToolArgs<typeof DbOperationArgs>,
22+
{ database, collection, sampleSize, responseBytesLimit }: ToolArgs<typeof this.argsShape>,
2323
{ signal }: ToolExecutionContext
2424
): Promise<CallToolResult> {
2525
const provider = await this.ensureConnected();

0 commit comments

Comments
 (0)