Commit Graph

5 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
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
4f953f1671 Enhance README with usage options and configuration details for MCP Database Server. Added sections for direct usage, local development setup, and available database tools, along with practical examples and additional documentation links. 2025-04-14 15:51:43 +12:00
Karthik KK
e125b991fb Added support for SQL Server 2025-04-14 13:22:46 +12:00