UNPKG

sfcc-dev-mcp

Version:

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

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