@shakudo/kaji-setup-external 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/opencode.json +57 -235
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shakudo/kaji-setup-external",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Single-command installer for Kaji AI development environment (OpenCode + MCP servers + skills + vibe-git) - External version with ENV-based configuration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
package/templates/opencode.json
CHANGED
|
@@ -1,22 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://opencode.ai/config.json",
|
|
3
3
|
"permission": "allow",
|
|
4
|
-
"model": "anthropic/claude-opus-4-
|
|
5
|
-
"keybinds": {
|
|
6
|
-
"leader": "ctrl+x",
|
|
7
|
-
"messages_page_up": "<leader>k",
|
|
8
|
-
"messages_page_down": "<leader>j",
|
|
9
|
-
"messages_half_page_up": "<leader>u",
|
|
10
|
-
"messages_half_page_down": "<leader>d",
|
|
11
|
-
"messages_first": "<leader>0",
|
|
12
|
-
"messages_last": "<leader>9",
|
|
13
|
-
"input_move_left": "left",
|
|
14
|
-
"input_move_right": "right",
|
|
15
|
-
"input_word_forward": "alt+right",
|
|
16
|
-
"input_word_backward": "alt+left",
|
|
17
|
-
"session_timeline": "<leader>g",
|
|
18
|
-
"app_exit": "ctrl+c,<leader>q"
|
|
19
|
-
},
|
|
4
|
+
"model": "anthropic/claude-opus-4-6",
|
|
20
5
|
"mcp": {
|
|
21
6
|
"dremio": {
|
|
22
7
|
"type": "local",
|
|
@@ -24,9 +9,6 @@
|
|
|
24
9
|
"/root/.bun/bin/bunx",
|
|
25
10
|
"@mcp-servers/dremio-mcp"
|
|
26
11
|
],
|
|
27
|
-
"environment": {
|
|
28
|
-
"NPM_CONFIG_REGISTRY": "${NPM_CONFIG_REGISTRY}"
|
|
29
|
-
},
|
|
30
12
|
"enabled": true,
|
|
31
13
|
"timeout": 180000
|
|
32
14
|
},
|
|
@@ -45,14 +27,6 @@
|
|
|
45
27
|
"/root/.bun/bin/bunx",
|
|
46
28
|
"mattermost-mcp"
|
|
47
29
|
],
|
|
48
|
-
"environment": {
|
|
49
|
-
"MATTERMOST_TOKEN": "${MATTERMOST_TOKEN}",
|
|
50
|
-
"MATTERMOST_TEAM": "${MATTERMOST_TEAM}",
|
|
51
|
-
"MATTERMOST_URL": "${MATTERMOST_URL}",
|
|
52
|
-
"MATTERMOST_WS_URL": "${MATTERMOST_WS_URL}",
|
|
53
|
-
"MATTERMOST_OWNER_USER_ID": "${MATTERMOST_USER_ID}",
|
|
54
|
-
"NPM_CONFIG_REGISTRY": "${NPM_CONFIG_REGISTRY}"
|
|
55
|
-
},
|
|
56
30
|
"enabled": true,
|
|
57
31
|
"timeout": 180000
|
|
58
32
|
},
|
|
@@ -62,14 +36,14 @@
|
|
|
62
36
|
"/root/.bun/bin/bunx",
|
|
63
37
|
"@alanse/mcp-neo4j-server"
|
|
64
38
|
],
|
|
39
|
+
"enabled": true,
|
|
40
|
+
"timeout": 180000,
|
|
65
41
|
"environment": {
|
|
66
42
|
"NEO4J_URI": "${NEO4J_URI}",
|
|
67
43
|
"NEO4J_USERNAME": "${NEO4J_USERNAME}",
|
|
68
44
|
"NEO4J_PASSWORD": "${NEO4J_PASSWORD}",
|
|
69
45
|
"NPM_CONFIG_REGISTRY": "${NPM_CONFIG_REGISTRY}"
|
|
70
|
-
}
|
|
71
|
-
"enabled": true,
|
|
72
|
-
"timeout": 180000
|
|
46
|
+
}
|
|
73
47
|
},
|
|
74
48
|
"notionApi": {
|
|
75
49
|
"type": "local",
|
|
@@ -78,11 +52,11 @@
|
|
|
78
52
|
"-y",
|
|
79
53
|
"@notionhq/notion-mcp-server"
|
|
80
54
|
],
|
|
55
|
+
"enabled": true,
|
|
56
|
+
"timeout": 180000,
|
|
81
57
|
"environment": {
|
|
82
58
|
"OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ${NOTION_API_TOKEN}\", \"Notion-Version\": \"2022-06-28\" }"
|
|
83
|
-
}
|
|
84
|
-
"enabled": true,
|
|
85
|
-
"timeout": 180000
|
|
59
|
+
}
|
|
86
60
|
},
|
|
87
61
|
"playwright": {
|
|
88
62
|
"type": "local",
|
|
@@ -97,13 +71,27 @@
|
|
|
97
71
|
"enabled": true,
|
|
98
72
|
"timeout": 180000
|
|
99
73
|
},
|
|
74
|
+
"gmail": {
|
|
75
|
+
"type": "local",
|
|
76
|
+
"command": [
|
|
77
|
+
"/root/.bun/bin/bunx",
|
|
78
|
+
"-y",
|
|
79
|
+
"@gongrzhe/server-gmail-autoauth-mcp"
|
|
80
|
+
],
|
|
81
|
+
"enabled": true,
|
|
82
|
+
"timeout": 180000,
|
|
83
|
+
"environment": {
|
|
84
|
+
"GMAIL_OAUTH_PATH": "/root/.gmail-mcp/gcp-oauth.keys.json",
|
|
85
|
+
"GMAIL_CREDENTIALS_PATH": "/root/.gmail-mcp/credentials.json"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
100
88
|
"supabase": {
|
|
101
89
|
"type": "local",
|
|
102
90
|
"command": [
|
|
103
91
|
"/root/.bun/bin/bunx",
|
|
104
92
|
"-y",
|
|
105
93
|
"@modelcontextprotocol/server-postgres",
|
|
106
|
-
"
|
|
94
|
+
"postgresql://supabase_admin:${SUPABASE_PG_PASSWORD}@${SUPABASE_PG_HOST}:5432/postgres"
|
|
107
95
|
],
|
|
108
96
|
"enabled": true,
|
|
109
97
|
"timeout": 180000
|
|
@@ -114,12 +102,12 @@
|
|
|
114
102
|
"/root/.bun/bin/bunx",
|
|
115
103
|
"tavily-mcp"
|
|
116
104
|
],
|
|
105
|
+
"enabled": true,
|
|
106
|
+
"timeout": 180000,
|
|
117
107
|
"environment": {
|
|
118
108
|
"TAVILY_API_KEY": "${TAVILY_API_KEY}",
|
|
119
109
|
"NPM_CONFIG_REGISTRY": "${NPM_CONFIG_REGISTRY}"
|
|
120
|
-
}
|
|
121
|
-
"enabled": true,
|
|
122
|
-
"timeout": 180000
|
|
110
|
+
}
|
|
123
111
|
},
|
|
124
112
|
"fireflies": {
|
|
125
113
|
"type": "local",
|
|
@@ -128,9 +116,9 @@
|
|
|
128
116
|
"mcp-remote",
|
|
129
117
|
"https://api.fireflies.ai/mcp",
|
|
130
118
|
"--header",
|
|
131
|
-
"Authorization: Bearer
|
|
119
|
+
"Authorization: Bearer "
|
|
132
120
|
],
|
|
133
|
-
"enabled":
|
|
121
|
+
"enabled": false,
|
|
134
122
|
"timeout": 180000
|
|
135
123
|
},
|
|
136
124
|
"shakudo-platform": {
|
|
@@ -139,59 +127,67 @@
|
|
|
139
127
|
"/root/.bun/bin/bunx",
|
|
140
128
|
"@mcp-servers/shakudo-platform-mcp"
|
|
141
129
|
],
|
|
130
|
+
"enabled": true,
|
|
131
|
+
"timeout": 180000,
|
|
142
132
|
"environment": {
|
|
143
133
|
"NPM_CONFIG_REGISTRY": "${NPM_CONFIG_REGISTRY}"
|
|
144
|
-
}
|
|
145
|
-
"enabled": true,
|
|
146
|
-
"timeout": 180000
|
|
134
|
+
}
|
|
147
135
|
},
|
|
148
136
|
"nanobanana": {
|
|
149
137
|
"type": "local",
|
|
150
138
|
"command": [
|
|
151
139
|
"/root/.local/bin/uvx",
|
|
152
140
|
"--index-url",
|
|
153
|
-
"
|
|
141
|
+
"https://pypi.org/simple/",
|
|
154
142
|
"--extra-index-url",
|
|
155
143
|
"https://pypi.org/simple/",
|
|
156
144
|
"--index-strategy",
|
|
157
145
|
"unsafe-best-match",
|
|
158
146
|
"nanobanana-mcp-server==0.3.2.post1"
|
|
159
147
|
],
|
|
148
|
+
"enabled": true,
|
|
149
|
+
"timeout": 180000,
|
|
160
150
|
"environment": {
|
|
161
151
|
"GEMINI_API_KEY": "${GEMINI_API_KEY}",
|
|
162
152
|
"NANOBANANA_MODEL": "pro"
|
|
163
|
-
}
|
|
164
|
-
"enabled": true,
|
|
165
|
-
"timeout": 180000
|
|
153
|
+
}
|
|
166
154
|
},
|
|
167
|
-
"
|
|
155
|
+
"gamma": {
|
|
168
156
|
"type": "local",
|
|
169
157
|
"command": [
|
|
170
158
|
"npx",
|
|
171
159
|
"-y",
|
|
172
|
-
"@
|
|
160
|
+
"@raydeck/gamma-app-mcp"
|
|
173
161
|
],
|
|
174
|
-
"environment": {
|
|
175
|
-
"CLICKUP_API_KEY": "${CLICKUP_API_KEY}",
|
|
176
|
-
"CLICKUP_TEAM_ID": "${CLICKUP_TEAM_ID}",
|
|
177
|
-
"DOCUMENT_SUPPORT": "true",
|
|
178
|
-
"CLICKUP_MCP_LICENSE_KEY": "${CLICKUP_MCP_LICENSE_KEY}"
|
|
179
|
-
},
|
|
180
162
|
"enabled": true,
|
|
181
|
-
"timeout": 180000
|
|
163
|
+
"timeout": 180000,
|
|
164
|
+
"environment": {
|
|
165
|
+
"GAMMA_API_KEY": "${GAMMA_API_KEY}"
|
|
166
|
+
}
|
|
182
167
|
},
|
|
183
|
-
"
|
|
168
|
+
"graphiti-memory": {
|
|
184
169
|
"type": "local",
|
|
185
170
|
"command": [
|
|
186
171
|
"npx",
|
|
187
|
-
"-
|
|
188
|
-
"
|
|
172
|
+
"mcp-remote",
|
|
173
|
+
"",
|
|
174
|
+
"--allow-http"
|
|
189
175
|
],
|
|
190
|
-
"environment": {
|
|
191
|
-
"GAMMA_API_KEY": "${GAMMA_API_KEY}"
|
|
192
|
-
},
|
|
193
176
|
"enabled": true,
|
|
194
177
|
"timeout": 180000
|
|
178
|
+
},
|
|
179
|
+
"ClickUp": {
|
|
180
|
+
"type": "local",
|
|
181
|
+
"command": [
|
|
182
|
+
"remote"
|
|
183
|
+
],
|
|
184
|
+
"enabled": false,
|
|
185
|
+
"timeout": 180000,
|
|
186
|
+
"environment": {
|
|
187
|
+
"url": "https://mcp.clickup.com/mcp",
|
|
188
|
+
"Authorization": "",
|
|
189
|
+
"x-workspace-id": ""
|
|
190
|
+
}
|
|
195
191
|
}
|
|
196
192
|
},
|
|
197
193
|
"plugin": [
|
|
@@ -203,180 +199,6 @@
|
|
|
203
199
|
"name": "Anthropic",
|
|
204
200
|
"options": {
|
|
205
201
|
"apiKey": "{env:ANTHROPIC_API_KEY}"
|
|
206
|
-
},
|
|
207
|
-
"models": {
|
|
208
|
-
"claude-opus-4-5-20251101": {
|
|
209
|
-
"name": "Claude Opus 4.5",
|
|
210
|
-
"thinking": true,
|
|
211
|
-
"attachment": true,
|
|
212
|
-
"limit": {
|
|
213
|
-
"context": 200000,
|
|
214
|
-
"output": 32000
|
|
215
|
-
},
|
|
216
|
-
"modalities": {
|
|
217
|
-
"input": [
|
|
218
|
-
"text",
|
|
219
|
-
"image",
|
|
220
|
-
"pdf"
|
|
221
|
-
],
|
|
222
|
-
"output": [
|
|
223
|
-
"text"
|
|
224
|
-
]
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
"claude-sonnet-4-5-20250929": {
|
|
228
|
-
"name": "Claude Sonnet 4.5",
|
|
229
|
-
"thinking": true,
|
|
230
|
-
"attachment": true,
|
|
231
|
-
"limit": {
|
|
232
|
-
"context": 200000,
|
|
233
|
-
"output": 64000
|
|
234
|
-
},
|
|
235
|
-
"modalities": {
|
|
236
|
-
"input": [
|
|
237
|
-
"text",
|
|
238
|
-
"image",
|
|
239
|
-
"pdf"
|
|
240
|
-
],
|
|
241
|
-
"output": [
|
|
242
|
-
"text"
|
|
243
|
-
]
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
"openai": {
|
|
249
|
-
"name": "OpenAI",
|
|
250
|
-
"options": {
|
|
251
|
-
"apiKey": "{env:OPENAI_API_KEY}",
|
|
252
|
-
"reasoningEffort": "medium",
|
|
253
|
-
"reasoningSummary": "auto",
|
|
254
|
-
"textVerbosity": "medium",
|
|
255
|
-
"include": [
|
|
256
|
-
"reasoning.encrypted_content"
|
|
257
|
-
],
|
|
258
|
-
"store": false
|
|
259
|
-
},
|
|
260
|
-
"models": {
|
|
261
|
-
"gpt-5.2": {
|
|
262
|
-
"name": "GPT 5.2 (OAuth)",
|
|
263
|
-
"limit": {
|
|
264
|
-
"context": 272000,
|
|
265
|
-
"output": 128000
|
|
266
|
-
},
|
|
267
|
-
"modalities": {
|
|
268
|
-
"input": [
|
|
269
|
-
"text",
|
|
270
|
-
"image"
|
|
271
|
-
],
|
|
272
|
-
"output": [
|
|
273
|
-
"text"
|
|
274
|
-
]
|
|
275
|
-
},
|
|
276
|
-
"variants": {
|
|
277
|
-
"none": {
|
|
278
|
-
"reasoningEffort": "none",
|
|
279
|
-
"reasoningSummary": "auto",
|
|
280
|
-
"textVerbosity": "medium"
|
|
281
|
-
},
|
|
282
|
-
"low": {
|
|
283
|
-
"reasoningEffort": "low",
|
|
284
|
-
"reasoningSummary": "auto",
|
|
285
|
-
"textVerbosity": "medium"
|
|
286
|
-
},
|
|
287
|
-
"medium": {
|
|
288
|
-
"reasoningEffort": "medium",
|
|
289
|
-
"reasoningSummary": "auto",
|
|
290
|
-
"textVerbosity": "medium"
|
|
291
|
-
},
|
|
292
|
-
"high": {
|
|
293
|
-
"reasoningEffort": "high",
|
|
294
|
-
"reasoningSummary": "detailed",
|
|
295
|
-
"textVerbosity": "medium"
|
|
296
|
-
},
|
|
297
|
-
"xhigh": {
|
|
298
|
-
"reasoningEffort": "xhigh",
|
|
299
|
-
"reasoningSummary": "detailed",
|
|
300
|
-
"textVerbosity": "medium"
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
"gpt-5.2-codex": {
|
|
305
|
-
"name": "GPT 5.2 Codex (OAuth)",
|
|
306
|
-
"limit": {
|
|
307
|
-
"context": 272000,
|
|
308
|
-
"output": 128000
|
|
309
|
-
},
|
|
310
|
-
"modalities": {
|
|
311
|
-
"input": [
|
|
312
|
-
"text",
|
|
313
|
-
"image"
|
|
314
|
-
],
|
|
315
|
-
"output": [
|
|
316
|
-
"text"
|
|
317
|
-
]
|
|
318
|
-
},
|
|
319
|
-
"variants": {
|
|
320
|
-
"low": {
|
|
321
|
-
"reasoningEffort": "low",
|
|
322
|
-
"reasoningSummary": "auto",
|
|
323
|
-
"textVerbosity": "medium"
|
|
324
|
-
},
|
|
325
|
-
"medium": {
|
|
326
|
-
"reasoningEffort": "medium",
|
|
327
|
-
"reasoningSummary": "auto",
|
|
328
|
-
"textVerbosity": "medium"
|
|
329
|
-
},
|
|
330
|
-
"high": {
|
|
331
|
-
"reasoningEffort": "high",
|
|
332
|
-
"reasoningSummary": "detailed",
|
|
333
|
-
"textVerbosity": "medium"
|
|
334
|
-
},
|
|
335
|
-
"xhigh": {
|
|
336
|
-
"reasoningEffort": "xhigh",
|
|
337
|
-
"reasoningSummary": "detailed",
|
|
338
|
-
"textVerbosity": "medium"
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
},
|
|
342
|
-
"gpt-5.1-codex-max": {
|
|
343
|
-
"name": "GPT 5.1 Codex Max (OAuth)",
|
|
344
|
-
"limit": {
|
|
345
|
-
"context": 272000,
|
|
346
|
-
"output": 128000
|
|
347
|
-
},
|
|
348
|
-
"modalities": {
|
|
349
|
-
"input": [
|
|
350
|
-
"text",
|
|
351
|
-
"image"
|
|
352
|
-
],
|
|
353
|
-
"output": [
|
|
354
|
-
"text"
|
|
355
|
-
]
|
|
356
|
-
},
|
|
357
|
-
"variants": {
|
|
358
|
-
"low": {
|
|
359
|
-
"reasoningEffort": "low",
|
|
360
|
-
"reasoningSummary": "detailed",
|
|
361
|
-
"textVerbosity": "medium"
|
|
362
|
-
},
|
|
363
|
-
"medium": {
|
|
364
|
-
"reasoningEffort": "medium",
|
|
365
|
-
"reasoningSummary": "detailed",
|
|
366
|
-
"textVerbosity": "medium"
|
|
367
|
-
},
|
|
368
|
-
"high": {
|
|
369
|
-
"reasoningEffort": "high",
|
|
370
|
-
"reasoningSummary": "detailed",
|
|
371
|
-
"textVerbosity": "medium"
|
|
372
|
-
},
|
|
373
|
-
"xhigh": {
|
|
374
|
-
"reasoningEffort": "xhigh",
|
|
375
|
-
"reasoningSummary": "detailed",
|
|
376
|
-
"textVerbosity": "medium"
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
}
|
|
380
202
|
}
|
|
381
203
|
}
|
|
382
204
|
}
|