persist mcp imports

This commit is contained in:
Ramnique Singh 2025-04-08 00:28:39 +05:30
parent f722591ccd
commit 8fd370ed00

View file

@ -535,6 +535,7 @@ function reducer(state: State, action: Action): State {
draft.workflow.tools.push(newTool); draft.workflow.tools.push(newTool);
} }
}); });
draft.pendingChanges = true;
draft.chatKey++; draft.chatKey++;
break; break;
} }