UNPKG

@notebook-intelligence/notebook-intelligence

Version:
3 lines (2 loc) 263 B
export declare function mcpServerSettingsToEnabledState(mcpServers: any, mcpServerSettings: any): Map<string, Set<string>>; export declare function mcpServerSettingsToServerToolEnabledState(mcpServers: any, mcpServerSettings: any, serverId: string): Set<string>;