MCPcopy Create free account
hub / github.com/ShipSecAI/studio / resetMcpServerStoreState

Function resetMcpServerStoreState

frontend/src/store/mcpServerStore.ts:353–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351 });
352
353export const resetMcpServerStoreState = () => {
354 useMcpServerStore.setState({ ...createInitialState() });
355};

Callers

nothing calls this directly

Calls 1

createInitialStateFunction · 0.70

Tested by

no test coverage detected