6 Commits

Author SHA1 Message Date
Karthik KK
5d0f4b5b4b Added documentation 2025-04-22 18:07:42 +12:00
Karthik KK
c71779fcb5 Add connection timeout support for PostgreSQL in MCP Database Server
Enhanced the PostgreSQL connection handling by introducing a `--connection-timeout` parameter, allowing users to specify a custom timeout in milliseconds. Updated relevant documentation in README and postgresql-setup.md to reflect this new option. Modified the PostgresqlAdapter to utilize the connection timeout setting during database connections.
2025-04-22 16:44:36 +12:00
Karthik KK
6d691bc0c8 Fixed the logging format 2025-04-14 13:58:00 +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