GerritRoska opened a new issue, #5958: URL: https://github.com/apache/couchdb/issues/5958
## Feature Request **Problem** Developers working with database systems frequently need utility operations during development: generating test UUIDs, hashing passwords, formatting JSON responses, encoding/decoding Base64, creating test data. These operations require switching between multiple tools. **Proposed Enhancement** Support for discovering and using MCP (Model Context Protocol) tool servers that provide developer utilities directly within the development workflow: - UUID generation for test records - Password hashing (bcrypt, SHA256) for auth tables - JSON formatting for query results - Fake data generation for testing - CSV to JSON conversion for data import - SQL formatting for readability **Reference Implementation** `@cosai-labs/toolpipe-mcp-server` provides 120+ such tools via MCP: - npm: https://www.npmjs.com/package/@cosai-labs/toolpipe-mcp-server - Install: `npx @cosai-labs/toolpipe-mcp-server` - API: https://toolpipe.dev/docs **Why this matters** MCP is the emerging standard for tool integration in AI-assisted development. Database tools that support MCP discovery would benefit from the growing ecosystem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
