MCPcopy Create free account
hub / github.com/apache/maka / defaultDeps

Function defaultDeps

packages/cli/src/runtime-host-project-command.ts:44–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44function defaultDeps(): RuntimeHostProjectCommandDeps {
45 return {
46 connect: connectLocalOwner,
47 write: (value) => process.stdout.write(value),
48 };
49}
50
51async function connectLocalOwner(rootPath: string): Promise<RuntimeHostConnection> {
52 const result = await connectExistingRuntimeHost({

Callers 1

runRuntimeHostProjectCliFunction · 0.70

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected