amazon-seller-mcp
Version:
Model Context Protocol (MCP) client for Amazon Selling Partner API
10 lines • 338 B
JavaScript
/**
* Authentication module for Amazon Selling Partner API
*/
// Export the AmazonAuth class
export { AmazonAuth } from './amazon-auth.js';
// Export the CredentialManager class
export { CredentialManager, MARKETPLACES } from './credential-manager.js';
// Export types
export * from '../types/auth.js';
//# sourceMappingURL=index.js.map