UNPKG

sfcc-dev-mcp

Version:

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

8 lines 291 B
/** * Services Index * * Re-exports all service interfaces and implementations for easy importing */ export { FileSystemService, MockFileSystemService, } from './file-system-service.js'; export { PathService, MockPathService, } from './path-service.js'; //# sourceMappingURL=index.js.map