Skip to content

Commit b5eab14

Browse files
committed
feat: adjust jcodemunch log level and add trusted folders
1 parent eefe1a7 commit b5eab14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,11 @@ cat >"${OPENCODE_CONFIG_DIR}/opencode.json" <<-'EOF'
235235
"jcodemunch": {
236236
"type": "local",
237237
"command": [
238-
"jcodemunch-mcp", "--log-level", "DEBUG", "--log-file", "/home/bun/.local/share/opencode/log/jcodemunch.log"
238+
"jcodemunch-mcp", "--log-level", "WARNING", "--log-file", "/home/bun/.local/share/opencode/log/jcodemunch.log"
239239
],
240240
"environment": {
241-
"JCODEMUNCH_SHARE_SAVINGS": "0"
241+
"JCODEMUNCH_SHARE_SAVINGS": "0",
242+
"JCODEMUNCH_TRUSTED_FOLDERS": "/work"
242243
},
243244
"enabled": false
244245
}

0 commit comments

Comments
 (0)