export type SkillDeclaredMcpServer = { type?: 'stdio'; command: string; args?: string[]; env?: Record; }; export declare function resolveEnabledSkillMcpServers(agentId: string): Record; //# sourceMappingURL=mcp-config.d.ts.map