MCPcopy Create free account
hub / github.com/ShipSecAI/studio / mcpServerStore.ts

File mcpServerStore.ts

frontend/src/store/mcpServerStore.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create } from 'zustand';
2import type { McpHealthStatus, CreateMcpServer, UpdateMcpServer } from '@shipsec/shared';
3import { getApiAuthHeaders, API_BASE_URL } from '@/services/api';
4import { mcpDiscoveryApi } from '@/services/mcpDiscoveryApi';

Callers

nothing calls this directly

Calls 5

apiRequestFunction · 0.85
discoverMethod · 0.80
createInitialStateFunction · 0.70
createFunction · 0.50
getStatusMethod · 0.45

Tested by

no test coverage detected