diff --git a/opencode.jsonc b/opencode.jsonc new file mode 100644 index 0000000..9c2f7d0 --- /dev/null +++ b/opencode.jsonc @@ -0,0 +1,13 @@ +{ + "$schema": "https://opencode.ai/config.json", + "mcp": { + "mql5_help": { + "type": "local", + "command": [ + "npx", + "-y", + "github:caoshuo594/mql5-help-mcp" + ] + } + } +}