fix: use python3.11 in docs (matches other MCPs)

This commit is contained in:
Alex Kazaiev
2026-04-06 19:31:31 -05:00
parent 089e74e6a7
commit b4cca521c9

View File

@@ -19,7 +19,7 @@ listening history. No manual input needed — she already knows what you like.
### 1. First-time auth ### 1. First-time auth
```bash ```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`. 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`: Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
```json ```json
"musictail": { "musictail": {
"command": "python3", "command": "python3.11",
"args": ["/Users/alex/mcps/vixy/musictail/musictail_mcp.py"], "args": ["/Users/alex/mcps/vixy/musictail/musictail_mcp.py"],
"env": { "env": {
"SPOTIFY_CLIENT_ID": "your_client_id", "SPOTIFY_CLIENT_ID": "your_client_id",