feat(opencode): add mcpctl config opencode + /mcpctl TUI switcher with bottom project indicator
Some checks failed
CI/CD / lint (pull_request) Successful in 1m7s
CI/CD / test (pull_request) Successful in 1m22s
CI/CD / typecheck (pull_request) Successful in 2m49s
CI/CD / smoke (pull_request) Failing after 1m54s
CI/CD / build (pull_request) Successful in 2m16s
CI/CD / publish (pull_request) Has been skipped

This commit is contained in:
Michal
2026-08-08 21:23:12 +01:00
parent 2513da33c3
commit 0a02616c7f
16 changed files with 1146 additions and 22 deletions

View File

@@ -34,7 +34,8 @@
"mcpd:deploy-dry": "bash deploy.sh --dry-run",
"mcpd:logs": "bash logs.sh",
"typecheck:pi-ext": "tsc -p src/pi-ext/tsconfig.json",
"smoke:clean": "tsx scripts/clean-smoke-resources.ts"
"smoke:clean": "tsx scripts/clean-smoke-resources.ts",
"generate:opencode-extension": "tsx scripts/generate-opencode-extension.ts"
},
"engines": {
"node": ">=20.0.0",