Skip to content

v0.6.1 - VirtualFilesystem fixes

Choose a tag to compare

@nicolas-geysse nicolas-geysse released this 21 Sep 18:44

πŸ› 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