v0.6.1 - VirtualFilesystem fixes
π Bug Fixes
VirtualFilesystem URI Handling
- Fixed URIParser to allow
*as valid server name for glob patterns - Improved isGlob detection to include server wildcards
- Fixed VirtualFilesystem to handle MCP SDK response format with contents array
- Fixed test resource registrations to use URIs without leading slashes
β Testing
- All 171 tests now passing
- VirtualFilesystem test suite fully functional
- Build and TypeScript compilation successful
π¦ Installation
npm install @seed-ship/duckdb-mcp-native@0.6.1π What's New Since v0.6.0
This patch release focuses on fixing critical issues with the Virtual Filesystem feature introduced in v0.6.0:
- Glob patterns: Server wildcards (
mcp://*/data.json) now work correctly - URI resolution: Proper error messages for unresolvable
mcp://URIs - SDK compatibility: Fixed response format handling for MCP SDK
π Documentation
- Updated INTEGRATION-STATUS.md with v0.6.1 information
- Added 14 MCP tools documentation
- Virtual Filesystem examples and usage patterns
π€ Generated with Claude Code