UNPKG

@spryker-sdk/spryker-mcp-server

Version:

MCP server for Spryker e-commerce API integration

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