01Provides tools for creating, listing, and deleting CouchDB databases.
02Supports Mango queries (findDocuments) and index management (createMangoIndex, deleteMangoIndex, listMangoIndexes) for CouchDB 3.x+.
03Includes robust error handling for common scenarios, returning formatted errors through the MCP protocol.
04Enables creation, retrieval, and updating of documents in CouchDB.
05Automatically detects the CouchDB version and enables features accordingly.