From 00e3753f372ab7b8091549913e5efdb668c32863 Mon Sep 17 00:00:00 2001 From: "molecule-ai[bot]" <276602405+molecule-ai[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:14:57 +0000 Subject: [PATCH] chore: sync opencode.json with main (conflict resolution post PR#842 merge) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR#842 merged the docs/opencode.json to main with the correct MCP URL path. PR#840 branch had an older version — sync to main's content to resolve conflict. --- org-templates/molecule-dev/opencode.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/org-templates/molecule-dev/opencode.json b/org-templates/molecule-dev/opencode.json index 3fa62553..acfbe34d 100644 --- a/org-templates/molecule-dev/opencode.json +++ b/org-templates/molecule-dev/opencode.json @@ -1,12 +1,10 @@ { - "$schema": "https://opencode.ai/config.schema.json", "mcpServers": { "molecule": { "type": "remote", "url": "${MOLECULE_MCP_URL}/workspaces/${WORKSPACE_ID}/mcp", - "headers": { - "Authorization": "Bearer ${MOLECULE_MCP_TOKEN}" - } + "headers": { "Authorization": "Bearer ${MOLECULE_MCP_TOKEN}" }, + "description": "Molecule AI A2A orchestration — delegate_task, list_peers, check_task_status" } } }