2026-02-01 23:18:52 +00:00
|
|
|
{
|
|
|
|
|
"name": "host-uk-core-agent",
|
2026-02-05 20:13:01 +00:00
|
|
|
"version": "0.1.1",
|
|
|
|
|
"description": "Host UK Core Agent Extension for Gemini CLI (with Codex awareness)",
|
2026-02-01 23:18:52 +00:00
|
|
|
"contextFileName": "GEMINI.md",
|
|
|
|
|
"mcpServers": {
|
|
|
|
|
"core-agent": {
|
|
|
|
|
"command": "node",
|
|
|
|
|
"args": [
|
|
|
|
|
"${extensionPath}/src/index.js"
|
|
|
|
|
],
|
|
|
|
|
"cwd": "${extensionPath}"
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-02-05 20:13:01 +00:00
|
|
|
}
|