Releases: ktanaka101/mcp-server-duckdb
Releases · ktanaka101/mcp-server-duckdb
v1.1.0
v1.0.1
What's Changed
- Update README to reflect unified query function by @ktanaka101 in #20
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- update packages by @ktanaka101 in #14
- Allow PRAGMA and SHOW commands in read-query by @ktanaka101 in #16
- Consolidate multiple DB function tools into a single unified queries by @ktanaka101 in #18
- Bump version to 1.0.0 for stable release by @ktanaka101 in #19
Full Changelog: v0.2.4...v1.0.0
v0.2.4
What's Changed
- fix: Fix log message by @ktanaka101 in #8
- Add test code by @ktanaka101 in #10
- test: Add unit tests for Config class by @ktanaka101 in #12
- chore: Bump version to 0.2.4 by @ktanaka101 in #9
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.2
What's Changed
- fix #4: Correct readonly mode logic in write operations by @ktanaka101 in #6
Update README
- add MCP server badge by @punkpeye in #2
- Add Smithery to README by @calclavia in #3
- docs: Add PyPI and license badges to README by @ktanaka101 in #5
New Contributors
- @punkpeye made their first contribution in #2
- @calclavia made their first contribution in #3
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
Changed
- Add read-only mode support (--readonly)
db_pathparsing to use Path object- Update documentation
- Update classifiers in pyproject.toml
Dev
- Refactoring
- Add PyPI publishing workflow
- Enable basic type checking in VSCode
Full Changelog: v0.1.0...v0.2.0