@shakudo/kaji-setup-external 1.1.3 → 1.2.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shakudo/kaji-setup-external",
3
- "version": "1.1.3",
3
+ "version": "1.2.0",
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": {
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "$schema": "https://opencode.ai/config.json",
3
3
  "permission": "allow",
4
+
4
5
  "model": "anthropic/claude-opus-4-5-20251101",
5
6
  "keybinds": {
6
7
  "leader": "ctrl+x",
@@ -24,9 +25,6 @@
24
25
  "/root/.bun/bin/bunx",
25
26
  "@mcp-servers/dremio-mcp"
26
27
  ],
27
- "environment": {
28
- "NPM_CONFIG_REGISTRY": "${NPM_CONFIG_REGISTRY}"
29
- },
30
28
  "enabled": true,
31
29
  "timeout": 180000
32
30
  },
@@ -45,16 +43,11 @@
45
43
  "/root/.bun/bin/bunx",
46
44
  "mattermost-mcp"
47
45
  ],
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
46
  "enabled": true,
57
- "timeout": 180000
47
+ "timeout": 180000,
48
+ "environment": {
49
+ "NPM_CONFIG_REGISTRY": "http://verdaccio.hyperplane-verdaccio.svc.cluster.local:4873"
50
+ }
58
51
  },
59
52
  "neo4j": {
60
53
  "type": "local",
@@ -62,14 +55,14 @@
62
55
  "/root/.bun/bin/bunx",
63
56
  "@alanse/mcp-neo4j-server"
64
57
  ],
58
+ "enabled": true,
59
+ "timeout": 180000,
65
60
  "environment": {
66
61
  "NEO4J_URI": "${NEO4J_URI}",
67
62
  "NEO4J_USERNAME": "${NEO4J_USERNAME}",
68
63
  "NEO4J_PASSWORD": "${NEO4J_PASSWORD}",
69
64
  "NPM_CONFIG_REGISTRY": "${NPM_CONFIG_REGISTRY}"
70
- },
71
- "enabled": true,
72
- "timeout": 180000
65
+ }
73
66
  },
74
67
  "notionApi": {
75
68
  "type": "local",
@@ -78,11 +71,11 @@
78
71
  "-y",
79
72
  "@notionhq/notion-mcp-server"
80
73
  ],
74
+ "enabled": true,
75
+ "timeout": 180000,
81
76
  "environment": {
82
77
  "OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ${NOTION_API_TOKEN}\", \"Notion-Version\": \"2022-06-28\" }"
83
- },
84
- "enabled": true,
85
- "timeout": 180000
78
+ }
86
79
  },
87
80
  "playwright": {
88
81
  "type": "local",
@@ -97,13 +90,27 @@
97
90
  "enabled": true,
98
91
  "timeout": 180000
99
92
  },
93
+ "gmail": {
94
+ "type": "local",
95
+ "command": [
96
+ "/root/.bun/bin/bunx",
97
+ "-y",
98
+ "@gongrzhe/server-gmail-autoauth-mcp"
99
+ ],
100
+ "enabled": true,
101
+ "timeout": 180000,
102
+ "environment": {
103
+ "GMAIL_OAUTH_PATH": "/root/.gmail-mcp/gcp-oauth.keys.json",
104
+ "GMAIL_CREDENTIALS_PATH": "/root/.gmail-mcp/credentials.json"
105
+ }
106
+ },
100
107
  "supabase": {
101
108
  "type": "local",
102
109
  "command": [
103
110
  "/root/.bun/bin/bunx",
104
111
  "-y",
105
112
  "@modelcontextprotocol/server-postgres",
106
- "${SUPABASE_CONNECTION_STRING}"
113
+ "postgresql://supabase_admin:${SUPABASE_PG_PASSWORD}@${SUPABASE_PG_HOST}:5432/postgres"
107
114
  ],
108
115
  "enabled": true,
109
116
  "timeout": 180000
@@ -114,12 +121,12 @@
114
121
  "/root/.bun/bin/bunx",
115
122
  "tavily-mcp"
116
123
  ],
124
+ "enabled": true,
125
+ "timeout": 180000,
117
126
  "environment": {
118
127
  "TAVILY_API_KEY": "${TAVILY_API_KEY}",
119
128
  "NPM_CONFIG_REGISTRY": "${NPM_CONFIG_REGISTRY}"
120
- },
121
- "enabled": true,
122
- "timeout": 180000
129
+ }
123
130
  },
124
131
  "fireflies": {
125
132
  "type": "local",
@@ -128,9 +135,9 @@
128
135
  "mcp-remote",
129
136
  "https://api.fireflies.ai/mcp",
130
137
  "--header",
131
- "Authorization: Bearer ${FIREFLIES_API_KEY}"
138
+ "Authorization: Bearer "
132
139
  ],
133
- "enabled": true,
140
+ "enabled": false,
134
141
  "timeout": 180000
135
142
  },
136
143
  "shakudo-platform": {
@@ -139,244 +146,78 @@
139
146
  "/root/.bun/bin/bunx",
140
147
  "@mcp-servers/shakudo-platform-mcp"
141
148
  ],
149
+ "enabled": true,
150
+ "timeout": 180000,
142
151
  "environment": {
143
152
  "NPM_CONFIG_REGISTRY": "${NPM_CONFIG_REGISTRY}"
144
- },
145
- "enabled": true,
146
- "timeout": 180000
153
+ }
147
154
  },
148
155
  "nanobanana": {
149
156
  "type": "local",
150
157
  "command": [
151
158
  "/root/.local/bin/uvx",
152
159
  "--index-url",
153
- "${PYPI_INDEX_URL}",
160
+ "https://pypi.org/simple/",
154
161
  "--extra-index-url",
155
162
  "https://pypi.org/simple/",
156
163
  "--index-strategy",
157
164
  "unsafe-best-match",
158
165
  "nanobanana-mcp-server==0.3.2.post1"
159
166
  ],
167
+ "enabled": true,
168
+ "timeout": 180000,
160
169
  "environment": {
161
170
  "GEMINI_API_KEY": "${GEMINI_API_KEY}",
162
171
  "NANOBANANA_MODEL": "pro"
163
- },
164
- "enabled": true,
165
- "timeout": 180000
172
+ }
166
173
  },
167
- "ClickUp": {
174
+ "gamma": {
168
175
  "type": "local",
169
176
  "command": [
170
177
  "npx",
171
178
  "-y",
172
- "@taazkareem/clickup-mcp-server@latest"
179
+ "@raydeck/gamma-app-mcp"
173
180
  ],
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
181
  "enabled": true,
181
- "timeout": 180000
182
+ "timeout": 180000,
183
+ "environment": {
184
+ "GAMMA_API_KEY": "${GAMMA_API_KEY}"
185
+ }
182
186
  },
183
- "gamma": {
187
+ "graphiti-memory": {
184
188
  "type": "local",
185
189
  "command": [
186
190
  "npx",
187
- "-y",
188
- "@raydeck/gamma-app-mcp"
191
+ "mcp-remote",
192
+ "",
193
+ "--allow-http"
189
194
  ],
190
- "environment": {
191
- "GAMMA_API_KEY": "${GAMMA_API_KEY}"
192
- },
193
195
  "enabled": true,
194
196
  "timeout": 180000
197
+ },
198
+ "ClickUp": {
199
+ "type": "local",
200
+ "command": [
201
+ "remote"
202
+ ],
203
+ "enabled": false,
204
+ "timeout": 180000,
205
+ "environment": {
206
+ "url": "https://mcp.clickup.com/mcp",
207
+ "Authorization": "",
208
+ "x-workspace-id": ""
209
+ }
195
210
  }
196
211
  },
197
212
  "plugin": [
198
213
  "oh-my-opencode",
199
- "opencode-mattermost-control"
214
+ "@shakudo/opencode-mattermost-control"
200
215
  ],
201
216
  "provider": {
202
217
  "anthropic": {
203
218
  "name": "Anthropic",
204
219
  "options": {
205
220
  "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
221
  }
381
222
  }
382
223
  }
@@ -5,6 +5,6 @@
5
5
  "private": true,
6
6
  "dependencies": {
7
7
  "@opencode-ai/plugin": "1.1.35",
8
- "opencode-mattermost-control": "0.3.29"
8
+ "@shakudo/opencode-mattermost-control": "0.3.95"
9
9
  }
10
10
  }