Skip to content

feat: map add-mcp hosts added after 2.0 - #4

Merged
kody-bot merged 1 commit into
mainfrom
cursor/map-add-mcp-hosts-dd62
Sep 11, 2026
Merged

feat: map add-mcp hosts added after 2.0#4
kody-bot merged 1 commit into
mainfrom
cursor/map-add-mcp-hosts-dd62

Conversation

@kentcdodds

Copy link
Copy Markdown
Owner

Problem

The validate job on main failed at run 32588308071 (main (lts/*)), dated 2026-08-22. Install and Node setup succeeded. npm run validate failed one test:

✖ every add-mcp agent is mapped or intentionally skipped
AssertionError: missing add-mcp mapping for kilo-code

This was not caused by the docs commit (docs: recommend MCP install over long-term CLI use (#3)). CI installs add-mcp without a lockfile (^2.0.0). add-mcp@2.1.0 published the same day (~30 minutes earlier) added kilo-code to getAgentTypes(). Later 2.2–2.4 releases also added fx, kimi-code, kiro-cli, mastracode, and pi, so a kilo-only skip would fail again today.

Fix

Map every current add-mcp agent (except the existing intentional Claude Desktop skip) and bump the dependency to ^2.4.0:

  • kilo-code (aliases kilo, kilocode)
  • kimi-code (alias kimi)
  • kiro-cli (alias kiro)
  • mastracode (alias mastra)
  • fx
  • pi (alias pi-agent)

kody install --clients … writes these through add-mcp the same way as Windsurf/Zed/Cline. Detection matches local process names; config paths follow the add-mcp 2.4 docs.

Risk

Medium. New install targets, but writing goes through add-mcp (already the catalog owner). No login/MCP protocol changes.

Verify

  • Local: npm run validate
  • CI: matrix lts/-1, lts/*, latest
Open in Web Open in Cursor 

CI installs add-mcp without a lockfile. 2.1.0 added kilo-code and later
releases added fx, kimi-code, kiro-cli, mastracode, and pi, so the
catalog-coverage test failed on main after a docs-only push.

Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
@kentcdodds
kentcdodds marked this pull request as ready for review September 11, 2026 22:42
@kentcdodds

Copy link
Copy Markdown
Owner Author

bugbot run

@cursor

cursor Bot commented Sep 11, 2026

Copy link
Copy Markdown

Skipping Bugbot: Bugbot is disabled for this repository. Visit the Bugbot dashboard to update your settings.

@kody-bot
kody-bot merged commit 48e7406 into main Sep 11, 2026
5 checks passed
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants