dep validation of deployment

core wf valication uses a &mut List, this returns a List, hmmmm
This commit is contained in:
lda
2026-05-11 15:24:52 +07:00 Verified
parent 958195ddce
commit 32f80f756d
8 changed files with 388 additions and 22 deletions
+2 -3
View File
@@ -149,7 +149,7 @@ class WfMcpService:
f"Specs discovered or registered for {connection_id}."
),
)
)
)
snapshot = snapshot_from_specs(
connection_id,
specs=qualified_specs,
@@ -185,8 +185,7 @@ class WfMcpService:
source.id,
specs=source.capabilities.node_specs,
tool_display_names={
entry.local_name: entry.title
for entry in stored_snapshot.nodes
entry.local_name: entry.title for entry in stored_snapshot.nodes
}
if stored_snapshot is not None
else None,