UNPKG

workflow3

Version:

MCP Server for three-stage workflow prompt injection

13 lines 336 B
import { getOrCreateWorkflowFile } from './utils.js'; export function handleWorkflowTool(_args) { const workflowContent = getOrCreateWorkflowFile(); return { content: [ { type: 'text', text: workflowContent, }, ], }; } //# sourceMappingURL=tools.js.map