Skip to content

v0.0.0

Choose a tag to compare

@amotl amotl released this 16 May 16:44
· 124 commits to main since this release

What's Changed

  • Project: Established project layout. Thanks, @surister.
  • Features: First working version. Thanks, @surister.
  • Packaging: Adjusted package dependencies for interoperability
  • Packaging: Added basic CLI entry point and server launcher cratedb-mcp
  • Documentation: Show a simple Claude Desktop configuration. Thanks, @kneth.
  • MCP docs: Add reference to medium-sized llms.txt context file
  • Boilerplate: Added software tests and CI configuration
  • Documentation: Added development sandbox section
  • MCP docs: Used Hishel for transparently caching documentation resources,
    by default for one hour. Use the CRATEDB_MCP_DOCS_CACHE_TTL environment
    variable to adjust (default: 3600)
  • SQL: Stronger read-only mode, using sqlparse
  • CLI: Added option --version to report the installed package version
  • Naming things: Started using CRATEDB_MCP_HTTP_TIMEOUT environment variable

Details

  • Packaging adjustments by @amotl in #3
  • Show a simple Claude Desktop configuration by @kneth in #4
  • MCP documentation: Add reference to medium-sized llms.txt file by @amotl in #7
  • Boilerplate: Add software tests and CI configuration by @amotl in #9
  • Update pytest-cov requirement from <6 to <7 by @dependabot in #13
  • MCP docs: Use Hishel for transparently caching responses by @amotl in #12
  • MCP docs: Use resource index from cratedb-about by @amotl in #8
  • SQL: Stronger read-only mode by @amotl in #11
  • Refactoring: More OO, less module-level code by @amotl in #16
  • Documentation: Update README, change log, and project metadata by @amotl in #17
  • Chore: Format code using ruff, and a few manual touches by @amotl in #18
  • CLI: Add option --version to report the installed package version by @amotl in #19
  • Documentation: Educate about CRATEDB_MCP_HTTP_TIMEOUT environment variable by @amotl in #20

New Contributors

Full Changelog: https://github.com/crate/cratedb-mcp/commits/v0.0.0