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.

10 lines (9 loc) 322 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare const PROMPT_NAMES: { readonly RESEARCH: "research"; }; /** * Register all prompts with the MCP server * Following the established pattern from tool registration */ export declare function registerPrompts(server: McpServer): void;