Commit Graph

10 Commits

Author SHA1 Message Date
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
Karthik KK
2d29108b3f Update version to 1.1.0 and enhance MySQL documentation
Bumped version to 1.1.0 in index.ts and package.json. Updated README and connection reference documentation to include MySQL port option and usage examples. Added release notes for new features and improvements related to MySQL support.
2025-05-31 08:35:40 +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
Karthik KK
0474ef1dde Update version to 1.0.2 in package.json and related documentation files to reflect new naming convention for database server documentation. 2025-04-22 18:37:58 +12:00
Karthik KK
bd819d923f Add PostgreSQL support to MCP Database Server
Updated package.json and package-lock.json to include PostgreSQL dependencies. Enhanced README with PostgreSQL usage instructions and configuration details. Modified index.ts to handle PostgreSQL connection parameters and logging. Added PostgresqlAdapter for database interactions.
2025-04-22 08:16:20 +12:00
Karthik KK
2a67d8b658 Update version to 1.0.1 in package.json, package-lock.json, and index.ts; removed deprecated @types/tedious package. 2025-04-14 15:57:50 +12:00
Karthik KK
e0ad4ff9fa Update package.json to reflect new author details and change homepage URL to GitHub repository 2025-04-14 15:56:17 +12:00
Karthik KK
e125b991fb Added support for SQL Server 2025-04-14 13:22:46 +12:00
Karthik KK
2de75b8fa6 Refactor code for extensability
Refactor code for extensability
2025-04-13 20:35:08 +12:00
Karthik KK
27e0aac8de Initial Commit 2025-04-13 11:49:08 +12:00