Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +6 -3
entrypoint.sh
CHANGED
|
@@ -3,10 +3,13 @@
|
|
| 3 |
cat <<EOF > /home/node/config.json
|
| 4 |
{
|
| 5 |
"mcpServers": {
|
| 6 |
-
"
|
| 7 |
"command": "npx",
|
| 8 |
-
"args": [
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
| 10 |
}
|
| 11 |
}
|
| 12 |
EOF
|
|
|
|
| 3 |
cat <<EOF > /home/node/config.json
|
| 4 |
{
|
| 5 |
"mcpServers": {
|
| 6 |
+
"desktop-commander": {
|
| 7 |
"command": "npx",
|
| 8 |
+
"args": [
|
| 9 |
+
"-y",
|
| 10 |
+
"@wonderwhy-er/desktop-commander"
|
| 11 |
+
]
|
| 12 |
+
}
|
| 13 |
}
|
| 14 |
}
|
| 15 |
EOF
|