@aashari/mcp-server-aws-sso
Version:
Node.js/TypeScript MCP server for AWS Single Sign-On (SSO). Enables AI systems (LLMs) with tools to initiate SSO login (device auth flow), list accounts/roles, and securely execute AWS CLI commands using temporary credentials. Streamlines AI interaction w
12 lines (11 loc) • 299 B
TypeScript
/**
* Run the CLI with provided arguments
*
* @param args Command line arguments
* @returns A promise that resolves when the CLI command completes
*/
export declare function runCli(args: string[]): Promise<void>;
declare const _default: {
runCli: typeof runCli;
};
export default _default;