v0.3.0 - Library Mode & DuckLake Service
π 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.0See README for usage examples.