How can I install using uvx or some other mechanism?
PS C:\Users\mslin> npx -y @smithery/cli install @ahujasid/ableton-mcp --client claude --verbose
[verbose] Starting installation of @ahujasid/ableton-mcp for client claude
[verbose] Resolving package: @ahujasid/ableton-mcp
[verbose] Checking analytics consent...
[verbose] Loading settings from C:\Users\mslin\AppData\Roaming\smithery
[verbose] Reading settings file: C:\Users\mslin\AppData\Roaming\smithery\settings.json
[verbose] Settings file content loaded
[verbose] Settings parsed: {
"userId": "6543fcfa-6fd7-4822-b9fd-89f3c7d24ab3",
"analyticsConsent": true,
"askedConsent": true,
"cache": {
"servers": {}
}
}
[verbose] Analytics consent check completed
⠋ Resolving @ahujasid/ableton-mcp...[verbose] Awaiting server resolution...
[verbose] Resolving package @ahujasid/ableton-mcp using Smithery SDK at <default>
⠹ Resolving @ahujasid/ableton-mcp...[verbose] Unknown error: API error occurred: {"error":"Server not found","request$":{},"response$":{},"body$":"{\"error\":\"Server not found\"}"}
✖ Failed to install @ahujasid/ableton-mcp
[verbose] Installation error: NotFoundError: API error occurred: {"error":"Server not found","request$":{},"response$":{},"body$":"{\"error\":\"Server not found\"}"}
at Object.transform (file:///C:/Users/mslin/AppData/Local/nvm/v22.21.0/node_modules/@smithery/cli/dist/index.js:619:7768)
at Ja._parse (file:///C:/Users/mslin/AppData/Local/nvm/v22.21.0/node_modules/@smithery/cli/dist/index.js:187:61354)
at Ja._parseSync (file:///C:/Users/mslin/AppData/Local/nvm/v22.21.0/node_modules/@smithery/cli/dist/index.js:187:20235)
at Ja.safeParse (file:///C:/Users/mslin/AppData/Local/nvm/v22.21.0/node_modules/@smithery/cli/dist/index.js:187:20647)
at Ja.parse (file:///C:/Users/mslin/AppData/Local/nvm/v22.21.0/node_modules/@smithery/cli/dist/index.js:187:20405)
at z0e.request (file:///C:/Users/mslin/AppData/Local/nvm/v22.21.0/node_modules/@smithery/cli/dist/index.js:619:1537)
at z0e (file:///C:/Users/mslin/AppData/Local/nvm/v22.21.0/node_modules/@smithery/cli/dist/index.js:619:1876)
at file:///C:/Users/mslin/AppData/Local/nvm/v22.21.0/node_modules/@smithery/cli/dist/index.js:619:1519
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Cvt (file:///C:/Users/mslin/AppData/Local/nvm/v22.21.0/node_modules/@smithery/cli/dist/index.js:619:12038)
Error: API error occurred: {"error":"Server not found","request$":{},"response$":{},"body$":"{\"error\":\"Server not found\"}"}
How can I install using uvx or some other mechanism?