nexus-agents - v2.80.0
    Preparing search index...

    Function registerRunWorkflowTool

    MCP exports - MCP server implementation Split from index.ts for file size compliance (Issue #285) Updated Issue #538: Added missing tool registration exports

    • Register the run_workflow tool with an MCP server.

      Uses createSecureHandler for standardized security middleware (Issue #531). Includes timeout protection for CVE-2026-0621 mitigation (Issue #271).

      Parameters

      • server: McpServer

        MCP server instance

      • deps: RunWorkflowDeps

        Tool dependencies

      Returns void