Revert "Add Kiro IDE support (.kiro/) (#548)"

This reverts commit ce828c1c3c.
This commit is contained in:
Affaan Mustafa
2026-03-20 01:58:19 -07:00
parent ce828c1c3c
commit 47f508ec21
85 changed files with 0 additions and 12110 deletions

View File

@@ -1,50 +0,0 @@
{
"mcpServers": {
"bedrock-agentcore-mcp-server": {
"command": "uvx",
"args": [
"awslabs.amazon-bedrock-agentcore-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": [
"search_agentcore_docs",
"fetch_agentcore_doc",
"manage_agentcore_memory"
]
},
"strands-agents": {
"command": "uvx",
"args": [
"strands-agents-mcp-server"
],
"env": {
"FASTMCP_LOG_LEVEL": "INFO"
},
"disabled": false,
"autoApprove": [
"search_docs",
"fetch_doc"
]
},
"awslabs.cdk-mcp-server": {
"command": "uvx",
"args": [
"awslabs.cdk-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false
},
"react-docs": {
"command": "npx",
"args": [
"-y",
"react-docs-mcp"
]
}
}
}