Skip to content

v0.1.3 - Major Refactoring & Critical Fixes

Choose a tag to compare

@smartzan63 smartzan63 released this 23 Jun 13:03
· 25 commits to main since this release

What's New in v0.1.3

Added

  • Utility functions in lucidModels.ts (validation, filtering, sorting)
  • Comprehensive unit and integration tests (81%+ coverage)

Fixed

  • Critical: Cannot find module oas error in npm package
  • isValidLucidDocument type guard returning null instead of false

Changed

  • Major refactoring: Extracted logic from index.ts into separate modules
  • Streamlined README.md for easier installation
  • Improved error handling and environment validation

Installation

npm install -g lucid-mcp-server

For VS Code integration, see the README for detailed setup instructions.