Skip to content

v1.6.3

Choose a tag to compare

@YosefHayim YosefHayim released this 04 Feb 21:41
· 224 commits to main since this release

What's Changed

Fixed

  • Auth Flow - Enable Client Credentials flow as fallback authentication method
  • Search Tool - Filter results to only include items with valid SKUs for proper fetch compatibility
  • Token Management - Keep setUserTokens async for backward compatibility with .then() callers
  • Token Expiry - Pass expiry times through setUserTokens call chain correctly
  • Code Style - Resolve ESLint errors (unused imports, type assertions, Promise handling)
  • Identity API - Fix URL path for user endpoint

Changed

  • HTTP Server - Initialize API client before tool execution
  • Setup CLI - Add setup command entry point with proper error handling
  • STDIO Server - Serve icons with proper file:// URLs

Full Changelog: v1.6.2...v1.6.3