v0.0.0
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 theCRATEDB_MCP_DOCS_CACHE_TTLenvironment
variable to adjust (default: 3600) - SQL: Stronger read-only mode, using
sqlparse - CLI: Added option
--versionto report the installed package version - Naming things: Started using
CRATEDB_MCP_HTTP_TIMEOUTenvironment 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.txtfile 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-aboutby @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
--versionto report the installed package version by @amotl in #19 - Documentation: Educate about
CRATEDB_MCP_HTTP_TIMEOUTenvironment variable by @amotl in #20
New Contributors
- @amotl made their first contribution in #3
- @kneth made their first contribution in #4
- @dependabot made their first contribution in #13
Full Changelog: https://github.com/crate/cratedb-mcp/commits/v0.0.0