UNPKG

@spryker-sdk/spryker-mcp-server

Version:

MCP server for Spryker e-commerce API integration

6 lines 172 B
/** * Authentication Tool */ import type { SprykerTool } from './types.js'; export declare const authenticateTool: SprykerTool; //# sourceMappingURL=authenticate.d.ts.map