@cleocode/caamp 0.1.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.
@@ -0,0 +1,721 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "lastUpdated": "2026-02-11",
4
+ "providers": {
5
+ "claude-code": {
6
+ "id": "claude-code",
7
+ "toolName": "Claude Code",
8
+ "vendor": "Anthropic",
9
+ "agentFlag": "claude-code",
10
+ "aliases": ["claude"],
11
+ "pathGlobal": "$HOME/.claude",
12
+ "pathProject": ".claude",
13
+ "instructFile": "CLAUDE.md",
14
+ "configKey": "mcpServers",
15
+ "configFormat": "json",
16
+ "configPathGlobal": "$HOME/.claude.json",
17
+ "configPathProject": ".mcp.json",
18
+ "pathSkills": "$HOME/.claude/skills",
19
+ "pathProjectSkills": ".claude/skills",
20
+ "detection": {
21
+ "methods": ["binary", "directory"],
22
+ "binary": "claude",
23
+ "directories": ["$HOME/.claude"]
24
+ },
25
+ "supportedTransports": ["stdio", "sse", "http"],
26
+ "supportsHeaders": true,
27
+ "priority": "high",
28
+ "status": "active",
29
+ "agentSkillsCompatible": true
30
+ },
31
+ "cursor": {
32
+ "id": "cursor",
33
+ "toolName": "Cursor",
34
+ "vendor": "Anysphere",
35
+ "agentFlag": "cursor",
36
+ "aliases": [],
37
+ "pathGlobal": "$HOME/.cursor",
38
+ "pathProject": ".cursor",
39
+ "instructFile": "AGENTS.md",
40
+ "configKey": "mcpServers",
41
+ "configFormat": "json",
42
+ "configPathGlobal": "$HOME/.cursor/mcp.json",
43
+ "configPathProject": ".cursor/mcp.json",
44
+ "pathSkills": "$HOME/.cursor/skills",
45
+ "pathProjectSkills": ".cursor/skills",
46
+ "detection": {
47
+ "methods": ["binary", "directory"],
48
+ "binary": "cursor",
49
+ "directories": ["$HOME/.cursor"]
50
+ },
51
+ "supportedTransports": ["stdio", "sse", "http"],
52
+ "supportsHeaders": true,
53
+ "priority": "high",
54
+ "status": "active",
55
+ "agentSkillsCompatible": true
56
+ },
57
+ "windsurf": {
58
+ "id": "windsurf",
59
+ "toolName": "Windsurf",
60
+ "vendor": "Codeium",
61
+ "agentFlag": "windsurf",
62
+ "aliases": ["codeium"],
63
+ "pathGlobal": "$HOME/.codeium/windsurf",
64
+ "pathProject": ".windsurf",
65
+ "instructFile": "AGENTS.md",
66
+ "configKey": "mcpServers",
67
+ "configFormat": "json",
68
+ "configPathGlobal": "$HOME/.codeium/windsurf/mcp_config.json",
69
+ "configPathProject": ".windsurf/mcp.json",
70
+ "pathSkills": "$HOME/.codeium/windsurf/skills",
71
+ "pathProjectSkills": ".windsurf/skills",
72
+ "detection": {
73
+ "methods": ["binary", "directory"],
74
+ "binary": "windsurf",
75
+ "directories": ["$HOME/.codeium/windsurf"]
76
+ },
77
+ "supportedTransports": ["stdio", "sse", "http"],
78
+ "supportsHeaders": true,
79
+ "priority": "high",
80
+ "status": "active",
81
+ "agentSkillsCompatible": true
82
+ },
83
+ "codex": {
84
+ "id": "codex",
85
+ "toolName": "Codex CLI",
86
+ "vendor": "OpenAI",
87
+ "agentFlag": "codex",
88
+ "aliases": ["openai-codex"],
89
+ "pathGlobal": "$HOME/.codex",
90
+ "pathProject": ".codex",
91
+ "instructFile": "AGENTS.md",
92
+ "configKey": "mcp_servers",
93
+ "configFormat": "toml",
94
+ "configPathGlobal": "$HOME/.codex/config.toml",
95
+ "configPathProject": ".codex/config.toml",
96
+ "pathSkills": "$HOME/.codex/skills",
97
+ "pathProjectSkills": ".codex/skills",
98
+ "detection": {
99
+ "methods": ["binary", "directory"],
100
+ "binary": "codex",
101
+ "directories": ["$HOME/.codex"]
102
+ },
103
+ "supportedTransports": ["stdio", "sse", "http"],
104
+ "supportsHeaders": true,
105
+ "priority": "medium",
106
+ "status": "active",
107
+ "agentSkillsCompatible": true
108
+ },
109
+ "gemini-cli": {
110
+ "id": "gemini-cli",
111
+ "toolName": "Gemini CLI",
112
+ "vendor": "Google",
113
+ "agentFlag": "gemini-cli",
114
+ "aliases": ["gemini"],
115
+ "pathGlobal": "$HOME/.gemini",
116
+ "pathProject": ".gemini",
117
+ "instructFile": "GEMINI.md",
118
+ "configKey": "mcpServers",
119
+ "configFormat": "json",
120
+ "configPathGlobal": "$HOME/.gemini/settings.json",
121
+ "configPathProject": ".gemini/settings.json",
122
+ "pathSkills": "$HOME/.gemini/skills",
123
+ "pathProjectSkills": ".gemini/skills",
124
+ "detection": {
125
+ "methods": ["binary", "directory"],
126
+ "binary": "gemini",
127
+ "directories": ["$HOME/.gemini"]
128
+ },
129
+ "supportedTransports": ["stdio", "sse", "http"],
130
+ "supportsHeaders": true,
131
+ "priority": "medium",
132
+ "status": "active",
133
+ "agentSkillsCompatible": true
134
+ },
135
+ "github-copilot": {
136
+ "id": "github-copilot",
137
+ "toolName": "GitHub Copilot",
138
+ "vendor": "GitHub",
139
+ "agentFlag": "github-copilot",
140
+ "aliases": ["copilot"],
141
+ "pathGlobal": "$HOME/.github",
142
+ "pathProject": ".github",
143
+ "instructFile": "AGENTS.md",
144
+ "configKey": "mcpServers",
145
+ "configFormat": "json",
146
+ "configPathGlobal": "$HOME/.github/copilot/mcp.json",
147
+ "configPathProject": ".github/copilot/mcp.json",
148
+ "pathSkills": "$HOME/.github/skills",
149
+ "pathProjectSkills": ".github/skills",
150
+ "detection": {
151
+ "methods": ["directory"],
152
+ "directories": ["$HOME/.github"]
153
+ },
154
+ "supportedTransports": ["stdio", "sse", "http"],
155
+ "supportsHeaders": true,
156
+ "priority": "medium",
157
+ "status": "active",
158
+ "agentSkillsCompatible": true
159
+ },
160
+ "opencode": {
161
+ "id": "opencode",
162
+ "toolName": "OpenCode",
163
+ "vendor": "OpenCode",
164
+ "agentFlag": "opencode",
165
+ "aliases": [],
166
+ "pathGlobal": "$CONFIG/.opencode",
167
+ "pathProject": ".opencode",
168
+ "instructFile": "AGENTS.md",
169
+ "configKey": "mcp",
170
+ "configFormat": "json",
171
+ "configPathGlobal": "$CONFIG/opencode/opencode.json",
172
+ "configPathProject": ".opencode.json",
173
+ "pathSkills": "$CONFIG/.opencode/skills",
174
+ "pathProjectSkills": ".opencode/skills",
175
+ "detection": {
176
+ "methods": ["binary"],
177
+ "binary": "opencode"
178
+ },
179
+ "supportedTransports": ["stdio", "sse", "http"],
180
+ "supportsHeaders": true,
181
+ "priority": "medium",
182
+ "status": "active",
183
+ "agentSkillsCompatible": true
184
+ },
185
+ "cline": {
186
+ "id": "cline",
187
+ "toolName": "Cline",
188
+ "vendor": "Cline",
189
+ "agentFlag": "cline",
190
+ "aliases": [],
191
+ "pathGlobal": "$HOME/.cline",
192
+ "pathProject": ".cline",
193
+ "instructFile": "AGENTS.md",
194
+ "configKey": "mcpServers",
195
+ "configFormat": "json",
196
+ "configPathGlobal": "$HOME/.cline/mcp_settings.json",
197
+ "configPathProject": ".cline/mcp_settings.json",
198
+ "pathSkills": "$HOME/.cline/skills",
199
+ "pathProjectSkills": ".cline/skills",
200
+ "detection": {
201
+ "methods": ["directory"],
202
+ "directories": ["$HOME/.cline"]
203
+ },
204
+ "supportedTransports": ["stdio", "sse", "http"],
205
+ "supportsHeaders": true,
206
+ "priority": "medium",
207
+ "status": "active",
208
+ "agentSkillsCompatible": true
209
+ },
210
+ "kimi": {
211
+ "id": "kimi",
212
+ "toolName": "Kimi Coding",
213
+ "vendor": "Moonshot AI",
214
+ "agentFlag": "kimi",
215
+ "aliases": ["kimi-coding"],
216
+ "pathGlobal": "$HOME/.kimi",
217
+ "pathProject": ".kimi",
218
+ "instructFile": "AGENTS.md",
219
+ "configKey": "mcpServers",
220
+ "configFormat": "json",
221
+ "configPathGlobal": "$HOME/.kimi/mcp.json",
222
+ "configPathProject": ".kimi/mcp.json",
223
+ "pathSkills": "$HOME/.kimi/skills",
224
+ "pathProjectSkills": ".kimi/skills",
225
+ "detection": {
226
+ "methods": ["binary", "directory"],
227
+ "binary": "kimi",
228
+ "directories": ["$HOME/.kimi"]
229
+ },
230
+ "supportedTransports": ["stdio", "sse", "http"],
231
+ "supportsHeaders": true,
232
+ "priority": "medium",
233
+ "status": "active",
234
+ "agentSkillsCompatible": true
235
+ },
236
+ "vscode": {
237
+ "id": "vscode",
238
+ "toolName": "VS Code",
239
+ "vendor": "Microsoft",
240
+ "agentFlag": "vscode",
241
+ "aliases": ["code"],
242
+ "pathGlobal": "$VSCODE_CONFIG",
243
+ "pathProject": ".vscode",
244
+ "instructFile": "AGENTS.md",
245
+ "configKey": "servers",
246
+ "configFormat": "json",
247
+ "configPathGlobal": "$VSCODE_CONFIG/mcp.json",
248
+ "configPathProject": ".vscode/mcp.json",
249
+ "pathSkills": "$VSCODE_CONFIG/skills",
250
+ "pathProjectSkills": ".vscode/skills",
251
+ "detection": {
252
+ "methods": ["binary", "directory"],
253
+ "binary": "code",
254
+ "directories": ["$HOME/.vscode"]
255
+ },
256
+ "supportedTransports": ["stdio", "sse", "http"],
257
+ "supportsHeaders": true,
258
+ "priority": "medium",
259
+ "status": "active",
260
+ "agentSkillsCompatible": true
261
+ },
262
+ "zed": {
263
+ "id": "zed",
264
+ "toolName": "Zed",
265
+ "vendor": "Zed Industries",
266
+ "agentFlag": "zed",
267
+ "aliases": [],
268
+ "pathGlobal": "$ZED_CONFIG",
269
+ "pathProject": ".zed",
270
+ "instructFile": "AGENTS.md",
271
+ "configKey": "context_servers",
272
+ "configFormat": "jsonc",
273
+ "configPathGlobal": "$ZED_CONFIG/settings.json",
274
+ "configPathProject": ".zed/settings.json",
275
+ "pathSkills": "$ZED_CONFIG/skills",
276
+ "pathProjectSkills": ".zed/skills",
277
+ "detection": {
278
+ "methods": ["binary", "directory", "appBundle"],
279
+ "binary": "zed",
280
+ "appBundle": "Zed.app",
281
+ "directories": ["$HOME/.config/zed"]
282
+ },
283
+ "supportedTransports": ["stdio", "sse", "http"],
284
+ "supportsHeaders": true,
285
+ "priority": "medium",
286
+ "status": "active",
287
+ "agentSkillsCompatible": true
288
+ },
289
+ "claude-desktop": {
290
+ "id": "claude-desktop",
291
+ "toolName": "Claude Desktop",
292
+ "vendor": "Anthropic",
293
+ "agentFlag": "claude-desktop",
294
+ "aliases": [],
295
+ "pathGlobal": "$CLAUDE_DESKTOP_CONFIG",
296
+ "pathProject": "",
297
+ "instructFile": "CLAUDE.md",
298
+ "configKey": "mcpServers",
299
+ "configFormat": "json",
300
+ "configPathGlobal": "$CLAUDE_DESKTOP_CONFIG/claude_desktop_config.json",
301
+ "configPathProject": null,
302
+ "pathSkills": "",
303
+ "pathProjectSkills": "",
304
+ "detection": {
305
+ "methods": ["appBundle", "directory"],
306
+ "appBundle": "Claude.app",
307
+ "directories": ["$CLAUDE_DESKTOP_CONFIG"]
308
+ },
309
+ "supportedTransports": ["stdio"],
310
+ "supportsHeaders": false,
311
+ "priority": "medium",
312
+ "status": "active",
313
+ "agentSkillsCompatible": false
314
+ },
315
+ "roo": {
316
+ "id": "roo",
317
+ "toolName": "Roo Code",
318
+ "vendor": "Roo Code",
319
+ "agentFlag": "roo",
320
+ "aliases": ["roo-code", "roo-cline"],
321
+ "pathGlobal": "$HOME/.roo",
322
+ "pathProject": ".roo",
323
+ "instructFile": "AGENTS.md",
324
+ "configKey": "mcpServers",
325
+ "configFormat": "json",
326
+ "configPathGlobal": "$HOME/.roo/mcp_settings.json",
327
+ "configPathProject": ".roo/mcp_settings.json",
328
+ "pathSkills": "$HOME/.roo/skills",
329
+ "pathProjectSkills": ".roo/skills",
330
+ "detection": {
331
+ "methods": ["directory"],
332
+ "directories": ["$HOME/.roo"]
333
+ },
334
+ "supportedTransports": ["stdio", "sse", "http"],
335
+ "supportsHeaders": true,
336
+ "priority": "low",
337
+ "status": "active",
338
+ "agentSkillsCompatible": true
339
+ },
340
+ "continue": {
341
+ "id": "continue",
342
+ "toolName": "Continue",
343
+ "vendor": "Continue",
344
+ "agentFlag": "continue",
345
+ "aliases": [],
346
+ "pathGlobal": "$HOME/.continue",
347
+ "pathProject": ".continue",
348
+ "instructFile": "AGENTS.md",
349
+ "configKey": "mcpServers",
350
+ "configFormat": "json",
351
+ "configPathGlobal": "$HOME/.continue/config.json",
352
+ "configPathProject": ".continue/config.json",
353
+ "pathSkills": "$HOME/.continue/skills",
354
+ "pathProjectSkills": ".continue/skills",
355
+ "detection": {
356
+ "methods": ["directory"],
357
+ "directories": ["$HOME/.continue"]
358
+ },
359
+ "supportedTransports": ["stdio", "sse"],
360
+ "supportsHeaders": true,
361
+ "priority": "low",
362
+ "status": "active",
363
+ "agentSkillsCompatible": true
364
+ },
365
+ "goose": {
366
+ "id": "goose",
367
+ "toolName": "Goose",
368
+ "vendor": "Block",
369
+ "agentFlag": "goose",
370
+ "aliases": [],
371
+ "pathGlobal": "$CONFIG/goose",
372
+ "pathProject": "",
373
+ "instructFile": "AGENTS.md",
374
+ "configKey": "extensions",
375
+ "configFormat": "yaml",
376
+ "configPathGlobal": "$CONFIG/goose/config.yaml",
377
+ "configPathProject": null,
378
+ "pathSkills": "$CONFIG/goose/skills",
379
+ "pathProjectSkills": "",
380
+ "detection": {
381
+ "methods": ["binary"],
382
+ "binary": "goose"
383
+ },
384
+ "supportedTransports": ["stdio", "sse", "http"],
385
+ "supportsHeaders": false,
386
+ "priority": "low",
387
+ "status": "active",
388
+ "agentSkillsCompatible": true
389
+ },
390
+ "antigravity": {
391
+ "id": "antigravity",
392
+ "toolName": "Antigravity",
393
+ "vendor": "Antigravity",
394
+ "agentFlag": "antigravity",
395
+ "aliases": [],
396
+ "pathGlobal": "$HOME/.antigravity",
397
+ "pathProject": ".agent",
398
+ "instructFile": "AGENTS.md",
399
+ "configKey": "mcpServers",
400
+ "configFormat": "json",
401
+ "configPathGlobal": "$HOME/.antigravity/mcp.json",
402
+ "configPathProject": ".agent/mcp.json",
403
+ "pathSkills": "$HOME/.antigravity/skills",
404
+ "pathProjectSkills": ".agent/skills",
405
+ "detection": {
406
+ "methods": ["directory"],
407
+ "directories": ["$HOME/.antigravity"]
408
+ },
409
+ "supportedTransports": ["stdio", "sse"],
410
+ "supportsHeaders": true,
411
+ "priority": "low",
412
+ "status": "active",
413
+ "agentSkillsCompatible": true
414
+ },
415
+ "kiro-cli": {
416
+ "id": "kiro-cli",
417
+ "toolName": "Kiro",
418
+ "vendor": "Amazon",
419
+ "agentFlag": "kiro",
420
+ "aliases": ["kiro"],
421
+ "pathGlobal": "$HOME/.kiro",
422
+ "pathProject": ".kiro",
423
+ "instructFile": "AGENTS.md",
424
+ "configKey": "mcpServers",
425
+ "configFormat": "json",
426
+ "configPathGlobal": "$HOME/.kiro/mcp.json",
427
+ "configPathProject": ".kiro/mcp.json",
428
+ "pathSkills": "$HOME/.kiro/skills",
429
+ "pathProjectSkills": ".kiro/skills",
430
+ "detection": {
431
+ "methods": ["binary", "directory"],
432
+ "binary": "kiro",
433
+ "directories": ["$HOME/.kiro"]
434
+ },
435
+ "supportedTransports": ["stdio", "sse", "http"],
436
+ "supportsHeaders": true,
437
+ "priority": "low",
438
+ "status": "active",
439
+ "agentSkillsCompatible": true
440
+ },
441
+ "amp": {
442
+ "id": "amp",
443
+ "toolName": "Amp",
444
+ "vendor": "Sourcegraph",
445
+ "agentFlag": "amp",
446
+ "aliases": [],
447
+ "pathGlobal": "$HOME/.amp",
448
+ "pathProject": ".amp",
449
+ "instructFile": "AGENTS.md",
450
+ "configKey": "mcpServers",
451
+ "configFormat": "json",
452
+ "configPathGlobal": "$HOME/.amp/mcp.json",
453
+ "configPathProject": ".amp/mcp.json",
454
+ "pathSkills": "$HOME/.amp/skills",
455
+ "pathProjectSkills": ".amp/skills",
456
+ "detection": {
457
+ "methods": ["binary"],
458
+ "binary": "amp"
459
+ },
460
+ "supportedTransports": ["stdio", "sse", "http"],
461
+ "supportsHeaders": true,
462
+ "priority": "low",
463
+ "status": "active",
464
+ "agentSkillsCompatible": true
465
+ },
466
+ "trae": {
467
+ "id": "trae",
468
+ "toolName": "Trae",
469
+ "vendor": "ByteDance",
470
+ "agentFlag": "trae",
471
+ "aliases": [],
472
+ "pathGlobal": "$HOME/.trae",
473
+ "pathProject": ".trae",
474
+ "instructFile": "AGENTS.md",
475
+ "configKey": "mcpServers",
476
+ "configFormat": "json",
477
+ "configPathGlobal": "$HOME/.trae/mcp.json",
478
+ "configPathProject": ".trae/mcp.json",
479
+ "pathSkills": "$HOME/.trae/skills",
480
+ "pathProjectSkills": ".trae/skills",
481
+ "detection": {
482
+ "methods": ["binary", "directory"],
483
+ "binary": "trae",
484
+ "directories": ["$HOME/.trae"]
485
+ },
486
+ "supportedTransports": ["stdio", "sse", "http"],
487
+ "supportsHeaders": true,
488
+ "priority": "low",
489
+ "status": "active",
490
+ "agentSkillsCompatible": true
491
+ },
492
+ "aide": {
493
+ "id": "aide",
494
+ "toolName": "Aide",
495
+ "vendor": "Aide",
496
+ "agentFlag": "aide",
497
+ "aliases": [],
498
+ "pathGlobal": "$HOME/.aide",
499
+ "pathProject": ".aide",
500
+ "instructFile": "AGENTS.md",
501
+ "configKey": "mcpServers",
502
+ "configFormat": "json",
503
+ "configPathGlobal": "$HOME/.aide/mcp.json",
504
+ "configPathProject": ".aide/mcp.json",
505
+ "pathSkills": "$HOME/.aide/skills",
506
+ "pathProjectSkills": ".aide/skills",
507
+ "detection": {
508
+ "methods": ["binary", "directory"],
509
+ "binary": "aide",
510
+ "directories": ["$HOME/.aide"]
511
+ },
512
+ "supportedTransports": ["stdio", "sse"],
513
+ "supportsHeaders": true,
514
+ "priority": "low",
515
+ "status": "beta",
516
+ "agentSkillsCompatible": true
517
+ },
518
+ "pear-ai": {
519
+ "id": "pear-ai",
520
+ "toolName": "Pear AI",
521
+ "vendor": "Pear AI",
522
+ "agentFlag": "pear-ai",
523
+ "aliases": ["pear"],
524
+ "pathGlobal": "$HOME/.pear",
525
+ "pathProject": ".pear",
526
+ "instructFile": "AGENTS.md",
527
+ "configKey": "mcpServers",
528
+ "configFormat": "json",
529
+ "configPathGlobal": "$HOME/.pear/mcp.json",
530
+ "configPathProject": ".pear/mcp.json",
531
+ "pathSkills": "$HOME/.pear/skills",
532
+ "pathProjectSkills": ".pear/skills",
533
+ "detection": {
534
+ "methods": ["binary", "directory"],
535
+ "binary": "pearai",
536
+ "directories": ["$HOME/.pear"]
537
+ },
538
+ "supportedTransports": ["stdio", "sse"],
539
+ "supportsHeaders": true,
540
+ "priority": "low",
541
+ "status": "beta",
542
+ "agentSkillsCompatible": true
543
+ },
544
+ "void-ai": {
545
+ "id": "void-ai",
546
+ "toolName": "Void AI",
547
+ "vendor": "Void",
548
+ "agentFlag": "void",
549
+ "aliases": ["void"],
550
+ "pathGlobal": "$HOME/.void",
551
+ "pathProject": ".void",
552
+ "instructFile": "AGENTS.md",
553
+ "configKey": "mcpServers",
554
+ "configFormat": "json",
555
+ "configPathGlobal": "$HOME/.void/mcp.json",
556
+ "configPathProject": ".void/mcp.json",
557
+ "pathSkills": "$HOME/.void/skills",
558
+ "pathProjectSkills": ".void/skills",
559
+ "detection": {
560
+ "methods": ["directory"],
561
+ "directories": ["$HOME/.void"]
562
+ },
563
+ "supportedTransports": ["stdio", "sse"],
564
+ "supportsHeaders": true,
565
+ "priority": "low",
566
+ "status": "beta",
567
+ "agentSkillsCompatible": true
568
+ },
569
+ "cody": {
570
+ "id": "cody",
571
+ "toolName": "Sourcegraph Cody",
572
+ "vendor": "Sourcegraph",
573
+ "agentFlag": "cody",
574
+ "aliases": ["sourcegraph-cody"],
575
+ "pathGlobal": "$HOME/.cody",
576
+ "pathProject": ".cody",
577
+ "instructFile": "AGENTS.md",
578
+ "configKey": "mcpServers",
579
+ "configFormat": "json",
580
+ "configPathGlobal": "$HOME/.cody/mcp.json",
581
+ "configPathProject": ".cody/mcp.json",
582
+ "pathSkills": "$HOME/.cody/skills",
583
+ "pathProjectSkills": ".cody/skills",
584
+ "detection": {
585
+ "methods": ["directory"],
586
+ "directories": ["$HOME/.cody"]
587
+ },
588
+ "supportedTransports": ["stdio", "sse"],
589
+ "supportsHeaders": true,
590
+ "priority": "low",
591
+ "status": "active",
592
+ "agentSkillsCompatible": true
593
+ },
594
+ "kilo-code": {
595
+ "id": "kilo-code",
596
+ "toolName": "Kilo Code",
597
+ "vendor": "Kilo Code",
598
+ "agentFlag": "kilo-code",
599
+ "aliases": ["kilo"],
600
+ "pathGlobal": "$HOME/.kilo-code",
601
+ "pathProject": ".kilo-code",
602
+ "instructFile": "AGENTS.md",
603
+ "configKey": "mcpServers",
604
+ "configFormat": "json",
605
+ "configPathGlobal": "$HOME/.kilo-code/mcp_settings.json",
606
+ "configPathProject": ".kilo-code/mcp_settings.json",
607
+ "pathSkills": "$HOME/.kilo-code/skills",
608
+ "pathProjectSkills": ".kilo-code/skills",
609
+ "detection": {
610
+ "methods": ["directory"],
611
+ "directories": ["$HOME/.kilo-code"]
612
+ },
613
+ "supportedTransports": ["stdio", "sse", "http"],
614
+ "supportsHeaders": true,
615
+ "priority": "low",
616
+ "status": "active",
617
+ "agentSkillsCompatible": true
618
+ },
619
+ "qwen-code": {
620
+ "id": "qwen-code",
621
+ "toolName": "Qwen Code",
622
+ "vendor": "Alibaba",
623
+ "agentFlag": "qwen-code",
624
+ "aliases": ["qwen"],
625
+ "pathGlobal": "$HOME/.qwen-code",
626
+ "pathProject": ".qwen-code",
627
+ "instructFile": "AGENTS.md",
628
+ "configKey": "mcpServers",
629
+ "configFormat": "json",
630
+ "configPathGlobal": "$HOME/.qwen-code/mcp.json",
631
+ "configPathProject": ".qwen-code/mcp.json",
632
+ "pathSkills": "$HOME/.qwen-code/skills",
633
+ "pathProjectSkills": ".qwen-code/skills",
634
+ "detection": {
635
+ "methods": ["binary"],
636
+ "binary": "qwen-code"
637
+ },
638
+ "supportedTransports": ["stdio", "sse"],
639
+ "supportsHeaders": true,
640
+ "priority": "low",
641
+ "status": "beta",
642
+ "agentSkillsCompatible": true
643
+ },
644
+ "openhands": {
645
+ "id": "openhands",
646
+ "toolName": "OpenHands",
647
+ "vendor": "All Hands AI",
648
+ "agentFlag": "openhands",
649
+ "aliases": [],
650
+ "pathGlobal": "$HOME/.openhands",
651
+ "pathProject": ".openhands",
652
+ "instructFile": "AGENTS.md",
653
+ "configKey": "mcpServers",
654
+ "configFormat": "json",
655
+ "configPathGlobal": "$HOME/.openhands/mcp.json",
656
+ "configPathProject": ".openhands/mcp.json",
657
+ "pathSkills": "$HOME/.openhands/skills",
658
+ "pathProjectSkills": ".openhands/skills",
659
+ "detection": {
660
+ "methods": ["binary", "directory"],
661
+ "binary": "openhands",
662
+ "directories": ["$HOME/.openhands"]
663
+ },
664
+ "supportedTransports": ["stdio", "sse"],
665
+ "supportsHeaders": true,
666
+ "priority": "low",
667
+ "status": "active",
668
+ "agentSkillsCompatible": true
669
+ },
670
+ "codebuddy": {
671
+ "id": "codebuddy",
672
+ "toolName": "CodeBuddy",
673
+ "vendor": "CodeBuddy",
674
+ "agentFlag": "codebuddy",
675
+ "aliases": [],
676
+ "pathGlobal": "$HOME/.codebuddy",
677
+ "pathProject": ".codebuddy",
678
+ "instructFile": "AGENTS.md",
679
+ "configKey": "mcpServers",
680
+ "configFormat": "json",
681
+ "configPathGlobal": "$HOME/.codebuddy/mcp.json",
682
+ "configPathProject": ".codebuddy/mcp.json",
683
+ "pathSkills": "$HOME/.codebuddy/skills",
684
+ "pathProjectSkills": ".codebuddy/skills",
685
+ "detection": {
686
+ "methods": ["directory"],
687
+ "directories": ["$HOME/.codebuddy"]
688
+ },
689
+ "supportedTransports": ["stdio", "sse"],
690
+ "supportsHeaders": true,
691
+ "priority": "low",
692
+ "status": "beta",
693
+ "agentSkillsCompatible": true
694
+ },
695
+ "codestory": {
696
+ "id": "codestory",
697
+ "toolName": "CodeStory",
698
+ "vendor": "CodeStory",
699
+ "agentFlag": "codestory",
700
+ "aliases": [],
701
+ "pathGlobal": "$HOME/.codestory",
702
+ "pathProject": ".codestory",
703
+ "instructFile": "AGENTS.md",
704
+ "configKey": "mcpServers",
705
+ "configFormat": "json",
706
+ "configPathGlobal": "$HOME/.codestory/mcp.json",
707
+ "configPathProject": ".codestory/mcp.json",
708
+ "pathSkills": "$HOME/.codestory/skills",
709
+ "pathProjectSkills": ".codestory/skills",
710
+ "detection": {
711
+ "methods": ["directory"],
712
+ "directories": ["$HOME/.codestory"]
713
+ },
714
+ "supportedTransports": ["stdio", "sse"],
715
+ "supportsHeaders": true,
716
+ "priority": "low",
717
+ "status": "beta",
718
+ "agentSkillsCompatible": true
719
+ }
720
+ }
721
+ }