Skip to content

Commit 5ae61b8

Browse files
committed
fix: use correct config option syntax for environment variables
1 parent 9040bdb commit 5ae61b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opencode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "local",
2222
"command": ["npx", "@coding-solo/godot-mcp"],
2323
"enabled": false,
24-
"env": {
24+
"environment": {
2525
"GODOT_PATH": "{env:GODOT_PATH}",
2626
"DEBUG": "{env:DEBUG}"
2727
}

0 commit comments

Comments
 (0)