From 5ed8cb4c4713cc1aeb91fc03b39b95e85ac5b629 Mon Sep 17 00:00:00 2001 From: achmad Date: Thu, 28 May 2026 23:36:01 +0700 Subject: [PATCH] chore: add opencode MCP config for Directus --- opencode.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 opencode.json diff --git a/opencode.json b/opencode.json new file mode 100644 index 0000000..484e9b0 --- /dev/null +++ b/opencode.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://opencode.ai/config.json", + "mcp": { + "directus": { + "type": "remote", + "url": "https://cms.achmad.dev/mcp", + "headers": { + "Authorization": "Bearer BpMc05U9WKdAqWD7oNGvdQNB51TIOoam" + } + } + } +} \ No newline at end of file