added all scripts
This commit is contained in:
11
tidal-mcp.sh
Executable file
11
tidal-mcp.sh
Executable 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 &
|
||||
Reference in New Issue
Block a user