Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.2.0 source code.tar.gz | 2025-04-12 | 21.1 kB | |
1.2.0 source code.zip | 2025-04-12 | 29.5 kB | |
README.md | 2025-04-12 | 1.4 kB | |
Totals: 3 Items | 52.1 kB | 0 |
What's Changed
- feat: implement read-only mode for MongoDB connections by @kiliczsh in https://github.com/kiliczsh/mcp-mongo-server/pull/11
- Fix output not JSON by @rvanderfeer in https://github.com/kiliczsh/mcp-mongo-server/pull/12
New Contributors
- @rvanderfeer made their first contribution in https://github.com/kiliczsh/mcp-mongo-server/pull/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: https://github.com/kiliczsh/mcp-mongo-server/compare/1.1.0...1.2.0