import { type McpHandler, type McpHandlerOptions } from './mcp-handlers.types'; import { type SkillsListRequest, type SkillsListResult } from './skills-mcp.types'; /** * MCP handler for skills/list custom method. * * Allows MCP clients to list all available skills. */ export default function skillsListRequestHandler({ scope, }: McpHandlerOptions): McpHandler; //# sourceMappingURL=skills-list-request.handler.d.ts.map