export interface AccessInterface { scope?: string[]; public?: boolean; } export interface MCPOptionsInterface { serverId?: string[]; }