feat: serveur MCP Sliding avec OAuth 2.1 partage (C8)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
cd /volume1/homes/Master/App/Sliding/python-pptx
|
||||
pkill -f "uvicorn mcp_sliding:app" 2>/dev/null; fuser -k 8768/tcp 2>/dev/null
|
||||
sleep 2
|
||||
source venv/bin/activate
|
||||
uvicorn mcp_sliding:app --host 127.0.0.1 --port 8768 >> /volume1/homes/Master/App/Sliding/python-pptx/mcp.log 2>&1 &
|
||||
echo $! > /volume1/homes/Master/App/Sliding/python-pptx/mcp.pid
|
||||
Reference in New Issue
Block a user