This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Affected surfaces
Summary
AI summaryPer-server credential storage now uses namespaced keys to avoid generic name collisions.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes per-server credential storage-key collision risk by namespacing keys. Fixes per-server credential storage-key collision risk by namespacing keys. Source: llm_adapter@2026-07-15 Confidence: low |
— |
Full changelog
Fixed
- Per-server credential storage-key namespacing. A server can now store its
credential under a namespaced key (manifestsecret_key, e.g. Bright Data's
BRIGHTDATA_API_TOKEN) while the downstream process still receives the generic
runtimeenv_varit reads (API_TOKEN). This removes the collision risk of
two servers sharing a generic name likeAPI_TOKENin the flat secret store.
Every credential path resolves throughcredential_lookup_keys(namespaced key
first, legacyenv_varas a backward-compatible fallback — no migration
required): theauth_connectwrite path, the provision auth gate
(check_api_key), manifest/configured/eager/lazy/refresh startup-config
resolution, the install-and-run subprocess environment (adoptednpxservers),
and the connect/describe availability checks. Configured.mcp.jsonentries
that match a manifest api-key server inherit the resolved credential (including
dead${VAR}/$VARplaceholders that local stdio env never expands), and the
pmcp secrets check/pmcp initdiagnostics are namespace-aware. (#95)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ViperJuice/mcp-gateway
A meta-server for minimal Claude Code tool bloat with progressive disclosure and dynamic server provisioning. Exposes 9 stable meta-tools, auto-starts Playwright and Context7, and can dynamically provision 25+ MCP servers on-demand from a curated manifest.
Related context
Beta — feedback welcome: [email protected]