2026-03-31 20:40:16 +08:00
|
|
|
// Auto-generated stub — replace with real implementation
|
|
|
|
|
export {};
|
2026-04-01 01:00:10 +08:00
|
|
|
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>() }
|
|
|
|
|
);
|