mirror of
https://github.com/executeautomation/mcp-database-server.git
synced 2025-12-09 21:12:57 +08:00
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.
This commit is contained in:
@@ -88,6 +88,7 @@ Optional parameters:
|
||||
- `--password`: Password for PostgreSQL authentication
|
||||
- `--port`: Port number (default: 5432)
|
||||
- `--ssl`: Enable SSL connection (true/false)
|
||||
- `--connection-timeout`: Connection timeout in milliseconds (default: 30000)
|
||||
|
||||
## Configuring Claude Desktop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user