initial repo seedings

This commit is contained in:
daniel
2026-02-22 21:35:29 +00:00
parent a2864b3522
commit 23098547f1
80 changed files with 7486 additions and 0 deletions

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

@@ -0,0 +1,17 @@
{
"mcpServers": {
"factbase": {
"command": "../factbase/target/debug/factbase",
"args": [
"mcp"
],
"env": {
"AWS_PROFILE": "poc"
},
"disabled": false,
"autoApprove": [
"*"
]
}
}
}