Kiro官方网站和实测体验
官方网站: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"]
}
}
}
最后更新于6月前
本文由人工编写,AI优化,转载请注明原文地址: Kiro官方网站和实测体验
推荐阅读
使用vtk.js加载vtu格式(UnstructuredGrid)的文件
3472025-12-02
Kaggle数据科学平台完全指南:竞赛、学习与社区全解析
2192025-11-23
VMware Workstation 17许可证密钥及免费激活方法详解
25962025-10-26
Windows系统PyTorch安装教程:CUDA 12.1环境配置与TorchText版本兼容性指南
22602025-10-08
Kaggle Notebook性能实测:免费GPU主机配置与运行时间分析
7202025-11-23
VMware Workstation 16激活码及许可证密钥获取方法
20732025-10-26
评论 (0)
发表评论
昵称:加载中...
暂无评论,快来发表第一条评论吧!