daiwei114 commited on
Commit
d87b8fa
·
verified ·
1 Parent(s): 2e99a7d

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -9
entrypoint.sh CHANGED
@@ -48,20 +48,12 @@ cat <<EOF > /app/config.json
48
  "command": "npx",
49
  "args": ["-y", "time-mcp"]
50
  },
51
- "gemini-google-search": {
52
- "command": "npx",
53
- "args": ["mcp-gemini-google-search"],
54
- "env": {
55
- "GEMINI_API_KEY": "${GEMINI_KEY}",
56
- "GEMINI_MODEL": "${MODEL}"
57
- }
58
- },
59
  "exa": {
60
  "command": "npx",
61
  "args": [
62
  "-y",
63
  "mcp-remote",
64
- "https://mcp.exa.ai/mcp?exaApiKey=e863f6d4-b768-41d7-bc48-d5e43ec92e89"
65
  ]
66
  }
67
  }
 
48
  "command": "npx",
49
  "args": ["-y", "time-mcp"]
50
  },
 
 
 
 
 
 
 
 
51
  "exa": {
52
  "command": "npx",
53
  "args": [
54
  "-y",
55
  "mcp-remote",
56
+ "https://mcp.exa.ai/mcp"
57
  ]
58
  }
59
  }