v1.6.3
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
fetchcompatibility - Token Management - Keep
setUserTokensasync for backward compatibility with.then()callers - Token Expiry - Pass expiry times through
setUserTokenscall 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