superassistant / entrypoint.sh
ka1q's picture
Update entrypoint.sh
409d96b verified
raw
history blame contribute delete
316 Bytes
#!/bin/bash
cat <<EOF > /home/node/config.json
{
"mcpServers": {
"desktop-commander": {
"command": "npx",
"args": [
"-y",
"@wonderwhy-er/desktop-commander"
]
}
}
}
EOF
exec mcp-superassistant-proxy --config /home/node/config.json --host 0.0.0.0 --port 7860 --cors true