Skip to content

Commit 1bdbac3

Browse files
committed
refactor: remove commented code in ListDatabasesTool for cleaner implementation
1 parent 92a9316 commit 1bdbac3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/mongodb/metadata/listDatabases.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export class ListDatabasesTool extends MongoDBToolBase {
4040
htmlString: this.getUI() || "",
4141
},
4242
encoding: "text",
43-
// The MCP client will automatically extract this and pass it to the iframe via postMessage
4443
uiMetadata: {
4544
"initial-render-data": {
4645
databases: uiDatabases,

0 commit comments

Comments
 (0)