UNPKG

@redocly/theme

Version:

Shared UI components lib

10 lines (9 loc) 221 B
export type McpConfig = { serverName: string; origin: string; serverUrl: string; cursorUrl: string; vscodeUrl: string; isMcpDisabled: boolean; }; export declare function useMCPConfig(): McpConfig;