- 重写 README.md:项目简介、快速开始、22+ 厂商列表、功能特性、架构说明、配置指南、FAQ、贡献指南 - 新增 MIT LICENSE - 包含全部源码与文档
8 lines
362 B
TypeScript
Executable File
8 lines
362 B
TypeScript
Executable File
// 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>() }
|
|
);
|