| 1 | import { create } from 'zustand'; |
| 2 | import type { McpHealthStatus, CreateMcpServer, UpdateMcpServer } from '@shipsec/shared'; |
| 3 | import { getApiAuthHeaders, API_BASE_URL } from '@/services/api'; |
| 4 | import { mcpDiscoveryApi } from '@/services/mcpDiscoveryApi'; |
nothing calls this directly
no test coverage detected