UNPKG

@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

6 lines (5 loc) 180 B
/** * Gets the default AWS region from environment variables or AWS CLI configuration * @returns The AWS region string */ export declare function getDefaultAwsRegion(): string;