You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add write-sink guard policy to all non-GitHub MCP servers configured by gateway
Extend the write-sink guard policy (currently applied only to safe-outputs) to ALL
non-GitHub MCP servers exposed by the MCP gateway. The policy is derived from the
same GitHub guard-policy parameters (repos/min-integrity), ensuring that as guard
policies are rolled out, only GitHub inputs will be filtered while outputs to
non-GitHub servers are not restricted.
Servers updated: playwright, serena, mcp-scripts, agentic-workflows, web-fetch,
and all custom user-defined MCP tools.
Both JSON format (for gateway/Claude/Copilot/Gemini) and TOML format (for Codex)
are updated with guard policy rendering.
Also adds a deriveWriteSinkGuardPolicyFromWorkflow helper and a comprehensive test
file covering the new behavior.
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
0 commit comments