@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
22 lines (21 loc) • 565 B
TypeScript
/**
* Application constants
*
* This file contains constants used throughout the application.
* Centralizing these values makes them easier to maintain and update.
*/
/**
* Current application version
* This should match the version in package.json
*/
export declare const VERSION = "1.2.3";
/**
* Package name with scope
* Used for initialization and identification
*/
export declare const PACKAGE_NAME = "@aashari/mcp-server-aws-sso";
/**
* CLI command name
* Used for binary name and CLI help text
*/
export declare const CLI_NAME = "mcp-aws-sso";