Skip to content

v1.2.2: Type System and Error Handling Improvements

Compare
Choose a tag to compare
@vrknetha vrknetha released this 05 Feb 13:15
· 28 commits to main since this release
5ad8b85

This release focuses on improving type safety and error handling in the FireCrawl MCP server.

Key Improvements

  • Fixed type system warnings by properly implementing ExtractParams and ExtractResponse interfaces
  • Enhanced type safety in extract operations with improved type guards
  • Refined error messages for better configuration validation
  • Fixed API response type casting issues

Technical Details

  • Resolved unused TypeScript interface warnings
  • Improved type inference in extract operations
  • Enhanced type guards for better runtime validation
  • Updated error message formatting for configuration issues

Compatibility

  • Requires Node.js >= 18.0.0
  • Compatible with @mendable/firecrawl-js ^1.16.0
  • Compatible with @modelcontextprotocol/sdk ^1.4.1