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

Interface ContainerStartupOptions

worker-configuration.d.ts:2496–2500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2494 getTcpPort(port: number): Fetcher;
2495}
2496interface ContainerStartupOptions {
2497 entrypoint?: string[];
2498 enableInternet: boolean;
2499 env?: Record<string, string>;
2500}
2501type AiImageClassificationInput = {
2502 image: number[];
2503};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected