feat: add MCP support for Kiro (same servers than claude code)#412
Open
jeromevdl wants to merge 3 commits into
Open
feat: add MCP support for Kiro (same servers than claude code)#412jeromevdl wants to merge 3 commits into
jeromevdl wants to merge 3 commits into
Conversation
Adds the Kiro counterpart to t110: validates dist/kiro/.kiro/settings/mcp.json shape/cardinality/secrets and guards that every @<server> grant across the three Kiro agent JSONs names a declared server (catches dangling/typo'd grants). Also reword the CHANGELOG $schema bullet with the correct reason (the old schema's additionalProperties:false + useLegacyMcpJson would fail self-validation once includeMcpJson is added), per review.
Kiro IDE drives MCP entirely from .kiro/settings/mcp.json (workspace-wide); unlike the CLI it has no per-agent includeMcpJson/@server grant model. So the IDE ships the same 5-server registry (context7 + 4 AWS) but no agent-JSON changes. Extends t111 registry-integrity checks across both kiro and kiro-ide dist roots (with a byte-identical guard) while keeping the @server grant-model checks CLI-only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add the same MCP servers than Claude Code (AWS + Context7)
Recreates #358 (its original base branch
v2-unifiedwas deleted); rebased ontov2.Changes
+ regenerated the dist
+ version/changelog
User experience
includeMcpJsonin the 2 agents (not in main one).Checklist
If your change doesn't seem to apply, please leave them unchecked.
Test Plan
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.