@cleocode/caamp 2026.4.3 → 2026.4.5

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.1.0",
3
- "lastUpdated": "2026-03-24",
2
+ "version": "2.0.0",
3
+ "lastUpdated": "2026-04-06",
4
4
  "providers": {
5
5
  "claude-code": {
6
6
  "id": "claude-code",
@@ -13,10 +13,6 @@
13
13
  "pathGlobal": "$HOME/.claude",
14
14
  "pathProject": ".claude",
15
15
  "instructFile": "CLAUDE.md",
16
- "configKey": "mcpServers",
17
- "configFormat": "json",
18
- "configPathGlobal": "$HOME/.claude.json",
19
- "configPathProject": ".mcp.json",
20
16
  "pathSkills": "$HOME/.claude/skills",
21
17
  "pathProjectSkills": ".claude/skills",
22
18
  "detection": {
@@ -29,12 +25,6 @@
29
25
  "$HOME/.claude"
30
26
  ]
31
27
  },
32
- "supportedTransports": [
33
- "stdio",
34
- "sse",
35
- "http"
36
- ],
37
- "supportsHeaders": true,
38
28
  "priority": "high",
39
29
  "status": "active",
40
30
  "agentSkillsCompatible": true,
@@ -73,6 +63,18 @@
73
63
  "supportsInterAgentComms": true,
74
64
  "supportsParallelSpawn": true,
75
65
  "spawnMechanism": "native"
66
+ },
67
+ "mcp": {
68
+ "configKey": "mcpServers",
69
+ "configFormat": "json",
70
+ "configPathGlobal": "$HOME/.claude.json",
71
+ "configPathProject": ".mcp.json",
72
+ "supportedTransports": [
73
+ "stdio",
74
+ "sse",
75
+ "http"
76
+ ],
77
+ "supportsHeaders": true
76
78
  }
77
79
  }
78
80
  },
@@ -85,10 +87,6 @@
85
87
  "pathGlobal": "$HOME/.cursor",
86
88
  "pathProject": ".cursor",
87
89
  "instructFile": "AGENTS.md",
88
- "configKey": "mcpServers",
89
- "configFormat": "json",
90
- "configPathGlobal": "$HOME/.cursor/mcp.json",
91
- "configPathProject": ".cursor/mcp.json",
92
90
  "pathSkills": "$HOME/.cursor/skills",
93
91
  "pathProjectSkills": ".cursor/skills",
94
92
  "detection": {
@@ -101,12 +99,6 @@
101
99
  "$HOME/.cursor"
102
100
  ]
103
101
  },
104
- "supportedTransports": [
105
- "stdio",
106
- "sse",
107
- "http"
108
- ],
109
- "supportsHeaders": true,
110
102
  "priority": "high",
111
103
  "status": "active",
112
104
  "agentSkillsCompatible": true,
@@ -141,6 +133,18 @@
141
133
  ],
142
134
  "hookConfigPath": ".cursor/hooks.json",
143
135
  "hookFormat": "json"
136
+ },
137
+ "mcp": {
138
+ "configKey": "mcpServers",
139
+ "configFormat": "json",
140
+ "configPathGlobal": "$HOME/.cursor/mcp.json",
141
+ "configPathProject": ".cursor/mcp.json",
142
+ "supportedTransports": [
143
+ "stdio",
144
+ "sse",
145
+ "http"
146
+ ],
147
+ "supportsHeaders": true
144
148
  }
145
149
  }
146
150
  },
@@ -155,10 +159,6 @@
155
159
  "pathGlobal": "$HOME/.codeium/windsurf",
156
160
  "pathProject": ".windsurf",
157
161
  "instructFile": "AGENTS.md",
158
- "configKey": "mcpServers",
159
- "configFormat": "json",
160
- "configPathGlobal": "$HOME/.codeium/windsurf/mcp_config.json",
161
- "configPathProject": ".windsurf/mcp.json",
162
162
  "pathSkills": "$HOME/.codeium/windsurf/skills",
163
163
  "pathProjectSkills": ".windsurf/skills",
164
164
  "detection": {
@@ -171,15 +171,23 @@
171
171
  "$HOME/.codeium/windsurf"
172
172
  ]
173
173
  },
174
- "supportedTransports": [
175
- "stdio",
176
- "sse",
177
- "http"
178
- ],
179
- "supportsHeaders": true,
180
174
  "priority": "high",
181
175
  "status": "active",
182
- "agentSkillsCompatible": true
176
+ "agentSkillsCompatible": true,
177
+ "capabilities": {
178
+ "mcp": {
179
+ "configKey": "mcpServers",
180
+ "configFormat": "json",
181
+ "configPathGlobal": "$HOME/.codeium/windsurf/mcp_config.json",
182
+ "configPathProject": ".windsurf/mcp.json",
183
+ "supportedTransports": [
184
+ "stdio",
185
+ "sse",
186
+ "http"
187
+ ],
188
+ "supportsHeaders": true
189
+ }
190
+ }
183
191
  },
184
192
  "codex": {
185
193
  "id": "codex",
@@ -192,10 +200,6 @@
192
200
  "pathGlobal": "$HOME/.codex",
193
201
  "pathProject": ".codex",
194
202
  "instructFile": "AGENTS.md",
195
- "configKey": "mcp_servers",
196
- "configFormat": "toml",
197
- "configPathGlobal": "$HOME/.codex/config.toml",
198
- "configPathProject": ".codex/config.toml",
199
203
  "pathSkills": "$HOME/.codex/skills",
200
204
  "pathProjectSkills": ".codex/skills",
201
205
  "detection": {
@@ -208,12 +212,6 @@
208
212
  "$HOME/.codex"
209
213
  ]
210
214
  },
211
- "supportedTransports": [
212
- "stdio",
213
- "sse",
214
- "http"
215
- ],
216
- "supportsHeaders": true,
217
215
  "priority": "medium",
218
216
  "status": "active",
219
217
  "agentSkillsCompatible": true,
@@ -238,6 +236,18 @@
238
236
  "supportsInterAgentComms": false,
239
237
  "supportsParallelSpawn": true,
240
238
  "spawnMechanism": "cli"
239
+ },
240
+ "mcp": {
241
+ "configKey": "mcp_servers",
242
+ "configFormat": "toml",
243
+ "configPathGlobal": "$HOME/.codex/config.toml",
244
+ "configPathProject": ".codex/config.toml",
245
+ "supportedTransports": [
246
+ "stdio",
247
+ "sse",
248
+ "http"
249
+ ],
250
+ "supportsHeaders": true
241
251
  }
242
252
  }
243
253
  },
@@ -252,10 +262,6 @@
252
262
  "pathGlobal": "$HOME/.gemini",
253
263
  "pathProject": ".gemini",
254
264
  "instructFile": "GEMINI.md",
255
- "configKey": "mcpServers",
256
- "configFormat": "json",
257
- "configPathGlobal": "$HOME/.gemini/settings.json",
258
- "configPathProject": ".gemini/settings.json",
259
265
  "pathSkills": "$HOME/.gemini/skills",
260
266
  "pathProjectSkills": ".gemini/skills",
261
267
  "detection": {
@@ -268,12 +274,6 @@
268
274
  "$HOME/.gemini"
269
275
  ]
270
276
  },
271
- "supportedTransports": [
272
- "stdio",
273
- "sse",
274
- "http"
275
- ],
276
- "supportsHeaders": true,
277
277
  "priority": "medium",
278
278
  "status": "active",
279
279
  "agentSkillsCompatible": true,
@@ -306,6 +306,18 @@
306
306
  "supportsInterAgentComms": false,
307
307
  "supportsParallelSpawn": false,
308
308
  "spawnMechanism": "cli"
309
+ },
310
+ "mcp": {
311
+ "configKey": "mcpServers",
312
+ "configFormat": "json",
313
+ "configPathGlobal": "$HOME/.gemini/settings.json",
314
+ "configPathProject": ".gemini/settings.json",
315
+ "supportedTransports": [
316
+ "stdio",
317
+ "sse",
318
+ "http"
319
+ ],
320
+ "supportsHeaders": true
309
321
  }
310
322
  }
311
323
  },
@@ -320,10 +332,6 @@
320
332
  "pathGlobal": "$HOME/.github",
321
333
  "pathProject": ".github",
322
334
  "instructFile": "AGENTS.md",
323
- "configKey": "mcpServers",
324
- "configFormat": "json",
325
- "configPathGlobal": "$HOME/.github/copilot/mcp.json",
326
- "configPathProject": ".github/copilot/mcp.json",
327
335
  "pathSkills": "$HOME/.github/skills",
328
336
  "pathProjectSkills": ".github/skills",
329
337
  "detection": {
@@ -334,12 +342,6 @@
334
342
  "$HOME/.github"
335
343
  ]
336
344
  },
337
- "supportedTransports": [
338
- "stdio",
339
- "sse",
340
- "http"
341
- ],
342
- "supportsHeaders": true,
343
345
  "priority": "medium",
344
346
  "status": "active",
345
347
  "agentSkillsCompatible": true,
@@ -348,6 +350,18 @@
348
350
  "precedence": "agents-supported",
349
351
  "agentsGlobalPath": "$HOME/.agents/skills",
350
352
  "agentsProjectPath": ".agents/skills"
353
+ },
354
+ "mcp": {
355
+ "configKey": "mcpServers",
356
+ "configFormat": "json",
357
+ "configPathGlobal": "$HOME/.github/copilot/mcp.json",
358
+ "configPathProject": ".github/copilot/mcp.json",
359
+ "supportedTransports": [
360
+ "stdio",
361
+ "sse",
362
+ "http"
363
+ ],
364
+ "supportsHeaders": true
351
365
  }
352
366
  }
353
367
  },
@@ -360,10 +374,6 @@
360
374
  "pathGlobal": "$CONFIG/opencode",
361
375
  "pathProject": ".opencode",
362
376
  "instructFile": "AGENTS.md",
363
- "configKey": "mcp",
364
- "configFormat": "json",
365
- "configPathGlobal": "$CONFIG/opencode/opencode.json",
366
- "configPathProject": "opencode.json",
367
377
  "pathSkills": "$CONFIG/opencode/skills",
368
378
  "pathProjectSkills": ".opencode/skills",
369
379
  "detection": {
@@ -372,12 +382,6 @@
372
382
  ],
373
383
  "binary": "opencode"
374
384
  },
375
- "supportedTransports": [
376
- "stdio",
377
- "sse",
378
- "http"
379
- ],
380
- "supportsHeaders": true,
381
385
  "priority": "medium",
382
386
  "status": "active",
383
387
  "agentSkillsCompatible": true,
@@ -412,6 +416,18 @@
412
416
  "supportsInterAgentComms": true,
413
417
  "supportsParallelSpawn": true,
414
418
  "spawnMechanism": "native"
419
+ },
420
+ "mcp": {
421
+ "configKey": "mcp",
422
+ "configFormat": "json",
423
+ "configPathGlobal": "$CONFIG/opencode/opencode.json",
424
+ "configPathProject": "opencode.json",
425
+ "supportedTransports": [
426
+ "stdio",
427
+ "sse",
428
+ "http"
429
+ ],
430
+ "supportsHeaders": true
415
431
  }
416
432
  }
417
433
  },
@@ -424,10 +440,6 @@
424
440
  "pathGlobal": "$HOME/.cline",
425
441
  "pathProject": ".cline",
426
442
  "instructFile": "AGENTS.md",
427
- "configKey": "mcpServers",
428
- "configFormat": "json",
429
- "configPathGlobal": "$HOME/.cline/mcp_settings.json",
430
- "configPathProject": ".cline/mcp_settings.json",
431
443
  "pathSkills": "$HOME/.cline/skills",
432
444
  "pathProjectSkills": ".cline/skills",
433
445
  "detection": {
@@ -438,15 +450,23 @@
438
450
  "$HOME/.cline"
439
451
  ]
440
452
  },
441
- "supportedTransports": [
442
- "stdio",
443
- "sse",
444
- "http"
445
- ],
446
- "supportsHeaders": true,
447
453
  "priority": "medium",
448
454
  "status": "active",
449
- "agentSkillsCompatible": true
455
+ "agentSkillsCompatible": true,
456
+ "capabilities": {
457
+ "mcp": {
458
+ "configKey": "mcpServers",
459
+ "configFormat": "json",
460
+ "configPathGlobal": "$HOME/.cline/mcp_settings.json",
461
+ "configPathProject": ".cline/mcp_settings.json",
462
+ "supportedTransports": [
463
+ "stdio",
464
+ "sse",
465
+ "http"
466
+ ],
467
+ "supportsHeaders": true
468
+ }
469
+ }
450
470
  },
451
471
  "kimi": {
452
472
  "id": "kimi",
@@ -459,10 +479,6 @@
459
479
  "pathGlobal": "$HOME/.kimi",
460
480
  "pathProject": ".kimi",
461
481
  "instructFile": "AGENTS.md",
462
- "configKey": "mcpServers",
463
- "configFormat": "json",
464
- "configPathGlobal": "$HOME/.kimi/mcp.json",
465
- "configPathProject": ".kimi/mcp.json",
466
482
  "pathSkills": "$HOME/.kimi/skills",
467
483
  "pathProjectSkills": ".kimi/skills",
468
484
  "detection": {
@@ -475,12 +491,6 @@
475
491
  "$HOME/.kimi"
476
492
  ]
477
493
  },
478
- "supportedTransports": [
479
- "stdio",
480
- "sse",
481
- "http"
482
- ],
483
- "supportsHeaders": true,
484
494
  "priority": "medium",
485
495
  "status": "active",
486
496
  "agentSkillsCompatible": true,
@@ -496,6 +506,18 @@
496
506
  "supportsInterAgentComms": false,
497
507
  "supportsParallelSpawn": false,
498
508
  "spawnMechanism": null
509
+ },
510
+ "mcp": {
511
+ "configKey": "mcpServers",
512
+ "configFormat": "json",
513
+ "configPathGlobal": "$HOME/.kimi/mcp.json",
514
+ "configPathProject": ".kimi/mcp.json",
515
+ "supportedTransports": [
516
+ "stdio",
517
+ "sse",
518
+ "http"
519
+ ],
520
+ "supportsHeaders": true
499
521
  }
500
522
  }
501
523
  },
@@ -510,10 +532,6 @@
510
532
  "pathGlobal": "$VSCODE_CONFIG",
511
533
  "pathProject": ".vscode",
512
534
  "instructFile": "AGENTS.md",
513
- "configKey": "servers",
514
- "configFormat": "json",
515
- "configPathGlobal": "$VSCODE_CONFIG/mcp.json",
516
- "configPathProject": ".vscode/mcp.json",
517
535
  "pathSkills": "$VSCODE_CONFIG/skills",
518
536
  "pathProjectSkills": ".vscode/skills",
519
537
  "detection": {
@@ -526,15 +544,23 @@
526
544
  "$HOME/.vscode"
527
545
  ]
528
546
  },
529
- "supportedTransports": [
530
- "stdio",
531
- "sse",
532
- "http"
533
- ],
534
- "supportsHeaders": true,
535
547
  "priority": "medium",
536
548
  "status": "active",
537
- "agentSkillsCompatible": true
549
+ "agentSkillsCompatible": true,
550
+ "capabilities": {
551
+ "mcp": {
552
+ "configKey": "servers",
553
+ "configFormat": "json",
554
+ "configPathGlobal": "$VSCODE_CONFIG/mcp.json",
555
+ "configPathProject": ".vscode/mcp.json",
556
+ "supportedTransports": [
557
+ "stdio",
558
+ "sse",
559
+ "http"
560
+ ],
561
+ "supportsHeaders": true
562
+ }
563
+ }
538
564
  },
539
565
  "zed": {
540
566
  "id": "zed",
@@ -545,10 +571,6 @@
545
571
  "pathGlobal": "$ZED_CONFIG",
546
572
  "pathProject": ".zed",
547
573
  "instructFile": "AGENTS.md",
548
- "configKey": "context_servers",
549
- "configFormat": "jsonc",
550
- "configPathGlobal": "$ZED_CONFIG/settings.json",
551
- "configPathProject": ".zed/settings.json",
552
574
  "pathSkills": "$ZED_CONFIG/skills",
553
575
  "pathProjectSkills": ".zed/skills",
554
576
  "detection": {
@@ -563,15 +585,23 @@
563
585
  "$HOME/.config/zed"
564
586
  ]
565
587
  },
566
- "supportedTransports": [
567
- "stdio",
568
- "sse",
569
- "http"
570
- ],
571
- "supportsHeaders": true,
572
588
  "priority": "medium",
573
589
  "status": "active",
574
- "agentSkillsCompatible": true
590
+ "agentSkillsCompatible": true,
591
+ "capabilities": {
592
+ "mcp": {
593
+ "configKey": "context_servers",
594
+ "configFormat": "jsonc",
595
+ "configPathGlobal": "$ZED_CONFIG/settings.json",
596
+ "configPathProject": ".zed/settings.json",
597
+ "supportedTransports": [
598
+ "stdio",
599
+ "sse",
600
+ "http"
601
+ ],
602
+ "supportsHeaders": true
603
+ }
604
+ }
575
605
  },
576
606
  "claude-desktop": {
577
607
  "id": "claude-desktop",
@@ -582,10 +612,6 @@
582
612
  "pathGlobal": "$CLAUDE_DESKTOP_CONFIG",
583
613
  "pathProject": "",
584
614
  "instructFile": "CLAUDE.md",
585
- "configKey": "mcpServers",
586
- "configFormat": "json",
587
- "configPathGlobal": "$CLAUDE_DESKTOP_CONFIG/claude_desktop_config.json",
588
- "configPathProject": null,
589
615
  "pathSkills": "",
590
616
  "pathProjectSkills": "",
591
617
  "detection": {
@@ -598,13 +624,21 @@
598
624
  "$CLAUDE_DESKTOP_CONFIG"
599
625
  ]
600
626
  },
601
- "supportedTransports": [
602
- "stdio"
603
- ],
604
- "supportsHeaders": false,
605
627
  "priority": "medium",
606
628
  "status": "active",
607
- "agentSkillsCompatible": false
629
+ "agentSkillsCompatible": false,
630
+ "capabilities": {
631
+ "mcp": {
632
+ "configKey": "mcpServers",
633
+ "configFormat": "json",
634
+ "configPathGlobal": "$CLAUDE_DESKTOP_CONFIG/claude_desktop_config.json",
635
+ "configPathProject": null,
636
+ "supportedTransports": [
637
+ "stdio"
638
+ ],
639
+ "supportsHeaders": false
640
+ }
641
+ }
608
642
  },
609
643
  "roo": {
610
644
  "id": "roo",
@@ -618,10 +652,6 @@
618
652
  "pathGlobal": "$HOME/.roo",
619
653
  "pathProject": ".roo",
620
654
  "instructFile": "AGENTS.md",
621
- "configKey": "mcpServers",
622
- "configFormat": "json",
623
- "configPathGlobal": "$HOME/.roo/mcp_settings.json",
624
- "configPathProject": ".roo/mcp_settings.json",
625
655
  "pathSkills": "$HOME/.roo/skills",
626
656
  "pathProjectSkills": ".roo/skills",
627
657
  "detection": {
@@ -632,15 +662,23 @@
632
662
  "$HOME/.roo"
633
663
  ]
634
664
  },
635
- "supportedTransports": [
636
- "stdio",
637
- "sse",
638
- "http"
639
- ],
640
- "supportsHeaders": true,
641
665
  "priority": "low",
642
666
  "status": "active",
643
- "agentSkillsCompatible": true
667
+ "agentSkillsCompatible": true,
668
+ "capabilities": {
669
+ "mcp": {
670
+ "configKey": "mcpServers",
671
+ "configFormat": "json",
672
+ "configPathGlobal": "$HOME/.roo/mcp_settings.json",
673
+ "configPathProject": ".roo/mcp_settings.json",
674
+ "supportedTransports": [
675
+ "stdio",
676
+ "sse",
677
+ "http"
678
+ ],
679
+ "supportsHeaders": true
680
+ }
681
+ }
644
682
  },
645
683
  "continue": {
646
684
  "id": "continue",
@@ -651,10 +689,6 @@
651
689
  "pathGlobal": "$HOME/.continue",
652
690
  "pathProject": ".continue",
653
691
  "instructFile": "AGENTS.md",
654
- "configKey": "mcpServers",
655
- "configFormat": "json",
656
- "configPathGlobal": "$HOME/.continue/config.json",
657
- "configPathProject": ".continue/config.json",
658
692
  "pathSkills": "$HOME/.continue/skills",
659
693
  "pathProjectSkills": ".continue/skills",
660
694
  "detection": {
@@ -665,14 +699,22 @@
665
699
  "$HOME/.continue"
666
700
  ]
667
701
  },
668
- "supportedTransports": [
669
- "stdio",
670
- "sse"
671
- ],
672
- "supportsHeaders": true,
673
702
  "priority": "low",
674
703
  "status": "active",
675
- "agentSkillsCompatible": true
704
+ "agentSkillsCompatible": true,
705
+ "capabilities": {
706
+ "mcp": {
707
+ "configKey": "mcpServers",
708
+ "configFormat": "json",
709
+ "configPathGlobal": "$HOME/.continue/config.json",
710
+ "configPathProject": ".continue/config.json",
711
+ "supportedTransports": [
712
+ "stdio",
713
+ "sse"
714
+ ],
715
+ "supportsHeaders": true
716
+ }
717
+ }
676
718
  },
677
719
  "goose": {
678
720
  "id": "goose",
@@ -683,10 +725,6 @@
683
725
  "pathGlobal": "$CONFIG/goose",
684
726
  "pathProject": "",
685
727
  "instructFile": "AGENTS.md",
686
- "configKey": "extensions",
687
- "configFormat": "yaml",
688
- "configPathGlobal": "$CONFIG/goose/config.yaml",
689
- "configPathProject": null,
690
728
  "pathSkills": "$CONFIG/goose/skills",
691
729
  "pathProjectSkills": "",
692
730
  "detection": {
@@ -695,15 +733,23 @@
695
733
  ],
696
734
  "binary": "goose"
697
735
  },
698
- "supportedTransports": [
699
- "stdio",
700
- "sse",
701
- "http"
702
- ],
703
- "supportsHeaders": false,
704
736
  "priority": "low",
705
737
  "status": "active",
706
- "agentSkillsCompatible": true
738
+ "agentSkillsCompatible": true,
739
+ "capabilities": {
740
+ "mcp": {
741
+ "configKey": "extensions",
742
+ "configFormat": "yaml",
743
+ "configPathGlobal": "$CONFIG/goose/config.yaml",
744
+ "configPathProject": null,
745
+ "supportedTransports": [
746
+ "stdio",
747
+ "sse",
748
+ "http"
749
+ ],
750
+ "supportsHeaders": false
751
+ }
752
+ }
707
753
  },
708
754
  "antigravity": {
709
755
  "id": "antigravity",
@@ -714,10 +760,6 @@
714
760
  "pathGlobal": "$HOME/.antigravity",
715
761
  "pathProject": ".agent",
716
762
  "instructFile": "AGENTS.md",
717
- "configKey": "mcpServers",
718
- "configFormat": "json",
719
- "configPathGlobal": "$HOME/.antigravity/mcp.json",
720
- "configPathProject": ".agent/mcp.json",
721
763
  "pathSkills": "$HOME/.antigravity/skills",
722
764
  "pathProjectSkills": ".agent/skills",
723
765
  "detection": {
@@ -728,11 +770,6 @@
728
770
  "$HOME/.antigravity"
729
771
  ]
730
772
  },
731
- "supportedTransports": [
732
- "stdio",
733
- "sse"
734
- ],
735
- "supportsHeaders": true,
736
773
  "priority": "low",
737
774
  "status": "active",
738
775
  "agentSkillsCompatible": true,
@@ -741,6 +778,17 @@
741
778
  "precedence": "vendor-global-agents-project",
742
779
  "agentsGlobalPath": null,
743
780
  "agentsProjectPath": ".agents/skills"
781
+ },
782
+ "mcp": {
783
+ "configKey": "mcpServers",
784
+ "configFormat": "json",
785
+ "configPathGlobal": "$HOME/.antigravity/mcp.json",
786
+ "configPathProject": ".agent/mcp.json",
787
+ "supportedTransports": [
788
+ "stdio",
789
+ "sse"
790
+ ],
791
+ "supportsHeaders": true
744
792
  }
745
793
  }
746
794
  },
@@ -755,10 +803,6 @@
755
803
  "pathGlobal": "$HOME/.kiro",
756
804
  "pathProject": ".kiro",
757
805
  "instructFile": "AGENTS.md",
758
- "configKey": "mcpServers",
759
- "configFormat": "json",
760
- "configPathGlobal": "$HOME/.kiro/mcp.json",
761
- "configPathProject": ".kiro/mcp.json",
762
806
  "pathSkills": "$HOME/.kiro/skills",
763
807
  "pathProjectSkills": ".kiro/skills",
764
808
  "detection": {
@@ -771,15 +815,23 @@
771
815
  "$HOME/.kiro"
772
816
  ]
773
817
  },
774
- "supportedTransports": [
775
- "stdio",
776
- "sse",
777
- "http"
778
- ],
779
- "supportsHeaders": true,
780
818
  "priority": "low",
781
819
  "status": "active",
782
- "agentSkillsCompatible": true
820
+ "agentSkillsCompatible": true,
821
+ "capabilities": {
822
+ "mcp": {
823
+ "configKey": "mcpServers",
824
+ "configFormat": "json",
825
+ "configPathGlobal": "$HOME/.kiro/mcp.json",
826
+ "configPathProject": ".kiro/mcp.json",
827
+ "supportedTransports": [
828
+ "stdio",
829
+ "sse",
830
+ "http"
831
+ ],
832
+ "supportsHeaders": true
833
+ }
834
+ }
783
835
  },
784
836
  "amp": {
785
837
  "id": "amp",
@@ -790,10 +842,6 @@
790
842
  "pathGlobal": "$CONFIG/amp",
791
843
  "pathProject": ".amp",
792
844
  "instructFile": "AGENTS.md",
793
- "configKey": "amp.mcpServers",
794
- "configFormat": "json",
795
- "configPathGlobal": "$CONFIG/amp/settings.json",
796
- "configPathProject": ".amp/settings.json",
797
845
  "pathSkills": "$CONFIG/amp/skills",
798
846
  "pathProjectSkills": ".amp/skills",
799
847
  "detection": {
@@ -802,15 +850,23 @@
802
850
  ],
803
851
  "binary": "amp"
804
852
  },
805
- "supportedTransports": [
806
- "stdio",
807
- "sse",
808
- "http"
809
- ],
810
- "supportsHeaders": true,
811
853
  "priority": "low",
812
854
  "status": "active",
813
- "agentSkillsCompatible": true
855
+ "agentSkillsCompatible": true,
856
+ "capabilities": {
857
+ "mcp": {
858
+ "configKey": "amp.mcpServers",
859
+ "configFormat": "json",
860
+ "configPathGlobal": "$CONFIG/amp/settings.json",
861
+ "configPathProject": ".amp/settings.json",
862
+ "supportedTransports": [
863
+ "stdio",
864
+ "sse",
865
+ "http"
866
+ ],
867
+ "supportsHeaders": true
868
+ }
869
+ }
814
870
  },
815
871
  "trae": {
816
872
  "id": "trae",
@@ -821,10 +877,6 @@
821
877
  "pathGlobal": "$HOME/.trae",
822
878
  "pathProject": ".trae",
823
879
  "instructFile": "AGENTS.md",
824
- "configKey": "mcpServers",
825
- "configFormat": "json",
826
- "configPathGlobal": "$HOME/.trae/mcp.json",
827
- "configPathProject": ".trae/mcp.json",
828
880
  "pathSkills": "$HOME/.trae/skills",
829
881
  "pathProjectSkills": ".trae/skills",
830
882
  "detection": {
@@ -837,15 +889,23 @@
837
889
  "$HOME/.trae"
838
890
  ]
839
891
  },
840
- "supportedTransports": [
841
- "stdio",
842
- "sse",
843
- "http"
844
- ],
845
- "supportsHeaders": true,
846
892
  "priority": "low",
847
893
  "status": "active",
848
- "agentSkillsCompatible": true
894
+ "agentSkillsCompatible": true,
895
+ "capabilities": {
896
+ "mcp": {
897
+ "configKey": "mcpServers",
898
+ "configFormat": "json",
899
+ "configPathGlobal": "$HOME/.trae/mcp.json",
900
+ "configPathProject": ".trae/mcp.json",
901
+ "supportedTransports": [
902
+ "stdio",
903
+ "sse",
904
+ "http"
905
+ ],
906
+ "supportsHeaders": true
907
+ }
908
+ }
849
909
  },
850
910
  "aide": {
851
911
  "id": "aide",
@@ -856,10 +916,6 @@
856
916
  "pathGlobal": "$HOME/.aide",
857
917
  "pathProject": ".aide",
858
918
  "instructFile": "AGENTS.md",
859
- "configKey": "mcpServers",
860
- "configFormat": "json",
861
- "configPathGlobal": "$HOME/.aide/mcp.json",
862
- "configPathProject": ".aide/mcp.json",
863
919
  "pathSkills": "$HOME/.aide/skills",
864
920
  "pathProjectSkills": ".aide/skills",
865
921
  "detection": {
@@ -872,14 +928,22 @@
872
928
  "$HOME/.aide"
873
929
  ]
874
930
  },
875
- "supportedTransports": [
876
- "stdio",
877
- "sse"
878
- ],
879
- "supportsHeaders": true,
880
931
  "priority": "low",
881
932
  "status": "beta",
882
- "agentSkillsCompatible": true
933
+ "agentSkillsCompatible": true,
934
+ "capabilities": {
935
+ "mcp": {
936
+ "configKey": "mcpServers",
937
+ "configFormat": "json",
938
+ "configPathGlobal": "$HOME/.aide/mcp.json",
939
+ "configPathProject": ".aide/mcp.json",
940
+ "supportedTransports": [
941
+ "stdio",
942
+ "sse"
943
+ ],
944
+ "supportsHeaders": true
945
+ }
946
+ }
883
947
  },
884
948
  "pear-ai": {
885
949
  "id": "pear-ai",
@@ -892,10 +956,6 @@
892
956
  "pathGlobal": "$HOME/.pear",
893
957
  "pathProject": ".pear",
894
958
  "instructFile": "AGENTS.md",
895
- "configKey": "mcpServers",
896
- "configFormat": "json",
897
- "configPathGlobal": "$HOME/.pear/mcp.json",
898
- "configPathProject": ".pear/mcp.json",
899
959
  "pathSkills": "$HOME/.pear/skills",
900
960
  "pathProjectSkills": ".pear/skills",
901
961
  "detection": {
@@ -908,14 +968,22 @@
908
968
  "$HOME/.pear"
909
969
  ]
910
970
  },
911
- "supportedTransports": [
912
- "stdio",
913
- "sse"
914
- ],
915
- "supportsHeaders": true,
916
971
  "priority": "low",
917
972
  "status": "beta",
918
- "agentSkillsCompatible": true
973
+ "agentSkillsCompatible": true,
974
+ "capabilities": {
975
+ "mcp": {
976
+ "configKey": "mcpServers",
977
+ "configFormat": "json",
978
+ "configPathGlobal": "$HOME/.pear/mcp.json",
979
+ "configPathProject": ".pear/mcp.json",
980
+ "supportedTransports": [
981
+ "stdio",
982
+ "sse"
983
+ ],
984
+ "supportsHeaders": true
985
+ }
986
+ }
919
987
  },
920
988
  "void-ai": {
921
989
  "id": "void-ai",
@@ -928,10 +996,6 @@
928
996
  "pathGlobal": "$HOME/.void",
929
997
  "pathProject": ".void",
930
998
  "instructFile": "AGENTS.md",
931
- "configKey": "mcpServers",
932
- "configFormat": "json",
933
- "configPathGlobal": "$HOME/.void/mcp.json",
934
- "configPathProject": ".void/mcp.json",
935
999
  "pathSkills": "$HOME/.void/skills",
936
1000
  "pathProjectSkills": ".void/skills",
937
1001
  "detection": {
@@ -942,14 +1006,22 @@
942
1006
  "$HOME/.void"
943
1007
  ]
944
1008
  },
945
- "supportedTransports": [
946
- "stdio",
947
- "sse"
948
- ],
949
- "supportsHeaders": true,
950
1009
  "priority": "low",
951
1010
  "status": "beta",
952
- "agentSkillsCompatible": true
1011
+ "agentSkillsCompatible": true,
1012
+ "capabilities": {
1013
+ "mcp": {
1014
+ "configKey": "mcpServers",
1015
+ "configFormat": "json",
1016
+ "configPathGlobal": "$HOME/.void/mcp.json",
1017
+ "configPathProject": ".void/mcp.json",
1018
+ "supportedTransports": [
1019
+ "stdio",
1020
+ "sse"
1021
+ ],
1022
+ "supportsHeaders": true
1023
+ }
1024
+ }
953
1025
  },
954
1026
  "cody": {
955
1027
  "id": "cody",
@@ -962,10 +1034,6 @@
962
1034
  "pathGlobal": "$HOME/.cody",
963
1035
  "pathProject": ".cody",
964
1036
  "instructFile": "AGENTS.md",
965
- "configKey": "mcpServers",
966
- "configFormat": "json",
967
- "configPathGlobal": "$HOME/.cody/mcp.json",
968
- "configPathProject": ".cody/mcp.json",
969
1037
  "pathSkills": "$HOME/.cody/skills",
970
1038
  "pathProjectSkills": ".cody/skills",
971
1039
  "detection": {
@@ -976,14 +1044,22 @@
976
1044
  "$HOME/.cody"
977
1045
  ]
978
1046
  },
979
- "supportedTransports": [
980
- "stdio",
981
- "sse"
982
- ],
983
- "supportsHeaders": true,
984
1047
  "priority": "low",
985
1048
  "status": "active",
986
- "agentSkillsCompatible": true
1049
+ "agentSkillsCompatible": true,
1050
+ "capabilities": {
1051
+ "mcp": {
1052
+ "configKey": "mcpServers",
1053
+ "configFormat": "json",
1054
+ "configPathGlobal": "$HOME/.cody/mcp.json",
1055
+ "configPathProject": ".cody/mcp.json",
1056
+ "supportedTransports": [
1057
+ "stdio",
1058
+ "sse"
1059
+ ],
1060
+ "supportsHeaders": true
1061
+ }
1062
+ }
987
1063
  },
988
1064
  "kilo-code": {
989
1065
  "id": "kilo-code",
@@ -996,10 +1072,6 @@
996
1072
  "pathGlobal": "$HOME/.kilo-code",
997
1073
  "pathProject": ".kilo-code",
998
1074
  "instructFile": "AGENTS.md",
999
- "configKey": "mcpServers",
1000
- "configFormat": "json",
1001
- "configPathGlobal": "$HOME/.kilo-code/mcp_settings.json",
1002
- "configPathProject": ".kilo-code/mcp_settings.json",
1003
1075
  "pathSkills": "$HOME/.kilo-code/skills",
1004
1076
  "pathProjectSkills": ".kilo-code/skills",
1005
1077
  "detection": {
@@ -1010,15 +1082,23 @@
1010
1082
  "$HOME/.kilo-code"
1011
1083
  ]
1012
1084
  },
1013
- "supportedTransports": [
1014
- "stdio",
1015
- "sse",
1016
- "http"
1017
- ],
1018
- "supportsHeaders": true,
1019
1085
  "priority": "low",
1020
1086
  "status": "active",
1021
- "agentSkillsCompatible": true
1087
+ "agentSkillsCompatible": true,
1088
+ "capabilities": {
1089
+ "mcp": {
1090
+ "configKey": "mcpServers",
1091
+ "configFormat": "json",
1092
+ "configPathGlobal": "$HOME/.kilo-code/mcp_settings.json",
1093
+ "configPathProject": ".kilo-code/mcp_settings.json",
1094
+ "supportedTransports": [
1095
+ "stdio",
1096
+ "sse",
1097
+ "http"
1098
+ ],
1099
+ "supportsHeaders": true
1100
+ }
1101
+ }
1022
1102
  },
1023
1103
  "qwen-code": {
1024
1104
  "id": "qwen-code",
@@ -1031,10 +1111,6 @@
1031
1111
  "pathGlobal": "$HOME/.qwen-code",
1032
1112
  "pathProject": ".qwen-code",
1033
1113
  "instructFile": "AGENTS.md",
1034
- "configKey": "mcpServers",
1035
- "configFormat": "json",
1036
- "configPathGlobal": "$HOME/.qwen-code/mcp.json",
1037
- "configPathProject": ".qwen-code/mcp.json",
1038
1114
  "pathSkills": "$HOME/.qwen-code/skills",
1039
1115
  "pathProjectSkills": ".qwen-code/skills",
1040
1116
  "detection": {
@@ -1043,14 +1119,22 @@
1043
1119
  ],
1044
1120
  "binary": "qwen-code"
1045
1121
  },
1046
- "supportedTransports": [
1047
- "stdio",
1048
- "sse"
1049
- ],
1050
- "supportsHeaders": true,
1051
1122
  "priority": "low",
1052
1123
  "status": "beta",
1053
- "agentSkillsCompatible": true
1124
+ "agentSkillsCompatible": true,
1125
+ "capabilities": {
1126
+ "mcp": {
1127
+ "configKey": "mcpServers",
1128
+ "configFormat": "json",
1129
+ "configPathGlobal": "$HOME/.qwen-code/mcp.json",
1130
+ "configPathProject": ".qwen-code/mcp.json",
1131
+ "supportedTransports": [
1132
+ "stdio",
1133
+ "sse"
1134
+ ],
1135
+ "supportsHeaders": true
1136
+ }
1137
+ }
1054
1138
  },
1055
1139
  "openhands": {
1056
1140
  "id": "openhands",
@@ -1061,10 +1145,6 @@
1061
1145
  "pathGlobal": "$HOME/.openhands",
1062
1146
  "pathProject": ".openhands",
1063
1147
  "instructFile": "AGENTS.md",
1064
- "configKey": "mcpServers",
1065
- "configFormat": "json",
1066
- "configPathGlobal": "$HOME/.openhands/mcp.json",
1067
- "configPathProject": ".openhands/mcp.json",
1068
1148
  "pathSkills": "$HOME/.openhands/skills",
1069
1149
  "pathProjectSkills": ".openhands/skills",
1070
1150
  "detection": {
@@ -1077,14 +1157,22 @@
1077
1157
  "$HOME/.openhands"
1078
1158
  ]
1079
1159
  },
1080
- "supportedTransports": [
1081
- "stdio",
1082
- "sse"
1083
- ],
1084
- "supportsHeaders": true,
1085
1160
  "priority": "low",
1086
1161
  "status": "active",
1087
- "agentSkillsCompatible": true
1162
+ "agentSkillsCompatible": true,
1163
+ "capabilities": {
1164
+ "mcp": {
1165
+ "configKey": "mcpServers",
1166
+ "configFormat": "json",
1167
+ "configPathGlobal": "$HOME/.openhands/mcp.json",
1168
+ "configPathProject": ".openhands/mcp.json",
1169
+ "supportedTransports": [
1170
+ "stdio",
1171
+ "sse"
1172
+ ],
1173
+ "supportsHeaders": true
1174
+ }
1175
+ }
1088
1176
  },
1089
1177
  "codebuddy": {
1090
1178
  "id": "codebuddy",
@@ -1095,10 +1183,6 @@
1095
1183
  "pathGlobal": "$HOME/.codebuddy",
1096
1184
  "pathProject": ".codebuddy",
1097
1185
  "instructFile": "AGENTS.md",
1098
- "configKey": "mcpServers",
1099
- "configFormat": "json",
1100
- "configPathGlobal": "$HOME/.codebuddy/mcp.json",
1101
- "configPathProject": ".codebuddy/mcp.json",
1102
1186
  "pathSkills": "$HOME/.codebuddy/skills",
1103
1187
  "pathProjectSkills": ".codebuddy/skills",
1104
1188
  "detection": {
@@ -1109,14 +1193,22 @@
1109
1193
  "$HOME/.codebuddy"
1110
1194
  ]
1111
1195
  },
1112
- "supportedTransports": [
1113
- "stdio",
1114
- "sse"
1115
- ],
1116
- "supportsHeaders": true,
1117
1196
  "priority": "low",
1118
1197
  "status": "beta",
1119
- "agentSkillsCompatible": true
1198
+ "agentSkillsCompatible": true,
1199
+ "capabilities": {
1200
+ "mcp": {
1201
+ "configKey": "mcpServers",
1202
+ "configFormat": "json",
1203
+ "configPathGlobal": "$HOME/.codebuddy/mcp.json",
1204
+ "configPathProject": ".codebuddy/mcp.json",
1205
+ "supportedTransports": [
1206
+ "stdio",
1207
+ "sse"
1208
+ ],
1209
+ "supportsHeaders": true
1210
+ }
1211
+ }
1120
1212
  },
1121
1213
  "codestory": {
1122
1214
  "id": "codestory",
@@ -1127,10 +1219,6 @@
1127
1219
  "pathGlobal": "$HOME/.codestory",
1128
1220
  "pathProject": ".codestory",
1129
1221
  "instructFile": "AGENTS.md",
1130
- "configKey": "mcpServers",
1131
- "configFormat": "json",
1132
- "configPathGlobal": "$HOME/.codestory/mcp.json",
1133
- "configPathProject": ".codestory/mcp.json",
1134
1222
  "pathSkills": "$HOME/.codestory/skills",
1135
1223
  "pathProjectSkills": ".codestory/skills",
1136
1224
  "detection": {
@@ -1141,14 +1229,22 @@
1141
1229
  "$HOME/.codestory"
1142
1230
  ]
1143
1231
  },
1144
- "supportedTransports": [
1145
- "stdio",
1146
- "sse"
1147
- ],
1148
- "supportsHeaders": true,
1149
1232
  "priority": "low",
1150
1233
  "status": "beta",
1151
- "agentSkillsCompatible": true
1234
+ "agentSkillsCompatible": true,
1235
+ "capabilities": {
1236
+ "mcp": {
1237
+ "configKey": "mcpServers",
1238
+ "configFormat": "json",
1239
+ "configPathGlobal": "$HOME/.codestory/mcp.json",
1240
+ "configPathProject": ".codestory/mcp.json",
1241
+ "supportedTransports": [
1242
+ "stdio",
1243
+ "sse"
1244
+ ],
1245
+ "supportsHeaders": true
1246
+ }
1247
+ }
1152
1248
  },
1153
1249
  "aider": {
1154
1250
  "id": "aider",
@@ -1159,10 +1255,6 @@
1159
1255
  "pathGlobal": "$HOME/.aider",
1160
1256
  "pathProject": ".aider",
1161
1257
  "instructFile": "AGENTS.md",
1162
- "configKey": "mcpServers",
1163
- "configFormat": "json",
1164
- "configPathGlobal": "$HOME/.aider/mcp.json",
1165
- "configPathProject": ".aider/mcp.json",
1166
1258
  "pathSkills": "$HOME/.aider/skills",
1167
1259
  "pathProjectSkills": ".aider/skills",
1168
1260
  "detection": {
@@ -1171,14 +1263,22 @@
1171
1263
  ],
1172
1264
  "binary": "aider"
1173
1265
  },
1174
- "supportedTransports": [
1175
- "stdio",
1176
- "sse"
1177
- ],
1178
- "supportsHeaders": false,
1179
1266
  "priority": "low",
1180
1267
  "status": "active",
1181
- "agentSkillsCompatible": false
1268
+ "agentSkillsCompatible": false,
1269
+ "capabilities": {
1270
+ "mcp": {
1271
+ "configKey": "mcpServers",
1272
+ "configFormat": "json",
1273
+ "configPathGlobal": "$HOME/.aider/mcp.json",
1274
+ "configPathProject": ".aider/mcp.json",
1275
+ "supportedTransports": [
1276
+ "stdio",
1277
+ "sse"
1278
+ ],
1279
+ "supportsHeaders": false
1280
+ }
1281
+ }
1182
1282
  },
1183
1283
  "amazon-q": {
1184
1284
  "id": "amazon-q",
@@ -1192,10 +1292,6 @@
1192
1292
  "pathGlobal": "$HOME/.aws/amazonq",
1193
1293
  "pathProject": ".amazonq",
1194
1294
  "instructFile": "AGENTS.md",
1195
- "configKey": "mcpServers",
1196
- "configFormat": "json",
1197
- "configPathGlobal": "$HOME/.aws/amazonq/mcp.json",
1198
- "configPathProject": ".amazonq/mcp.json",
1199
1295
  "pathSkills": "$HOME/.aws/amazonq/skills",
1200
1296
  "pathProjectSkills": ".amazonq/skills",
1201
1297
  "detection": {
@@ -1208,15 +1304,23 @@
1208
1304
  "$HOME/.aws/amazonq"
1209
1305
  ]
1210
1306
  },
1211
- "supportedTransports": [
1212
- "stdio",
1213
- "sse",
1214
- "http"
1215
- ],
1216
- "supportsHeaders": true,
1217
1307
  "priority": "medium",
1218
1308
  "status": "active",
1219
- "agentSkillsCompatible": true
1309
+ "agentSkillsCompatible": true,
1310
+ "capabilities": {
1311
+ "mcp": {
1312
+ "configKey": "mcpServers",
1313
+ "configFormat": "json",
1314
+ "configPathGlobal": "$HOME/.aws/amazonq/mcp.json",
1315
+ "configPathProject": ".amazonq/mcp.json",
1316
+ "supportedTransports": [
1317
+ "stdio",
1318
+ "sse",
1319
+ "http"
1320
+ ],
1321
+ "supportsHeaders": true
1322
+ }
1323
+ }
1220
1324
  },
1221
1325
  "tabnine": {
1222
1326
  "id": "tabnine",
@@ -1227,10 +1331,6 @@
1227
1331
  "pathGlobal": "$HOME/.tabnine",
1228
1332
  "pathProject": ".tabnine",
1229
1333
  "instructFile": "AGENTS.md",
1230
- "configKey": "mcpServers",
1231
- "configFormat": "json",
1232
- "configPathGlobal": "$HOME/.tabnine/mcp_servers.json",
1233
- "configPathProject": ".tabnine/mcp_servers.json",
1234
1334
  "pathSkills": "$HOME/.tabnine/skills",
1235
1335
  "pathProjectSkills": ".tabnine/skills",
1236
1336
  "detection": {
@@ -1241,14 +1341,22 @@
1241
1341
  "$HOME/.tabnine"
1242
1342
  ]
1243
1343
  },
1244
- "supportedTransports": [
1245
- "stdio",
1246
- "sse"
1247
- ],
1248
- "supportsHeaders": true,
1249
1344
  "priority": "low",
1250
1345
  "status": "active",
1251
- "agentSkillsCompatible": false
1346
+ "agentSkillsCompatible": false,
1347
+ "capabilities": {
1348
+ "mcp": {
1349
+ "configKey": "mcpServers",
1350
+ "configFormat": "json",
1351
+ "configPathGlobal": "$HOME/.tabnine/mcp_servers.json",
1352
+ "configPathProject": ".tabnine/mcp_servers.json",
1353
+ "supportedTransports": [
1354
+ "stdio",
1355
+ "sse"
1356
+ ],
1357
+ "supportsHeaders": true
1358
+ }
1359
+ }
1252
1360
  },
1253
1361
  "augment": {
1254
1362
  "id": "augment",
@@ -1261,10 +1369,6 @@
1261
1369
  "pathGlobal": "$HOME/.augment",
1262
1370
  "pathProject": ".augment",
1263
1371
  "instructFile": "AGENTS.md",
1264
- "configKey": "mcpServers",
1265
- "configFormat": "json",
1266
- "configPathGlobal": "$HOME/.augment/mcp.json",
1267
- "configPathProject": ".augment/mcp.json",
1268
1372
  "pathSkills": "$HOME/.augment/commands",
1269
1373
  "pathProjectSkills": ".augment/commands",
1270
1374
  "detection": {
@@ -1275,15 +1379,23 @@
1275
1379
  "$HOME/.augment"
1276
1380
  ]
1277
1381
  },
1278
- "supportedTransports": [
1279
- "stdio",
1280
- "sse",
1281
- "http"
1282
- ],
1283
- "supportsHeaders": true,
1284
1382
  "priority": "low",
1285
1383
  "status": "active",
1286
- "agentSkillsCompatible": true
1384
+ "agentSkillsCompatible": true,
1385
+ "capabilities": {
1386
+ "mcp": {
1387
+ "configKey": "mcpServers",
1388
+ "configFormat": "json",
1389
+ "configPathGlobal": "$HOME/.augment/mcp.json",
1390
+ "configPathProject": ".augment/mcp.json",
1391
+ "supportedTransports": [
1392
+ "stdio",
1393
+ "sse",
1394
+ "http"
1395
+ ],
1396
+ "supportsHeaders": true
1397
+ }
1398
+ }
1287
1399
  },
1288
1400
  "devin": {
1289
1401
  "id": "devin",
@@ -1294,24 +1406,28 @@
1294
1406
  "pathGlobal": "",
1295
1407
  "pathProject": "",
1296
1408
  "instructFile": "AGENTS.md",
1297
- "configKey": "mcpServers",
1298
- "configFormat": "json",
1299
- "configPathGlobal": "",
1300
- "configPathProject": null,
1301
1409
  "pathSkills": "",
1302
1410
  "pathProjectSkills": "",
1303
1411
  "detection": {
1304
1412
  "methods": []
1305
1413
  },
1306
- "supportedTransports": [
1307
- "stdio",
1308
- "sse",
1309
- "http"
1310
- ],
1311
- "supportsHeaders": true,
1312
1414
  "priority": "low",
1313
1415
  "status": "active",
1314
- "agentSkillsCompatible": false
1416
+ "agentSkillsCompatible": false,
1417
+ "capabilities": {
1418
+ "mcp": {
1419
+ "configKey": "mcpServers",
1420
+ "configFormat": "json",
1421
+ "configPathGlobal": "",
1422
+ "configPathProject": null,
1423
+ "supportedTransports": [
1424
+ "stdio",
1425
+ "sse",
1426
+ "http"
1427
+ ],
1428
+ "supportsHeaders": true
1429
+ }
1430
+ }
1315
1431
  },
1316
1432
  "mentat": {
1317
1433
  "id": "mentat",
@@ -1322,10 +1438,6 @@
1322
1438
  "pathGlobal": "$HOME/.mentat",
1323
1439
  "pathProject": ".mentat",
1324
1440
  "instructFile": "AGENTS.md",
1325
- "configKey": "mcpServers",
1326
- "configFormat": "json",
1327
- "configPathGlobal": "$HOME/.mentat/mcp.json",
1328
- "configPathProject": ".mentat/mcp.json",
1329
1441
  "pathSkills": "$HOME/.mentat/skills",
1330
1442
  "pathProjectSkills": ".mentat/skills",
1331
1443
  "detection": {
@@ -1334,13 +1446,21 @@
1334
1446
  ],
1335
1447
  "binary": "mentat"
1336
1448
  },
1337
- "supportedTransports": [
1338
- "stdio"
1339
- ],
1340
- "supportsHeaders": false,
1341
1449
  "priority": "low",
1342
1450
  "status": "planned",
1343
- "agentSkillsCompatible": false
1451
+ "agentSkillsCompatible": false,
1452
+ "capabilities": {
1453
+ "mcp": {
1454
+ "configKey": "mcpServers",
1455
+ "configFormat": "json",
1456
+ "configPathGlobal": "$HOME/.mentat/mcp.json",
1457
+ "configPathProject": ".mentat/mcp.json",
1458
+ "supportedTransports": [
1459
+ "stdio"
1460
+ ],
1461
+ "supportsHeaders": false
1462
+ }
1463
+ }
1344
1464
  },
1345
1465
  "blackbox-ai": {
1346
1466
  "id": "blackbox-ai",
@@ -1353,10 +1473,6 @@
1353
1473
  "pathGlobal": "$HOME/.blackbox",
1354
1474
  "pathProject": ".blackbox",
1355
1475
  "instructFile": "AGENTS.md",
1356
- "configKey": "mcpServers",
1357
- "configFormat": "json",
1358
- "configPathGlobal": "$HOME/.blackbox/mcp.json",
1359
- "configPathProject": ".blackbox/mcp.json",
1360
1476
  "pathSkills": "$HOME/.blackbox/skills",
1361
1477
  "pathProjectSkills": ".blackbox/skills",
1362
1478
  "detection": {
@@ -1369,14 +1485,22 @@
1369
1485
  "$HOME/.blackbox"
1370
1486
  ]
1371
1487
  },
1372
- "supportedTransports": [
1373
- "stdio",
1374
- "sse"
1375
- ],
1376
- "supportsHeaders": true,
1377
1488
  "priority": "low",
1378
1489
  "status": "planned",
1379
- "agentSkillsCompatible": false
1490
+ "agentSkillsCompatible": false,
1491
+ "capabilities": {
1492
+ "mcp": {
1493
+ "configKey": "mcpServers",
1494
+ "configFormat": "json",
1495
+ "configPathGlobal": "$HOME/.blackbox/mcp.json",
1496
+ "configPathProject": ".blackbox/mcp.json",
1497
+ "supportedTransports": [
1498
+ "stdio",
1499
+ "sse"
1500
+ ],
1501
+ "supportsHeaders": true
1502
+ }
1503
+ }
1380
1504
  },
1381
1505
  "sourcery": {
1382
1506
  "id": "sourcery",
@@ -1387,10 +1511,6 @@
1387
1511
  "pathGlobal": "$HOME/.config/sourcery",
1388
1512
  "pathProject": ".sourcery",
1389
1513
  "instructFile": "AGENTS.md",
1390
- "configKey": "mcpServers",
1391
- "configFormat": "json",
1392
- "configPathGlobal": "$HOME/.config/sourcery/mcp.json",
1393
- "configPathProject": ".sourcery/mcp.json",
1394
1514
  "pathSkills": "$HOME/.config/sourcery/skills",
1395
1515
  "pathProjectSkills": ".sourcery/skills",
1396
1516
  "detection": {
@@ -1399,13 +1519,21 @@
1399
1519
  ],
1400
1520
  "binary": "sourcery"
1401
1521
  },
1402
- "supportedTransports": [
1403
- "stdio"
1404
- ],
1405
- "supportsHeaders": false,
1406
1522
  "priority": "low",
1407
1523
  "status": "planned",
1408
- "agentSkillsCompatible": false
1524
+ "agentSkillsCompatible": false,
1525
+ "capabilities": {
1526
+ "mcp": {
1527
+ "configKey": "mcpServers",
1528
+ "configFormat": "json",
1529
+ "configPathGlobal": "$HOME/.config/sourcery/mcp.json",
1530
+ "configPathProject": ".sourcery/mcp.json",
1531
+ "supportedTransports": [
1532
+ "stdio"
1533
+ ],
1534
+ "supportsHeaders": false
1535
+ }
1536
+ }
1409
1537
  },
1410
1538
  "replit-agent": {
1411
1539
  "id": "replit-agent",
@@ -1418,23 +1546,27 @@
1418
1546
  "pathGlobal": "",
1419
1547
  "pathProject": ".replit",
1420
1548
  "instructFile": "AGENTS.md",
1421
- "configKey": "mcpServers",
1422
- "configFormat": "json",
1423
- "configPathGlobal": "",
1424
- "configPathProject": null,
1425
1549
  "pathSkills": "",
1426
1550
  "pathProjectSkills": "",
1427
1551
  "detection": {
1428
1552
  "methods": []
1429
1553
  },
1430
- "supportedTransports": [
1431
- "sse",
1432
- "http"
1433
- ],
1434
- "supportsHeaders": true,
1435
1554
  "priority": "low",
1436
1555
  "status": "active",
1437
- "agentSkillsCompatible": false
1556
+ "agentSkillsCompatible": false,
1557
+ "capabilities": {
1558
+ "mcp": {
1559
+ "configKey": "mcpServers",
1560
+ "configFormat": "json",
1561
+ "configPathGlobal": "",
1562
+ "configPathProject": null,
1563
+ "supportedTransports": [
1564
+ "sse",
1565
+ "http"
1566
+ ],
1567
+ "supportsHeaders": true
1568
+ }
1569
+ }
1438
1570
  },
1439
1571
  "jetbrains-ai": {
1440
1572
  "id": "jetbrains-ai",
@@ -1447,10 +1579,6 @@
1447
1579
  "pathGlobal": "$HOME/.jetbrains",
1448
1580
  "pathProject": ".idea",
1449
1581
  "instructFile": "AGENTS.md",
1450
- "configKey": "mcpServers",
1451
- "configFormat": "json",
1452
- "configPathGlobal": "$HOME/.jetbrains/mcp.json",
1453
- "configPathProject": ".idea/mcp.json",
1454
1582
  "pathSkills": "$HOME/.jetbrains/skills",
1455
1583
  "pathProjectSkills": ".idea/skills",
1456
1584
  "detection": {
@@ -1461,15 +1589,23 @@
1461
1589
  "$HOME/.jetbrains"
1462
1590
  ]
1463
1591
  },
1464
- "supportedTransports": [
1465
- "stdio",
1466
- "sse",
1467
- "http"
1468
- ],
1469
- "supportsHeaders": true,
1470
1592
  "priority": "low",
1471
1593
  "status": "active",
1472
- "agentSkillsCompatible": false
1594
+ "agentSkillsCompatible": false,
1595
+ "capabilities": {
1596
+ "mcp": {
1597
+ "configKey": "mcpServers",
1598
+ "configFormat": "json",
1599
+ "configPathGlobal": "$HOME/.jetbrains/mcp.json",
1600
+ "configPathProject": ".idea/mcp.json",
1601
+ "supportedTransports": [
1602
+ "stdio",
1603
+ "sse",
1604
+ "http"
1605
+ ],
1606
+ "supportsHeaders": true
1607
+ }
1608
+ }
1473
1609
  },
1474
1610
  "codegen": {
1475
1611
  "id": "codegen",
@@ -1480,10 +1616,6 @@
1480
1616
  "pathGlobal": "$HOME/.codegen",
1481
1617
  "pathProject": ".codegen",
1482
1618
  "instructFile": "AGENTS.md",
1483
- "configKey": "mcpServers",
1484
- "configFormat": "json",
1485
- "configPathGlobal": "$HOME/.codegen/mcp.json",
1486
- "configPathProject": ".codegen/mcp.json",
1487
1619
  "pathSkills": "$HOME/.codegen/skills",
1488
1620
  "pathProjectSkills": ".codegen/skills",
1489
1621
  "detection": {
@@ -1494,15 +1626,23 @@
1494
1626
  "$HOME/.codegen"
1495
1627
  ]
1496
1628
  },
1497
- "supportedTransports": [
1498
- "stdio",
1499
- "sse",
1500
- "http"
1501
- ],
1502
- "supportsHeaders": true,
1503
1629
  "priority": "low",
1504
1630
  "status": "planned",
1505
- "agentSkillsCompatible": false
1631
+ "agentSkillsCompatible": false,
1632
+ "capabilities": {
1633
+ "mcp": {
1634
+ "configKey": "mcpServers",
1635
+ "configFormat": "json",
1636
+ "configPathGlobal": "$HOME/.codegen/mcp.json",
1637
+ "configPathProject": ".codegen/mcp.json",
1638
+ "supportedTransports": [
1639
+ "stdio",
1640
+ "sse",
1641
+ "http"
1642
+ ],
1643
+ "supportsHeaders": true
1644
+ }
1645
+ }
1506
1646
  },
1507
1647
  "double": {
1508
1648
  "id": "double",
@@ -1513,10 +1653,6 @@
1513
1653
  "pathGlobal": "$HOME/.double",
1514
1654
  "pathProject": ".double",
1515
1655
  "instructFile": "AGENTS.md",
1516
- "configKey": "mcpServers",
1517
- "configFormat": "json",
1518
- "configPathGlobal": "$HOME/.double/mcp.json",
1519
- "configPathProject": ".double/mcp.json",
1520
1656
  "pathSkills": "$HOME/.double/skills",
1521
1657
  "pathProjectSkills": ".double/skills",
1522
1658
  "detection": {
@@ -1527,14 +1663,22 @@
1527
1663
  "$HOME/.double"
1528
1664
  ]
1529
1665
  },
1530
- "supportedTransports": [
1531
- "stdio",
1532
- "sse"
1533
- ],
1534
- "supportsHeaders": true,
1535
1666
  "priority": "low",
1536
1667
  "status": "planned",
1537
- "agentSkillsCompatible": false
1668
+ "agentSkillsCompatible": false,
1669
+ "capabilities": {
1670
+ "mcp": {
1671
+ "configKey": "mcpServers",
1672
+ "configFormat": "json",
1673
+ "configPathGlobal": "$HOME/.double/mcp.json",
1674
+ "configPathProject": ".double/mcp.json",
1675
+ "supportedTransports": [
1676
+ "stdio",
1677
+ "sse"
1678
+ ],
1679
+ "supportsHeaders": true
1680
+ }
1681
+ }
1538
1682
  },
1539
1683
  "copilot-cli": {
1540
1684
  "id": "copilot-cli",
@@ -1547,10 +1691,6 @@
1547
1691
  "pathGlobal": "$HOME/.copilot",
1548
1692
  "pathProject": "",
1549
1693
  "instructFile": "AGENTS.md",
1550
- "configKey": "mcpServers",
1551
- "configFormat": "json",
1552
- "configPathGlobal": "$HOME/.copilot/mcp-config.json",
1553
- "configPathProject": null,
1554
1694
  "pathSkills": "$HOME/.copilot/skills",
1555
1695
  "pathProjectSkills": "",
1556
1696
  "detection": {
@@ -1563,15 +1703,23 @@
1563
1703
  "$HOME/.copilot"
1564
1704
  ]
1565
1705
  },
1566
- "supportedTransports": [
1567
- "stdio",
1568
- "sse",
1569
- "http"
1570
- ],
1571
- "supportsHeaders": true,
1572
1706
  "priority": "medium",
1573
1707
  "status": "active",
1574
- "agentSkillsCompatible": true
1708
+ "agentSkillsCompatible": true,
1709
+ "capabilities": {
1710
+ "mcp": {
1711
+ "configKey": "mcpServers",
1712
+ "configFormat": "json",
1713
+ "configPathGlobal": "$HOME/.copilot/mcp-config.json",
1714
+ "configPathProject": null,
1715
+ "supportedTransports": [
1716
+ "stdio",
1717
+ "sse",
1718
+ "http"
1719
+ ],
1720
+ "supportsHeaders": true
1721
+ }
1722
+ }
1575
1723
  },
1576
1724
  "swe-agent": {
1577
1725
  "id": "swe-agent",
@@ -1584,10 +1732,6 @@
1584
1732
  "pathGlobal": "$HOME/.swe-agent",
1585
1733
  "pathProject": "",
1586
1734
  "instructFile": "AGENTS.md",
1587
- "configKey": "mcpServers",
1588
- "configFormat": "yaml",
1589
- "configPathGlobal": "$HOME/.swe-agent/config.yaml",
1590
- "configPathProject": null,
1591
1735
  "pathSkills": "",
1592
1736
  "pathProjectSkills": "",
1593
1737
  "detection": {
@@ -1596,13 +1740,21 @@
1596
1740
  ],
1597
1741
  "binary": "sweagent"
1598
1742
  },
1599
- "supportedTransports": [
1600
- "stdio"
1601
- ],
1602
- "supportsHeaders": false,
1603
1743
  "priority": "low",
1604
1744
  "status": "active",
1605
- "agentSkillsCompatible": false
1745
+ "agentSkillsCompatible": false,
1746
+ "capabilities": {
1747
+ "mcp": {
1748
+ "configKey": "mcpServers",
1749
+ "configFormat": "yaml",
1750
+ "configPathGlobal": "$HOME/.swe-agent/config.yaml",
1751
+ "configPathProject": null,
1752
+ "supportedTransports": [
1753
+ "stdio"
1754
+ ],
1755
+ "supportsHeaders": false
1756
+ }
1757
+ }
1606
1758
  },
1607
1759
  "forge": {
1608
1760
  "id": "forge",
@@ -1615,10 +1767,6 @@
1615
1767
  "pathGlobal": "$HOME/.forge",
1616
1768
  "pathProject": ".forge",
1617
1769
  "instructFile": "AGENTS.md",
1618
- "configKey": "mcpServers",
1619
- "configFormat": "json",
1620
- "configPathGlobal": "$HOME/.forge/mcp.json",
1621
- "configPathProject": ".mcp.json",
1622
1770
  "pathSkills": "$HOME/.forge/skills",
1623
1771
  "pathProjectSkills": ".forge/skills",
1624
1772
  "detection": {
@@ -1627,15 +1775,23 @@
1627
1775
  ],
1628
1776
  "binary": "forge"
1629
1777
  },
1630
- "supportedTransports": [
1631
- "stdio",
1632
- "sse",
1633
- "http"
1634
- ],
1635
- "supportsHeaders": true,
1636
1778
  "priority": "low",
1637
1779
  "status": "active",
1638
- "agentSkillsCompatible": true
1780
+ "agentSkillsCompatible": true,
1781
+ "capabilities": {
1782
+ "mcp": {
1783
+ "configKey": "mcpServers",
1784
+ "configFormat": "json",
1785
+ "configPathGlobal": "$HOME/.forge/mcp.json",
1786
+ "configPathProject": ".mcp.json",
1787
+ "supportedTransports": [
1788
+ "stdio",
1789
+ "sse",
1790
+ "http"
1791
+ ],
1792
+ "supportsHeaders": true
1793
+ }
1794
+ }
1639
1795
  },
1640
1796
  "gemini-code-assist": {
1641
1797
  "id": "gemini-code-assist",
@@ -1648,10 +1804,6 @@
1648
1804
  "pathGlobal": "$HOME/.gemini",
1649
1805
  "pathProject": ".gemini",
1650
1806
  "instructFile": "GEMINI.md",
1651
- "configKey": "mcpServers",
1652
- "configFormat": "json",
1653
- "configPathGlobal": "$HOME/.gemini/settings.json",
1654
- "configPathProject": ".gemini/settings.json",
1655
1807
  "pathSkills": "$HOME/.gemini/skills",
1656
1808
  "pathProjectSkills": ".gemini/skills",
1657
1809
  "detection": {
@@ -1662,15 +1814,158 @@
1662
1814
  "$HOME/.gemini"
1663
1815
  ]
1664
1816
  },
1665
- "supportedTransports": [
1666
- "stdio",
1667
- "sse",
1668
- "http"
1669
- ],
1670
- "supportsHeaders": true,
1671
1817
  "priority": "low",
1672
1818
  "status": "active",
1673
- "agentSkillsCompatible": true
1819
+ "agentSkillsCompatible": true,
1820
+ "capabilities": {
1821
+ "mcp": {
1822
+ "configKey": "mcpServers",
1823
+ "configFormat": "json",
1824
+ "configPathGlobal": "$HOME/.gemini/settings.json",
1825
+ "configPathProject": ".gemini/settings.json",
1826
+ "supportedTransports": [
1827
+ "stdio",
1828
+ "sse",
1829
+ "http"
1830
+ ],
1831
+ "supportsHeaders": true
1832
+ }
1833
+ }
1834
+ },
1835
+ "pi": {
1836
+ "id": "pi",
1837
+ "toolName": "Pi Coding Agent",
1838
+ "vendor": "Mario Zechner",
1839
+ "agentFlag": "pi",
1840
+ "aliases": [
1841
+ "pi-coding-agent",
1842
+ "pi-mono"
1843
+ ],
1844
+ "pathGlobal": "$HOME/.pi/agent",
1845
+ "pathProject": ".pi",
1846
+ "instructFile": "AGENTS.md",
1847
+ "pathSkills": "$HOME/.pi/agent/skills",
1848
+ "pathProjectSkills": ".pi/skills",
1849
+ "detection": {
1850
+ "methods": [
1851
+ "binary",
1852
+ "directory"
1853
+ ],
1854
+ "binary": "pi",
1855
+ "directories": [
1856
+ "$HOME/.pi/agent"
1857
+ ]
1858
+ },
1859
+ "priority": "primary",
1860
+ "status": "active",
1861
+ "agentSkillsCompatible": true,
1862
+ "capabilities": {
1863
+ "harness": {
1864
+ "kind": "orchestrator",
1865
+ "spawnTargets": [
1866
+ "aide",
1867
+ "aider",
1868
+ "amazon-q",
1869
+ "amp",
1870
+ "antigravity",
1871
+ "augment",
1872
+ "blackbox-ai",
1873
+ "claude-code",
1874
+ "claude-desktop",
1875
+ "cline",
1876
+ "codebuddy",
1877
+ "codegen",
1878
+ "codestory",
1879
+ "codex",
1880
+ "cody",
1881
+ "continue",
1882
+ "copilot-cli",
1883
+ "cursor",
1884
+ "devin",
1885
+ "double",
1886
+ "forge",
1887
+ "gemini-cli",
1888
+ "gemini-code-assist",
1889
+ "github-copilot",
1890
+ "goose",
1891
+ "jetbrains-ai",
1892
+ "kilo-code",
1893
+ "kimi",
1894
+ "kiro-cli",
1895
+ "mentat",
1896
+ "opencode",
1897
+ "openhands",
1898
+ "pear-ai",
1899
+ "qwen-code",
1900
+ "replit-agent",
1901
+ "roo",
1902
+ "sourcery",
1903
+ "swe-agent",
1904
+ "tabnine",
1905
+ "trae",
1906
+ "void-ai",
1907
+ "vscode",
1908
+ "windsurf",
1909
+ "zed"
1910
+ ],
1911
+ "supportsConductorLoop": true,
1912
+ "supportsStageGuidance": true,
1913
+ "supportsCantBridge": true,
1914
+ "extensionsPath": "$HOME/.pi/agent/extensions",
1915
+ "globalExtensionsHub": "$CLEO_HOME/pi-extensions"
1916
+ },
1917
+ "skills": {
1918
+ "precedence": "agents-canonical",
1919
+ "agentsGlobalPath": "$HOME/.pi/agent/skills",
1920
+ "agentsProjectPath": ".pi/skills"
1921
+ },
1922
+ "hooks": {
1923
+ "supported": [
1924
+ "session_start",
1925
+ "session_shutdown",
1926
+ "session_switch",
1927
+ "session_fork",
1928
+ "before_agent_start",
1929
+ "agent_start",
1930
+ "agent_end",
1931
+ "turn_start",
1932
+ "turn_end",
1933
+ "message_start",
1934
+ "message_update",
1935
+ "message_end",
1936
+ "context",
1937
+ "before_provider_request",
1938
+ "tool_call",
1939
+ "tool_result",
1940
+ "tool_execution_start",
1941
+ "tool_execution_end",
1942
+ "input",
1943
+ "user_bash",
1944
+ "model_select",
1945
+ "resources_discover"
1946
+ ],
1947
+ "hookConfigPath": "$HOME/.pi/agent/extensions",
1948
+ "hookConfigPathProject": ".pi/extensions",
1949
+ "hookFormat": "typescript-directory",
1950
+ "nativeEventCatalog": "pi",
1951
+ "canInjectSystemPrompt": true,
1952
+ "canBlockTools": true
1953
+ },
1954
+ "spawn": {
1955
+ "supportsSubagents": true,
1956
+ "supportsProgrammaticSpawn": true,
1957
+ "supportsInterAgentComms": true,
1958
+ "supportsParallelSpawn": true,
1959
+ "spawnMechanism": "native-child-process",
1960
+ "spawnCommand": [
1961
+ "pi",
1962
+ "--mode",
1963
+ "json",
1964
+ "-p",
1965
+ "--no-session"
1966
+ ]
1967
+ }
1968
+ }
1674
1969
  }
1675
1970
  }
1676
1971
  }