Files
oh-my-opencode/dist/features/skill-mcp-manager/env-cleaner.d.ts
T

3 lines
165 B
TypeScript
Raw Normal View History

export declare const EXCLUDED_ENV_PATTERNS: RegExp[];
export declare function createCleanMcpEnvironment(customEnv?: Record<string, string>): Record<string, string>;