fix plan issues
Build & Push / Pipeline Tests (push) Successful in 2m1s
Test / Type Check (all packages) (push) Successful in 53s
Build & Push / Build & Push Docker Image (push) Successful in 5m29s
Test / API Unit Tests (push) Successful in 1m18s
Test / Homepage Unit Tests (push) Successful in 46s
Test / Carplace Unit Tests (push) Successful in 43s
Test / Admin Unit Tests (push) Successful in 40s
Test / Dashboard Unit Tests (push) Successful in 42s
Test / API Integration Tests (push) Successful in 1m9s

This commit is contained in:
root
2026-08-30 23:36:40 -04:00
parent 66877d66c2
commit c0eb1de7a7
16 changed files with 77 additions and 424 deletions
+40
View File
@@ -0,0 +1,40 @@
{
"$schema": "https://app.kilo.ai/config.json",
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"${workspaceFolder}"
]
},
"gitea": {
"command": "npx",
"args": ["-y", "gitea-mcp"],
"env": {
"GITEA_HOST": "https://192.168.3.80",
"GITEA_ACCESS_TOKEN": "d9eb80ffe28f6e4e3ad5d5a032ca9c5f93ea5414"
}
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"fetch": {
"command": "npx",
"args": ["-y", "fetch-mcp"]
},
"git": {
"command": "npx",
"args": ["-y", "git-mcp"],
"env": {
"GIT_DEFAULT_PATH": "${workspaceFolder}"
}
}
}
}