ka1q commited on
Commit
409d96b
·
verified ·
1 Parent(s): 628358b

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +6 -3
entrypoint.sh CHANGED
@@ -3,10 +3,13 @@
3
  cat <<EOF > /home/node/config.json
4
  {
5
  "mcpServers": {
6
- "edgeone-pages-mcp-server": {
7
  "command": "npx",
8
- "args": ["edgeone-pages-mcp"]
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