UNPKG

@spryker-sdk/spryker-mcp-server

Version:

MCP server for Spryker e-commerce API integration

11 lines 254 B
/** * Add to Cart Tool * * Adds products to a customer's shopping cart */ import type { SprykerTool } from './types.js'; /** * Add to cart tool definition */ export declare const addToCartTool: SprykerTool; //# sourceMappingURL=add-to-cart.d.ts.map