MCPServersOptions
이 콘텐츠는 아직 번역되지 않았습니다.
type MCPServersOptions = object;Properties
Section titled “Properties”closeTimeoutMs?
Section titled “closeTimeoutMs?”optional closeTimeoutMs: number | null;connectInParallel?
Section titled “connectInParallel?”optional connectInParallel: boolean;connectTimeoutMs?
Section titled “connectTimeoutMs?”optional connectTimeoutMs: number | null;dropFailed?
Section titled “dropFailed?”optional dropFailed: boolean;strict?
Section titled “strict?”optional strict: boolean;suppressAbortError?
Section titled “suppressAbortError?”optional suppressAbortError: boolean;