feat: remove proxyMode — all traffic goes through mcplocal proxy
proxyMode "direct" was a security hole (leaked secrets as plaintext env vars in .mcp.json) and bypassed all mcplocal features (gating, audit, RBAC, content pipeline, namespacing). Removed from schema, API, CLI, and all tests. Old configs with proxyMode are accepted but silently stripped via Zod .transform() for backward compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,6 @@ projects:
|
||||
- name: smoke-data
|
||||
description: "Smoke test project with 100 AWS documentation prompt links"
|
||||
gated: true
|
||||
proxyMode: direct
|
||||
|
||||
serverattachments:
|
||||
- server: smoke-aws-docs
|
||||
|
||||
Reference in New Issue
Block a user