Skip to content

Releases: ktanaka101/mcp-server-duckdb

v1.1.0

05 May 11:00
2cc7c29

Choose a tag to compare

What's Changed

  • Add --keep-connection option – keeps a persistent DuckDB connection so TEMP tables and TEMP MACRO objects survive across queries by @risyou in #24

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

18 Mar 12:21
4fa9df0

Choose a tag to compare

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

18 Mar 12:00
05b46f6

Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v1.0.0

v0.2.4

05 Jan 11:54
82c9a58

Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

04 Jan 13:55
327f14e

Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

04 Jan 13:50
ef84037

Choose a tag to compare

What's Changed

  • fix #4: Correct readonly mode logic in write operations by @ktanaka101 in #6

Update README

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

01 Dec 08:09

Choose a tag to compare

Changed

  • Bump version to 0.2.1 in pyproject.toml and uv.lock

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 Dec 07:39

Choose a tag to compare

Changed

  • Add read-only mode support (--readonly)
  • db_path parsing 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

v0.1.0

30 Nov 23:00

Choose a tag to compare