UNPKG

@spryker-sdk/spryker-mcp-server

Version:

MCP server for Spryker e-commerce API integration

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