Merge pull request #5 from haixuanTao/patch-1

Pin python version on mcp command
This commit is contained in:
2025-09-11 07:06:27 -04:00
committed by GitHub
+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"]
}
}
}