UNPKG

@chinchillaenterprises/mcp-amplify

Version:

AWS Amplify MCP server with intelligent deployment automation, specialized logging suite, and recursive resource discovery

17 lines 910 B
import type { AWSAccount } from '../types/index.js'; export declare function initializeHandlers(): void; export declare function getAccountState(): { accounts: AWSAccount[]; activeAccountId: string | null; defaultAccountId: string | null; }; export declare function getCurrentClients(): any; export declare function initializeAccounts(): Promise<void>; export declare function handleListAccounts(): Promise<any>; export declare function handleSwitchAccount(accountId: string): Promise<any>; export declare function handleAddAccount(args: any): Promise<any>; export declare function handleRemoveAccount(accountId: string): Promise<any>; export declare function handleGetActiveAccount(): Promise<any>; export declare function handleSetDefaultAccount(accountId: string): Promise<any>; export declare function handleUpdateAccount(args: any): Promise<any>; //# sourceMappingURL=account-handlers.d.ts.map