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) 214 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerFetchGitHubFileContentTool(server: McpServer): import("@modelcontextprotocol/sdk/server/mcp.js").RegisteredTool;