@spryker-sdk/spryker-mcp-server
Version:
MCP server for Spryker e-commerce API integration
12 lines • 314 B
TypeScript
/**
* 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