added all scripts

This commit is contained in:
liph22
2025-12-20 00:03:46 +01:00
parent cf14159137
commit c2f3269124
20 changed files with 1193 additions and 0 deletions

11
tidal-mcp.sh Executable file
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 &