Skip to content

1.2.0

Choose a tag to compare

@kiliczsh kiliczsh released this 12 Apr 21:13
· 18 commits to main since this release

What's Changed

New Contributors

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