Skip to content

Commit e3d0934

Browse files
committed
chore: tweak multi db support
1 parent ae85218 commit e3d0934

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ DBHub is a Minimal Database MCP Server implementing the Model Context Protocol (
3535
- **Minimal Design**: Just two general MCP tools (execute_sql, search_objects) for token-efficient operations, plus support for custom tools
3636
- **Multi-Database Support**: Single interface for PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite
3737
- **Secure Access**: Read-only mode, SSH tunneling, and SSL/TLS encryption support
38-
- **Multi-Database**: Connect to multiple databases simultaneously with TOML configuration
38+
- **Multiple Connections**: Connect to multiple databases simultaneously with TOML configuration
3939
- **Production-Ready**: Row limiting, lock timeout control, and connection pooling
4040
- **MCP Native**: Full implementation of Model Context Protocol with comprehensive tools
4141

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ DBHub brings powerful database capabilities to AI coding assistants:
4444
- **Minimal Design**: Just two general MCP tools (execute_sql, search_objects) for token-efficient operations, plus support for custom tools
4545
- **Multi-Database Support**: Single interface for PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite
4646
- **Secure Access**: Read-only mode, SSH tunneling, and SSL/TLS encryption support
47-
- **Multi-Database**: Connect to multiple databases simultaneously with TOML configuration
47+
- **Multiple Connections**: Connect to multiple databases simultaneously with TOML configuration
4848
- **Production-Ready**: Row limiting, lock timeout control, and connection pooling
4949
- **MCP Native**: Full implementation of Model Context Protocol with resources, tools, and prompts
5050

0 commit comments

Comments
 (0)