UNPKG

@spryker-sdk/spryker-mcp-server

Version:

AI-powered e-commerce server that enables intelligent shopping assistants for Spryker Commerce OS platforms

8 lines 235 B
/** * Get Product Tool * * Retrieves detailed information about a specific product by SKU */ import type { SprykerTool } from './types.js'; export declare const getProductTool: SprykerTool; //# sourceMappingURL=get-product.d.ts.map