Pin python version on mcp command

Those additional parameters makes it less likely to have installation issues.
This commit is contained in:
Haixuan Xavier Tao
2025-09-11 09:56:44 +02:00
committed by GitHub
parent 29bc73a7d4
commit b6a066c1c4
+1 -1
View File
@@ -24,7 +24,7 @@ Then, with **Claude Desktop**, add the following to `claude_desktop_config.json`
"mcpServers": {
"iTunesControlServer": {
"command": "uvx",
"args": ["-n", "mcp-applemusic"]
"args": ["-p", "3.13", "-n", "mcp-applemusic"]
}
}
}