Skip to content

v0.0.4

Choose a tag to compare

@amotl amotl released this 21 Jul 17:50
· 79 commits to main since this release

What's Changed

  • Parameters: Added CLI option --host and environment variable CRATEDB_MCP_HOST
  • Parameters: Added CLI option --path and environment variable CRATEDB_MCP_PATH
  • Dependencies: Allowed updating to FastMCP 2.10, which includes a specification
    update to MCP spec 2025-06-18.
  • OCI: Added building OCI standard image cratedb-mcp
  • OCI: Added building OCI image cratedb-mcpo for Open WebUI
  • Prompt: Added instructions (system prompt) to MCP server.
    Thanks, @hammerhead and @WalBeh.

Details

  • Update mypy requirement from <1.17 to <1.18 by @dependabot[bot] in #43
  • Chore: Improve layout in __main__.py for better guidance by @amotl in #49
  • Parameters: Add CLI option --host by @amotl in #51
  • Transport: Add CLI option --path, and improve documentation by @amotl in #54
  • Application layout: Refactor core tool functions to separate module by @amotl in #52
  • Dependencies: Update to FastMCP 2.10 by @amotl in #48
  • OCI: Add building OCI images cratedb-mcp and cratedb-mcpo by @amotl in #50
  • Prompt: Add general and MCP tool instructions to system prompt of MCP server by @amotl in #53

Full Changelog: v0.0.3...v0.0.4