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) 303 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { ToolInvocationCallback } from '../types.js'; export declare function registerSearchGitHubReposTool(server: McpServer, callback?: ToolInvocationCallback): import("@modelcontextprotocol/sdk/server/mcp.js").RegisteredTool;