LICENSE
README.md
pyproject.toml
src/mcp_logging/__init__.py
src/mcp_spotify/__init__.py
src/mcp_spotify/errors.py
src/mcp_spotify/auth/__init__.py
src/mcp_spotify/auth/tokens.py
src/mcp_spotify_player/__init__.py
src/mcp_spotify_player/__main__.py
src/mcp_spotify_player/album_controller.py
src/mcp_spotify_player/artists_controller.py
src/mcp_spotify_player/cli.py
src/mcp_spotify_player/client_albums.py
src/mcp_spotify_player/client_artists.py
src/mcp_spotify_player/client_auth.py
src/mcp_spotify_player/client_playback.py
src/mcp_spotify_player/client_playlists.py
src/mcp_spotify_player/config.py
src/mcp_spotify_player/mcp_manifest.py
src/mcp_spotify_player/mcp_models.py
src/mcp_spotify_player/mcp_stdio_server.py
src/mcp_spotify_player/playback_controller.py
src/mcp_spotify_player/playlist_controller.py
src/mcp_spotify_player/spotify_client.py
src/mcp_spotify_player/spotify_controller.py
src/mseep_mcp_spotify_player.egg-info/PKG-INFO
src/mseep_mcp_spotify_player.egg-info/SOURCES.txt
src/mseep_mcp_spotify_player.egg-info/dependency_links.txt
src/mseep_mcp_spotify_player.egg-info/entry_points.txt
src/mseep_mcp_spotify_player.egg-info/requires.txt
src/mseep_mcp_spotify_player.egg-info/top_level.txt
tests/test_check_saved_albums_controller.py
tests/test_check_saved_albums_manifest.py
tests/test_clear_playlist.py
tests/test_config_scopes.py
tests/test_create_playlist_manifest.py
tests/test_delete_saved_albums.py
tests/test_diagnose_tool.py
tests/test_error_mapping.py
tests/test_execute_tool_dispatch.py
tests/test_get_album_controller.py
tests/test_get_album_manifest.py
tests/test_get_album_tracks_controller.py
tests/test_get_album_tracks_manifest.py
tests/test_get_albums_controller.py
tests/test_get_albums_manifest.py
tests/test_get_artist_albums_controller.py
tests/test_get_artist_albums_manifest.py
tests/test_get_artist_controller.py
tests/test_get_artist_manifest.py
tests/test_get_artist_top_tracks_controller.py
tests/test_get_artist_top_tracks_manifest.py
tests/test_get_devices_controller.py
tests/test_get_devices_manifest.py
tests/test_get_saved_albums_controller.py
tests/test_get_saved_albums_manifest.py
tests/test_manifest_load.py
tests/test_save_albums.py
tests/test_search_collections.py
tests/test_search_music_controller.py
tests/test_search_simple.py
tests/test_set_repeat_client.py
tests/test_set_repeat_controller.py
tests/test_set_repeat_manifest.py
tests/test_smoke.py