Skip to content

v0.0.1

Choose a tag to compare

@amotl amotl released this 19 May 23:46
· 106 commits to main since this release

What's Changed

  • Options: Renamed CRATEDB_MCP_HTTP_URL to CRATEDB_CLUSTER_URL,
    standardizing on common naming conventions
  • CLI: Added subcommand cratedb-mcp serve using Click, with
    dedicated options --transport and --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_URL to CRATEDB_CLUSTER_URL by @amotl in #21
  • CLI: Add subcommand cratedb-mcp serve using 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