Add kiro config (.kiro steering + settings)

This commit is contained in:
daniel
2026-05-07 03:33:02 -05:00
parent b1056beaa9
commit c54e9b1b22
2 changed files with 35 additions and 0 deletions

8
.kiro/settings/mcp.json Normal file
View File

@@ -0,0 +1,8 @@
{
"mcpServers": {
"factbase": {
"command": "/Users/daniel/work/factbase/target/release/factbase",
"args": ["mcp"]
}
}
}