Skip to content
Esta traducción puede quedarse atrásLa documentación en inglés es la fuente canónica. Si hay diferencias, prevalece la versión inglesa.Abrir la versión en inglés

Arquitectura

mermaid
flowchart LR
  AI[Cliente IA] --> Auth[Bearer o MCP OAuth]
  Auth --> MCP[Express + MCP]
  MCP --> SpotifyAuth[Spotify OAuth]
  SpotifyAuth --> API[Spotify Web API]
  MCP --> Store[( /data privado)]

src/index.ts inicia Express y MCP; src/mcp/tools.ts y src/mcp/helpers.ts registran 39 herramientas; src/spotify/client.ts gestiona timeouts, reintentos seguros y errores. El transporte es stateless y el almacenamiento persistente se limita a tokens Spotify cifrados y datos MCP OAuth.

Unofficial community project. Not affiliated with Spotify or AI platform vendors.