[console_scripts]
open-db-mcp = open_db_mcp.cli:app

[open_db_mcp.drivers]
dm = open_db_mcp.drivers.registry:_dm_plugin
mysql = open_db_mcp.drivers.registry:_mysql_plugin
oracle = open_db_mcp.drivers.registry:_oracle_plugin
postgres = open_db_mcp.drivers.registry:_postgres_plugin
sqlite = open_db_mcp.drivers.registry:_sqlite_plugin
