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.

5 lines (4 loc) 268 B
import type { GitHubAPIError } from './githubAPI'; import { ERROR_CODES, ERROR_MESSAGES, type ErrorCode } from './errorConstants.js'; export declare function handleGitHubAPIError(error: unknown): GitHubAPIError; export { ERROR_CODES, ERROR_MESSAGES, type ErrorCode };