MCPcopy Index your code
hub / github.com/Noumena-Network/code / getWorkflowCommands

Function getWorkflowCommands

src/tools/WorkflowTool/createWorkflowCommand.ts:199–202  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

197}
198
199export async function getWorkflowCommands(cwd: string): Promise<Command[]> {
200 const definitions = await getWorkflowDefinitions(cwd)
201 return definitions.map(definition => definition.command)
202}

Callers 2

commands.tsFile · 0.85

Calls 1

getWorkflowDefinitionsFunction · 0.85

Tested by

no test coverage detected