Logo
Explore Help
Sign In
michal/mcpctl
1
0
Fork 0
You've already forked mcpctl
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
588b2a9e65591f4abdaaf7019d38f996aac3aab1
mcpctl/src/db/prisma/migrations/20260307120000_remove_proxy_mode/migration.sql

3 lines
140 B
MySQL
Raw Normal View History

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>
2026-03-07 23:36:36 +00:00
-- Remove proxyMode column (redundant — all traffic goes through mcplocal proxy)
ALTER TABLE "Project" DROP COLUMN IF EXISTS "proxyMode";
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 50ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API