Files
factbase-ancient-history/.kiro/settings/mcp.json
2026-02-22 21:35:29 +00:00

18 lines
264 B
JSON

{
"mcpServers": {
"factbase": {
"command": "../factbase/target/debug/factbase",
"args": [
"mcp"
],
"env": {
"AWS_PROFILE": "poc"
},
"disabled": false,
"autoApprove": [
"*"
]
}
}
}