UNPKG

@spryker-sdk/spryker-mcp-server

Version:

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

12 lines 314 B
/** * Product Search Tool * * Searches for products in the Spryker catalog using various filters * and search criteria. */ import type { SprykerTool } from './types.js'; /** * Product search tool definition */ export declare const productSearchTool: SprykerTool; //# sourceMappingURL=product-search.d.ts.map