MCPcopy Create free account
hub / github.com/idosal/git-mcp / Container

Interface Container

worker-configuration.d.ts:2488–2495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2486 fetcher?: Fetcher;
2487}
2488interface Container {
2489 get running(): boolean;
2490 start(options?: ContainerStartupOptions): void;
2491 monitor(): Promise<void>;
2492 destroy(error?: any): Promise<void>;
2493 signal(signo: number): void;
2494 getTcpPort(port: number): Fetcher;
2495}
2496interface ContainerStartupOptions {
2497 entrypoint?: string[];
2498 enableInternet: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected