UNPKG

sfcc-dev-mcp

Version:

MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools

8 lines 285 B
/** * SFCC log client - now uses modular structure * * This file provides backward compatibility by re-exporting the main log client * from the new modular structure in the logs/ directory. */ export { SFCCLogClient } from './logs/index.js'; //# sourceMappingURL=log-client.js.map