fix(tools): correct mongdb typo to pymongo in package_dependencies (#5891)
* fix(tools): correct mongdb typo to pymongo in package_dependencies The `package_dependencies` field in `MongoDBVectorSearchTool` referenced the non-existent package `mongdb` instead of the actual PyPI package `pymongo`, which is the driver imported and used throughout the file. * chore: update tool specifications --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
T
Thiago Moretto committed
56b6594669f299e0132bde562f60ff78cb2d889d
Parent: d3e2090
Committed by GitHub <noreply@github.com>
on 5/21/2026, 2:57:17 PM