We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c260031 commit 0086482Copy full SHA for 0086482
pkg/gateway/run.go
@@ -260,8 +260,7 @@ func (g *Gateway) Run(ctx context.Context) error {
260
return fmt.Errorf("loading configuration: %w", err)
261
}
262
263
- // Check if running in container mode (compose, k8s, etc.)
264
- // Container mode disables OAuth monitoring and authentication
+ // When running in Container mode, disable OAuth notification monitoring and authentication
265
inContainer := os.Getenv("DOCKER_MCP_IN_CONTAINER") == "1"
266
267
if g.McpOAuthDcrEnabled && !inContainer {
0 commit comments