updated scripts

This commit is contained in:
liph
2026-04-30 13:13:42 +00:00
parent 3992fb9464
commit fd8e28ed14
60 changed files with 2770 additions and 0 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
cd ~/mcp/tidal-mcp/
uv venv --clear
source .venv/bin/activate
uv pip install --editable .
cd ~/mcp/tidal-mcp/tidal_api/
uv pip install flask tidalapi
nohup python app.py > tidal.log 2>&1 &