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.

4 lines (3 loc) 265 B
import { CallToolResult } from '@modelcontextprotocol/sdk/types'; export declare function parseExecResult(stdout: string, stderr: string, error?: Error | null, exitCode?: number): CallToolResult; export declare function getGithubCLIToken(): Promise<string | null>;