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 ba54952 commit 0636cc7Copy full SHA for 0636cc7
src/tools/mongodb/metadata/collectionSchema.ts
@@ -1,7 +1,7 @@
1
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
2
import { DbOperationArgs, MongoDBToolBase } from "../mongodbTool.js";
3
import { ToolArgs, OperationType } from "../../tool.js";
4
-import { getSimplifiedSchema, parseSchema, SchemaField, SchemaType } from "mongodb-schema";
+import { getSimplifiedSchema } from "mongodb-schema";
5
6
export class CollectionSchemaTool extends MongoDBToolBase {
7
protected name = "collection-schema";
0 commit comments