Update entrypoint.sh
Browse files- entrypoint.sh +52 -1
entrypoint.sh
CHANGED
|
@@ -3,6 +3,31 @@
|
|
| 3 |
cat <<EOF > /app/config.json
|
| 4 |
{
|
| 5 |
"mcpServers": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"github": {
|
| 7 |
"command": "npx",
|
| 8 |
"args": [
|
|
@@ -10,9 +35,35 @@ cat <<EOF > /app/config.json
|
|
| 10 |
"@modelcontextprotocol/server-github"
|
| 11 |
],
|
| 12 |
"env": {
|
| 13 |
-
"GITHUB_PERSONAL_ACCESS_TOKEN": "${
|
| 14 |
}
|
| 15 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
"filesystem": {
|
| 17 |
"command": "npx",
|
| 18 |
"args": [
|
|
|
|
| 3 |
cat <<EOF > /app/config.json
|
| 4 |
{
|
| 5 |
"mcpServers": {
|
| 6 |
+
"fetch": {
|
| 7 |
+
"command": "uvx",
|
| 8 |
+
"args": [
|
| 9 |
+
"mcp-server-fetch"
|
| 10 |
+
]
|
| 11 |
+
},
|
| 12 |
+
"Puppeteer": {
|
| 13 |
+
"command": "npx",
|
| 14 |
+
"args": [
|
| 15 |
+
"-y",
|
| 16 |
+
"@modelcontextprotocol/server-puppeteer"
|
| 17 |
+
],
|
| 18 |
+
"env": {}
|
| 19 |
+
},
|
| 20 |
+
"mcp-server-time": {
|
| 21 |
+
"command": "uvx",
|
| 22 |
+
"args": [
|
| 23 |
+
"mcp-server-time",
|
| 24 |
+
"--local-timezone=Asia/Shanghai"
|
| 25 |
+
],
|
| 26 |
+
"alwaysAllow": [
|
| 27 |
+
"get_current_time",
|
| 28 |
+
"convert_time"
|
| 29 |
+
]
|
| 30 |
+
},
|
| 31 |
"github": {
|
| 32 |
"command": "npx",
|
| 33 |
"args": [
|
|
|
|
| 35 |
"@modelcontextprotocol/server-github"
|
| 36 |
],
|
| 37 |
"env": {
|
| 38 |
+
"GITHUB_PERSONAL_ACCESS_TOKEN": "${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}"
|
| 39 |
}
|
| 40 |
},
|
| 41 |
+
"tavily-mcp": {
|
| 42 |
+
"command": "npx",
|
| 43 |
+
"args": [
|
| 44 |
+
"-y",
|
| 45 |
+
"tavily-mcp"
|
| 46 |
+
],
|
| 47 |
+
"env": {
|
| 48 |
+
"TAVILY_API_KEY": "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"
|
| 49 |
+
},
|
| 50 |
+
"disabled": false,
|
| 51 |
+
"autoApprove": []
|
| 52 |
+
},
|
| 53 |
+
"sequential-thinking": {
|
| 54 |
+
"command": "npx",
|
| 55 |
+
"args": [
|
| 56 |
+
"-y",
|
| 57 |
+
"@modelcontextprotocol/server-sequential-thinking"
|
| 58 |
+
]
|
| 59 |
+
},
|
| 60 |
+
"g-search": {
|
| 61 |
+
"command": "npx",
|
| 62 |
+
"args": [
|
| 63 |
+
"-y",
|
| 64 |
+
"g-search-mcp"
|
| 65 |
+
]
|
| 66 |
+
},
|
| 67 |
"filesystem": {
|
| 68 |
"command": "npx",
|
| 69 |
"args": [
|