UNPKG

octocode-mcp

Version:

Model Context Protocol (MCP) server for advanced GitHub repository analysis and code discovery. Provides AI assistants with powerful tools to search, analyze, and understand codebases across GitHub.

3 lines (2 loc) 228 B
import type { PromiseResult, PromiseExecutionOptions } from '../types.js'; export declare function executeWithErrorIsolation<T>(promises: Array<() => Promise<T>>, options?: PromiseExecutionOptions): Promise<PromiseResult<T>[]>;