mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 08:45:50 +00:00
claude-code with OpenAI mode fix
This commit is contained in:
7
src/skills/mcpSkills.ts
Normal file
7
src/skills/mcpSkills.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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>() }
|
||||
);
|
||||
Reference in New Issue
Block a user