Added
- Central connection config. A
~/.bc-mcp/config.jsonc(orBC_MCP_CONFIG
/<cwd>/.bc-mcp.jsonc) file defines namedconnections, an optional
default, and an optionalmap[]from repo path to connection, so one
globally-registered server can serve multiple BC instances without a
BC_*env block per repo. Resolution order per field: an explicitBC_*
env var, thenBC_CONNECTION=<name>, then amap[]path match, then
default. Secrets can be kept out of the file with${ENV}references.
A<cwd>/.env(orBC_ENV_FILE) is also auto-loaded at startup
(override:false— real environment variables still win). With no config
file and no.envpresent, the server behaves exactly as before.
Full Changelog: v1.6.0...v1.7.0