Skip to content

Releases: kiliczsh/mcp-mongo-server

1.0.0

26 Feb 20:16
Compare
Choose a tag to compare

mcp-mongo-server v1.0.0 Release Notes

We're excited to announce the release of mcp-mongo-server v1.0.0! This major release introduces several new features and improvements to enhance your MongoDB development experience.

New Features

MongoDB Operations

  • Count Operation: Count documents in a collection with optional query parameters and limits
  • Insert Operation: Add documents to collections with support for ordered inserts and write concern options
  • Update Operation: Modify documents with flexible filtering and update operators, including upsert support
  • CreateIndex Operation: Create and manage indexes on collections with customizable specifications
  • Ping Functionality: Simple server health check to verify MongoDB connection status
  • Server Info: Retrieve detailed information about your MongoDB server, including version and storage engine details

Enhanced Functionality

  • Improved Query & Aggregation: Added execution plan analysis support via the 'explain' parameter
  • Simplified Connection: Streamlined MongoDB connection setup process for better reliability

Documentation

  • Expanded README with comprehensive MongoDB operations details
  • Updated documentation for all operations, including new examples
  • Improved description of server capabilities
  • Renamed prompt for collection analysis to analyze_collection

Technical Details

  • Major version bump to 1.0.0 across all package files and configuration
  • Enhanced error handling throughout the application
  • Added input schema validation for all operations
  • Improved type safety and parameter handling

Thank you for using mcp-mongo-server! We welcome your feedback and contributions.

Full Changelog: 0.2.0...1.0.0

0.2.0

24 Jan 19:10
Compare
Choose a tag to compare

What's Changed

  • Deployment: Dockerfile and Smithery config by @calclavia in #4

Full Changelog: 0.1.3...0.2.0

0.1.3

13 Dec 18:07
Compare
Choose a tag to compare

What's Changed

  • Add Smithery CLI Installation Instructions by @calclavia in #2

New Contributors

Full Changelog: 0.1.2...0.1.3

0.1.2

11 Dec 18:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.1...0.1.2

0.1.1

06 Dec 19:33
Compare
Choose a tag to compare