From afac0f7c53188c3817c8f4f402407b1095a7b503 Mon Sep 17 00:00:00 2001 From: core-devops Date: Wed, 10 Jun 2026 02:16:45 -0700 Subject: [PATCH] chore: bump version 1.4.1 -> 1.5.0 (publish the management-mode split) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MOLECULE_MCP_MODE=management registry split (#50, merged 2026-06-07) was committed WITHOUT a version bump, so the npm-published 1.4.1 tarball still serves only the 21 workspace a2a tools. The platform-agent image bakes @molecule-ai/mcp-server@1.4.1 and the org concierge therefore has NO org-admin tools (mcp__platform__list_workspaces et al absent) — verified live on the agents-team pilot 2026-06-10 (TOOLS-FAIL; direct stdio tools/list with MOLECULE_MCP_MODE=management still returns the a2a set). Bumping to 1.5.0 lets the v1.5.0 tag publish the split so Dockerfile.platform-agent can pin it. Co-Authored-By: Claude Opus 4.8 (1M context) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c941307..05f70d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@molecule-ai/mcp-server", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@molecule-ai/mcp-server", - "version": "1.4.1", + "version": "1.5.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "pino": "^9.6.0", diff --git a/package.json b/package.json index 016f3b1..a3ffa5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@molecule-ai/mcp-server", - "version": "1.4.1", + "version": "1.5.0", "description": "MCP server for Molecule AI Agent Team \u2014 manage workspaces, agents, and skills from any AI coding tool", "type": "module", "exports": { -- 2.52.0