UNPKG

amazon-seller-mcp

Version:

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

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