The Last Cleanup, and thats most old duplicated code removed

This commit is contained in:
lda
2026-06-03 01:03:17 +07:00 Verified
parent 5af3f4428a
commit 8101cbad5c
9 changed files with 223 additions and 10 deletions
@@ -125,7 +125,6 @@ def context_from_service(service: WfMcpService) -> WorkflowOperationContext:
artifact_store=service.artifact_store,
draft_workspace_store=service.draft_workspace_store,
run_store=service.run_store,
capability_sources=specs.capability_sources,
events=WfMcpWorkflowEventRecorder(service.events),
specs=specs,
runtime=WfMcpWorkflowRuntimeRunner(service.workflow_runtime),