From b4cca521c9463547338aaa454e0e68bf82aef831 Mon Sep 17 00:00:00 2001 From: Alex Kazaiev Date: Mon, 6 Apr 2026 19:31:31 -0500 Subject: [PATCH] fix: use python3.11 in docs (matches other MCPs) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05fb1bf..198e916 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ listening history. No manual input needed — she already knows what you like. ### 1. First-time auth ```bash -SPOTIFY_CLIENT_ID=xxx SPOTIFY_CLIENT_SECRET=xxx python3 musictail_mcp.py --auth +SPOTIFY_CLIENT_ID=xxx SPOTIFY_CLIENT_SECRET=xxx python3.11 musictail_mcp.py --auth ``` This opens a browser for Spotify login. Token is cached at `~/.musictail_cache`. @@ -27,7 +27,7 @@ This opens a browser for Spotify login. Token is cached at `~/.musictail_cache`. Add to `~/Library/Application Support/Claude/claude_desktop_config.json`: ```json "musictail": { - "command": "python3", + "command": "python3.11", "args": ["/Users/alex/mcps/vixy/musictail/musictail_mcp.py"], "env": { "SPOTIFY_CLIENT_ID": "your_client_id",