c0eb1de7a7
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
40 lines
933 B
JSON
40 lines
933 B
JSON
{
|
|
"$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}"
|
|
}
|
|
}
|
|
}
|
|
} |