UNPKG

amazon-seller-mcp

Version:

Model Context Protocol (MCP) client for Amazon Selling Partner API

13 lines (12 loc) 436 B
/** * Catalog tools for Amazon Selling Partner API */ import { ToolRegistrationManager } from '../server/tools.js'; import { AuthConfig } from '../types/auth.js'; /** * Register catalog tools with the tool manager * * @param toolManager Tool registration manager * @param authConfig Authentication configuration */ export declare function registerCatalogTools(toolManager: ToolRegistrationManager, authConfig: AuthConfig): void;