v0.0.1
What's Changed
- Options: Renamed
CRATEDB_MCP_HTTP_URLtoCRATEDB_CLUSTER_URL,
standardizing on common naming conventions - CLI: Added subcommand
cratedb-mcp serveusing Click, with
dedicated options--transportand--port - Dependencies: Updated to FastMCP 2.0. It significantly expands on 1.0 by
introducing powerful client capabilities, server proxying & composition,
OpenAPI/FastAPI integration, and more advanced features.
See FastMCP 2.0 and the Official MCP SDK. - README: Added recommendations to use a read-only database user
to prevent agents from modifying the database content
Details
- Options: Rename
CRATEDB_MCP_HTTP_URLtoCRATEDB_CLUSTER_URLby @amotl in #21 - CLI: Add subcommand
cratedb-mcp serveusing Click by @amotl in #22 - README: Improve unboxing experience by @amotl in #23
- Dependencies: Update to FastMCP 2.0 by @amotl in #24
- README: Add recommendations to use a read-only database user by @amotl in #25
- Bump cratedb-about from 0.0.4 to 0.0.5 by @dependabot in #28
Full Changelog: v0.0.0...v0.0.1