Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ Instead of parsing large JSON responses, each tool returns exactly what you need

<div align="center">

| Feature | Status | Description |
|---------|--------|-------------|
| Granular Data Access | ✅ | 51 specialized tools for precise data retrieval |
| HUD Optimized | ✅ | Returns plain text values perfect for UI components |
| Production Ready | ✅ | Comprehensive error handling and automatic token refresh |
| Full Test Coverage | ✅ | 94 tests covering all 51 tools and edge cases |
| Type Safe | ✅ | Built with TypeScript and Zod schema validation |
| OAuth Authentication | ✅ | Automatic token management and refresh |
| Zero Dependencies | ✅ | Only requires Node.js 18+ and Spotify account |
| Feature | Description |
|---------|-------------|
| Granular Data Access | 51 specialized tools for precise data retrieval |
| HUD Optimized | Returns plain text values perfect for UI components |
| Production Ready | Comprehensive error handling and automatic token refresh |
| Full Test Coverage | 94 tests covering all 51 tools and edge cases |
| Type Safe | Built with TypeScript and Zod schema validation |
| OAuth Authentication | Automatic token management and refresh |
| Zero Dependencies | Only requires Node.js 18+ and Spotify account |

</div>

Expand Down
Loading