@chinchillaenterprises/mcp-amplify
Version:
AWS Amplify MCP server with intelligent deployment automation, specialized logging suite, and recursive resource discovery
9 lines • 482 B
TypeScript
/**
* Set an Amplify sandbox secret programmatically without value corruption
*
* This function uses node-pty (pseudo-terminal) to interact with the Amplify CLI
* as if it were a real terminal, allowing it to handle the interactive prompt properly.
* This avoids invisible character corruption that occurs with bash piping or stdin pipes.
*/
export declare function handleAmplifySetSandboxSecret(args: any): Promise<any>;
//# sourceMappingURL=sandbox-secrets-handlers.d.ts.map