MCPcopy Create free account
hub / github.com/acoyfellow/cloudbox / toolNames

Function toolNames

src/run.ts:123–125  ·  view source on GitHub ↗
(tools?: Record<string, Tool>)

Source from the content-addressed store, hash-verified

121}
122
123function toolNames(tools?: Record<string, Tool>) {
124 return ["shell", "files", ...Object.values(tools ?? {}).map((tool) => tool.name)];
125}
126
127export const cloudbox = {
128 async run(input: RunInput): Promise<RunResult> {

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected