docs: update with Kiro IDE MCP Servers details (#1143)

Added Kiro IDE MCP Servers documentation with example configuration.
This commit is contained in:
Doan Bac Tam
2025-10-22 08:40:09 +07:00
committed by GitHub
parent 7da5e7273c
commit 67ed859c2a

View File

@@ -128,6 +128,25 @@ Follow the MCP install [guide](https://github.com/google-gemini/gemini-cli/blob/
Go to `Advanced settings` -> `Extensions` -> `Add custom extension`. Name to your liking, use type `STDIO`, and set the `command` to `npx @playwright/mcp`. Click "Add Extension".
</details>
<details>
<summary>Kiro</summary>
Follow the MCP Servers [documentation](https://kiro.dev/docs/mcp/). For example in `.kiro/settings/mcp.json`:
```json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
}
```
</details>
<details>
<summary>LM Studio</summary>