🛣️ feat: Add MCP Remote Proxy Support (#13076)

* feat: add MCP remote proxy support

* fix: Harden MCP Proxy Review Findings

* fix: Honor MCP Proxy Env Precedence

* fix: Harden MCP proxy routing

* fix: Align MCP proxy bypass semantics

* test: Pin MCP proxy admin scope
This commit is contained in:
Danny Avila 2026-05-21 15:28:54 -04:00 committed by GitHub
parent d7482ebe06
commit 05a3d1ed81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 1534 additions and 66 deletions

View file

@ -313,6 +313,7 @@ actions:
# everything:
# # type: sse # type can optionally be omitted
# url: http://localhost:3001/sse
# # proxy: "${MCP_PROXY_URL}" # optional outbound proxy (http/https/socks/socks5)
# timeout: 60000 # 1 minute timeout for this server, this is the default timeout for MCP servers.
# puppeteer:
# type: stdio