1.2.0
What's Changed
- feat: implement read-only mode for MongoDB connections by @kiliczsh in #11
- Fix output not JSON by @rvanderfeer in #12
New Contributors
- @rvanderfeer made their first contribution in #12
Features
- Added completion handler for MongoDB collections
- Added automatic ObjectId conversion with configurable modes
- Implemented intelligent conversion of string IDs to MongoDB ObjectId based on field names
- Added new objectIdMode parameter supporting "auto", "none" or "force" conversion strategies
- Added default value and schema improvements to tools endpoints
- Added MongoDB environment variable support
- MCP_MONGODB_URI
- MCP_MONGODB_READONLY
Bug Fixes
- Fixed MCP ping tool error handling
- Fixed commitQuorum type to string only in index creation schema
Code Improvements
- Refactored codebase into modular structure
- Refactored MongoDB call handler for better code organization
- Improved error handling
Issues Resolved
- #15: Automatic ObjectId conversion with configurable modes
- #16: Default value and schema improvements to tools endpoints
- #17 & #20: commitQuorum type in index creation schema
Full Changelog: 1.1.0...1.2.0