Kiro官方网站和实测体验
2025-08-21 17:35:55 1 次阅读
官方网站:Kiro: The AI IDE for prototype to production
实测体验
2025年8月16日,获得体验资格,大模型支持Claude 3.7和Claude 4.0。
2025年8月21日,不好用,文件和文件夹不支持拖动到聊天对话框。太贵,20美元只有225 vibe requests和125 spec requests。vibe requests用于常规任务,spec requests用于复杂任务。实测轻量使用1天用掉43 vibe requests。
MCP配置
默认每个MCP命令都需要手工确认,很麻烦,提供一个常用MCP配置文件。
文件位置:C:\Users\用户名\.kiro\settings\mcp.json
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp@latest"],
"env": {
"DEFAULT_MINIMUM_TOKENS": "10000"
},
"disabled": false,
"autoApprove": ["resolve-library-id", "get-library-docs"]
},
"playwright": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"],
"disabled": false,
"autoApprove": [
"playwright_navigate",
"playwright_screenshot",
"playwright_click",
"playwright_iframe_click",
"playwright_iframe_fill",
"playwright_fill",
"playwright_select",
"playwright_hover",
"playwright_upload_file",
"playwright_evaluate",
"playwright_console_logs",
"playwright_close",
"playwright_get",
"playwright_post",
"playwright_put",
"playwright_patch",
"playwright_delete",
"playwright_expect_response",
"playwright_assert_response",
"playwright_custom_user_agent",
"playwright_get_visible_text",
"playwright_get_visible_html",
"playwright_go_back",
"playwright_go_forward",
"playwright_drag",
"playwright_press_key",
"playwright_save_as_pdf",
"playwright_click_and_switch_tab",
"start_codegen_session",
"end_codegen_session",
"get_codegen_session",
"clear_codegen_session"
]
},
"Sequential Thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
"env": {},
"disabled": false,
"autoApprove": ["sequentialthinking"]
}
}
}
转载请注明转自www.hylab.cn,原文地址:Kiro官方网站和实测体验