{ "id": "kiro", "display_name": "Kiro IDE", "description": "Add a one-click button to launch Kiro IDE", "icon": "/icon/kiro.svg", "category": "IDE", "tags": [ "ide", "kiro", "ai", "aws" ], "compatible_os": [ "linux" ], "conflicts_with": [], "pinned_version": "1.2.1", "variables": [ { "name": "agent_id", "type": "string", "description": "The ID of a Coder agent.", "required": false, "sensitive": false, "computed": true }, { "name": "folder", "type": "string", "description": "The folder to open in Kiro IDE.", "default": "", "required": false, "sensitive": false, "computed": false }, { "name": "mcp", "type": "string", "description": "JSON-encoded string to configure MCP servers for Kiro. When set, writes ~/.kiro/settings/mcp.json.", "default": "", "required": false, "sensitive": false, "computed": false }, { "name": "open_recent", "type": "bool", "description": "Open the most recent workspace or folder.", "default": false, "required": false, "sensitive": false, "computed": false } ] }