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 9751ff1 commit e30aad4Copy full SHA for e30aad4
src/tools/mongodb/read/aggregate.ts
@@ -6,7 +6,6 @@ import { formatUntrustedData } from "../../tool.js";
6
import { checkIndexUsage } from "../../../helpers/indexCheck.js";
7
import { EJSON } from "bson";
8
import { ErrorCodes, MongoDBError } from "../../../common/errors.js";
9
-import { UserConfig } from "../../../common/config.js";
10
11
export const AggregateArgs = {
12
pipeline: z.array(z.object({}).passthrough()).describe("An array of aggregation stages to execute"),
0 commit comments