Skip to content

docs: Add one-click "Add to Kiro" install badge#271

Open
AnilMaktala wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
AnilMaktala:add-kiro-badge
Open

docs: Add one-click "Add to Kiro" install badge#271
AnilMaktala wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
AnilMaktala:add-kiro-badge

Conversation

@AnilMaktala
Copy link
Copy Markdown

Adds one-click install for Kiro, an AI-powered IDE.

When clicked, Kiro auto-configures this MCP server — no manual JSON editing needed.

  • Added Kiro to the MCP client documentation links list
  • Added a "Using Kiro" subsection under "Set up as local MCP server", following the same pattern as the existing "Using Node.js" and "Using Docker" subsections
  • Includes one-click badge plus manual JSON config
  • Links to Kiro MCP documentation

Only the README is modified — no other content changed.

@google-cla
Copy link
Copy Markdown

google-cla Bot commented Apr 23, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the README.md to include Kiro as a supported MCP client and provides a new section with its configuration details. A review comment suggests removing unnecessary indentation from the Kiro configuration code block to ensure consistent Markdown formatting and rendering.

Comment thread README.md
Comment on lines +155 to +164
```json
{
"mcpServers": {
"cloud-run": {
"command": "npx",
"args": ["-y", "@google-cloud/cloud-run-mcp"]
}
}
}
```
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The code block for the Kiro configuration is indented by 3 spaces, which is inconsistent with other top-level code blocks in this document (such as the one at the beginning of the file). In Markdown, fenced code blocks should not be indented unless they are nested within a list item or another block element. Removing the leading spaces will ensure consistent formatting and correct rendering across different Markdown parsers.

Suggested change
```json
{
"mcpServers": {
"cloud-run": {
"command": "npx",
"args": ["-y", "@google-cloud/cloud-run-mcp"]
}
}
}
```
{
"mcpServers": {
"cloud-run": {
"command": "npx",
"args": ["-y", "@google-cloud/cloud-run-mcp"]
}
}
}

@shruti-mantri
Copy link
Copy Markdown
Collaborator

@AnilMaktala Can you please sign the Google CLA?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants