import { type McpHandler, type McpHandlerOptions } from './mcp-handlers.types'; import { type SkillsLoadRequest, type SkillsLoadResult } from './skills-mcp.types'; /** * MCP handler for skills/load custom method. * * Allows MCP clients to load skills by ID with full content. */ export default function skillsLoadRequestHandler({ scope, }: McpHandlerOptions): McpHandler; //# sourceMappingURL=skills-load-request.handler.d.ts.map