Commit Graph

5 Commits

Author SHA1 Message Date
Fabrizio Ferrigno
c8f007a6ce code review 2025-07-21 09:19:58 +02:00
Fabrizio Ferrigno
72325c95a3 feat: Add AWS IAM authentication support for MySQL
- Add @aws-sdk/rds-signer dependency for RDS auth token generation
- Extend CLI arguments with --aws-iam-auth and --aws-region options
- Implement automatic AWS RDS auth token generation in MySQL adapter
- Auto-enable SSL for AWS IAM authentication (required by RDS)
- Add comprehensive error handling for AWS credential issues
- Update documentation with AWS IAM authentication examples
- Maintain backward compatibility with existing authentication methods

Resolves the need for secure AWS RDS connections without hardcoded passwords.
2025-07-16 17:20:37 +02:00
pavankumar
ace360969a MySQL Adaptor: Using information_schema to get list of tables 2025-06-28 19:06:27 +05:30
Karthik KK
674cf50db6 Validate and log MySQL connection port in MysqlAdapter
Added validation for the MySQL connection port to ensure it is a number, with error handling for invalid values. Included a debug log statement to output the port being used for the connection.
2025-05-31 08:32:39 +12:00
Karthik KK
b6a8182538 Add MySQL support to MCP Database Server
Updated package.json and package-lock.json to include MySQL dependencies. Enhanced README with MySQL usage instructions and configuration details. Modified index.ts to handle MySQL connection parameters and logging. Added MysqlAdapter for database interactions.
2025-05-31 07:50:39 +12:00