From d1dd9b571630e4522afc7c3c69a51d013f026b13 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Sat, 3 Jan 2026 14:26:00 +0700 Subject: [PATCH] feat: add opencode.jsonc --- opencode.jsonc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 opencode.jsonc 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" + ] + } + } +}