Skip to content

Commit 78c7b26

Browse files
committed
chore: disable by default
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent e7dff15 commit 78c7b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3345,7 +3345,7 @@ Write out the current server config as YAML to stdout.`,
33453345
Flag: "aibridge-inject-coder-mcp-tools",
33463346
Env: "CODER_AIBRIDGE_INJECT_CODER_MCP",
33473347
Value: &c.AI.BridgeConfig.InjectCoderMCPTools,
3348-
Default: "true",
3348+
Default: "false",
33493349
Group: &deploymentGroupAIBridge,
33503350
YAML: "inject_coder_mcp_tools",
33513351
},

0 commit comments

Comments
 (0)