database/docs/1.0.3版本需求/1.0.3版本需求.md
2025-12-28 19:39:50 +08:00

776 B

mcp 服务器支持sql server数据库

现在的配置文件格式为: { "type": "postgres", "connection": { "host": "47.99.124.43", "port": 5432, "database": "shcis_ipworkstation", "user": "postgres", "password": "passw0rd!", "ssl":false }, "defaultSchema": "dbo", "searchPath": ["dbo"], "pool": { "max": 100, "idleTimeoutMs": 10000, "connectionTimeoutMs": 10000 }, "statementTimeoutMs": 60000, "mode": "ddl" }

由于项目的增多,导致服务器上的数据库会有十几个,如果每个库都需要配置,那么后期添加一个库就得修改一下配置。能不能我配置对应的服务器,直接读取所有的库呢?