@chinchillaenterprises/mcp-amplify
Version:
AWS Amplify MCP server with intelligent deployment automation, specialized logging suite, and recursive resource discovery
8 lines • 1.3 kB
TypeScript
export { initializeHandlers, initializeAccounts, handleListAccounts, handleSwitchAccount, handleAddAccount, handleRemoveAccount, handleGetActiveAccount, handleSetDefaultAccount, handleUpdateAccount } from './account-handlers.js';
export { handleAmplifyListApps, handleAmplifyGetAppInfo, handleAmplifyListBranches, handleAmplifyGetBuildLogs, handleAmplifyCreateNextjsApp, handleAmplifyDeployApp, handleAmplifyCheckAppExists, handleAmplifyUpdateBuildSpec, handleAmplifySetupIamRole, handleAmplifyTriggerDeployment, handleAmplifyGetSandboxSecretCommands, handleAmplifyDeployAppCloudFormation, handleAmplifyUpdateAppCloudFormation } from './app-handlers.js';
export { handleAmplifySetSandboxSecret } from './sandbox-secrets-handlers.js';
export { handleAmplifyDiscoverResources } from './resource-discovery-handlers.js';
export { handleAmplifyDiscoverSandboxResources } from './sandbox-resource-discovery-handlers.js';
export { handleAmplifyGetLambdaLogs, handleAmplifyGetAppSyncLogs, handleAmplifyGetApiGatewayLogs, handleAmplifyGetCognitoLogs } from './logging-handlers.js';
export { handleAmplifyFunctionInvoke, handleAmplifyFunctionGetLogs, handleAmplifyFunctionGetMetrics, handleAmplifyHealthCheck, handleAmplifyTraceRequest } from './monitoring-handlers.js';
//# sourceMappingURL=index.d.ts.map