mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 16:25:51 +00:00
8 lines
362 B
TypeScript
8 lines
362 B
TypeScript
// Auto-generated stub — replace with real implementation
|
|
export {};
|
|
import type { Command } from 'src/types/command.js';
|
|
export const fetchMcpSkillsForClient: ((...args: unknown[]) => Promise<Command[]>) & { cache: Map<string, unknown> } = Object.assign(
|
|
(..._args: unknown[]) => Promise.resolve([] as Command[]),
|
|
{ cache: new Map<string, unknown>() }
|
|
);
|