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
returnfmt.Errorf("tool '%s' has network permissions configured, but network egress permissions do not apply to remote 'type: http' servers", toolName)
502
+
case"stdio":
503
+
// Network permissions only apply to stdio servers with container
504
+
_, hasContainer:=mcpConfig["container"]
505
+
if!hasContainer {
506
+
returnfmt.Errorf("tool '%s' has network permissions configured, but network egress permissions only apply to stdio MCP servers that specify a 'container'", toolName)
0 commit comments