UNPKG

@spryker-sdk/spryker-mcp-server

Version:

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

8 lines 269 B
/** * Customer Service Prompt * * Provides customer support for orders, authentication, and account management */ import type { SprykerPrompt } from './types'; export declare const customerServicePrompt: SprykerPrompt; //# sourceMappingURL=customer-service.d.ts.map