// Auto-generated stub — replace with real implementation export {}; import type { Command } from 'src/types/command.js'; export const fetchMcpSkillsForClient: ((...args: unknown[]) => Promise) & { cache: Map } = Object.assign( (..._args: unknown[]) => Promise.resolve([] as Command[]), { cache: new Map() } );