MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / bootstrap

Method bootstrap

src/workspaces/cli-adapter.ts:224–224  ·  view source on GitHub ↗

* Workspace-creation hook. The launcher calls this once for every adapter * enabled on a workspace. Responsible for technical wiring (writing * `.mcp.json`, adding trust entries to global config, etc.) — NOT for * instruction files like CLAUDE.md / AGENTS.md (template README covers * the

(ctx: BootstrapContext)

Source from the content-addressed store, hash-verified

222 * the cross-CLI guidance).
223 */
224 bootstrap?(ctx: BootstrapContext): Promise<void>;
225
226 /**
227 * Read/write the workspace's per-CLI AI-provider override. The launcher

Callers 4

createMethod · 0.80
spawnInteractiveSessionFunction · 0.80
doResumeFunction · 0.80
createWorkspaceRoutesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected