Skip to content

Commit 3d31e31

Browse files
committed
fix(coder-labs/modules/codex): append remote MCP config to managed block instead of config_path
1 parent 8a70860 commit 3d31e31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

registry/coder-labs/modules/codex/scripts/install.sh.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function populate_config_toml() {
179179
continue
180180
}
181181
printf "Appending MCP servers from %s\n" "$${url}"
182-
printf '\n%s\n' "$${mcp_toml}" >> "$${config_path}"
182+
printf '\n%s\n' "$${mcp_toml}" >> "$${managed}"
183183
done
184184
fi
185185
fi

0 commit comments

Comments
 (0)