MCPcopy Create free account
hub / github.com/altic-dev/Pilot / getDockerModule

Function getDockerModule

src/tools/experiment-code-update.ts:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18// Helper to dynamically import docker module (server-side only)
19async function getDockerModule() {
20 return import("@/lib/docker");
21}
22
23// Wrapper to parse stringified JSON arguments from Anthropic SDK
24function createToolWithParsedArgs(tool: any) {

Callers 2

createDockerToolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected