Skip to content

v0.3.0 - Library Mode & DuckLake Service

Choose a tag to compare

@nicolas-geysse nicolas-geysse released this 19 Sep 21:13

πŸš€ Major Release

Breaking Changes

  • Auto-initialization removed - use getToolHandlersWithService() for external DuckDB instances

New Features

  • Library Mode - Clean imports without side effects or STDIO pollution
  • DuckLake Service - Delta Lake-like features with ACID transactions and time travel
  • External DuckDB Support - Prevents duplicate instances in integrated environments

Documentation

  • Added "Three Usage Modes" section (Standalone/Library/Embedded)
  • Updated integration examples for deposium_MCPs
  • Added Native DuckDB Tools section with code samples

Installation

npm install @seed-ship/duckdb-mcp-native@0.3.0

See README for usage examples.