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.
8 lines (7 loc) • 364 B
TypeScript
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
import type { CompleteMetadata } from '../tools/toolMetadata.js';
/**
* Register all prompts with the MCP server
* Iterates over the prompts defined in the metadata and registers them dynamically
*/
export declare function registerPrompts(server: McpServer, content: CompleteMetadata): void;