Update entrypoint.sh
Browse files- 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
|
| 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 |
}
|