/** * MCP Prompts Registration * * Registers all reusable prompts with the MCP server. * Prompts return seeded conversation messages that guide an LLM through * multi-step containerization workflows using the available MCP tools. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Register all MCP prompts on the given server instance. */ export declare function registerPrompts(server: McpServer): void; //# sourceMappingURL=index.d.ts.map