UNPKG

aico-pack

Version:

A tool to pack repository contents to single file for AI consumption

6 lines 282 B
import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Register Repomix-related prompts to the MCP server */ export declare const registerPackRemoteRepositoryPrompt: (mcpServer: McpServer) => void; //# sourceMappingURL=packRemoteRepositoryPrompts.d.ts.map