From 9b039ad30e479061e0cefd3d1654102ace439322 Mon Sep 17 00:00:00 2001 From: Molecule AI Documentation Specialist Date: Sun, 17 May 2026 12:16:47 +0000 Subject: [PATCH 1/2] =?UTF-8?q?fix(plugins):=20backfill=20MCP=20server=20s?= =?UTF-8?q?tatus=20=E2=80=94=20now=20shipping=20in=20Hermes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hermes template ships a live MCP server. Removes the stale "coming soon for more runtimes" stub from the plugin shapes table and replaces it with an accurate description of the MCP server's role in the Hermes workspace: launched at container startup, registered as A2A MCP tool provider, exposing list_peers / delegate_task / send_message_to_user. Co-Authored-By: Claude Opus 4.7 --- content/docs/plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/plugins.mdx b/content/docs/plugins.mdx index f38d5e9..06cd5a3 100644 --- a/content/docs/plugins.mdx +++ b/content/docs/plugins.mdx @@ -35,7 +35,7 @@ runtime. | Shape | Description | |-------|-------------| | agentskills.io format | `SKILL.md` + optional scripts, hooks, and `plugin.yaml` manifest | -| MCP server | Model Context Protocol server (coming soon for more runtimes) | +| MCP server | Model Context Protocol server — available in the Hermes runtime template (`molecule-ai-workspace-template-hermes`); MCP server is launched at container startup and registered as an A2A MCP tool provider, enabling platform tools like `list_peers`, `delegate_task`, and `send_message_to_user` inside the Hermes agent loop | The shape is orthogonal to the source. A `github://` plugin and a `local://` plugin can both be agentskills.io format. The per-runtime adapter inside the -- 2.52.0 From b33f04afcb71c557928e358042415d95054a2b13 Mon Sep 17 00:00:00 2001 From: Molecule AI Documentation Specialist Date: Mon, 18 May 2026 02:01:48 +0000 Subject: [PATCH 2/2] fix(plugins): resolve line-38 conflict with docs#48 docs#48 (merges first) changes line 38 to a cross-platform MCP description. This commit synthesises both: keeps docs#48's framing ("works with any MCP-compatible agent") but adds docs#54's Hermes integration detail (container startup, A2A tool provider, list_peers / delegate_task / send_message_to_user) and keeps docs#48's reference to the MCP Server guide. Co-Authored-By: Claude Opus 4.7 --- content/docs/plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/plugins.mdx b/content/docs/plugins.mdx index 06cd5a3..5c3a3c4 100644 --- a/content/docs/plugins.mdx +++ b/content/docs/plugins.mdx @@ -35,7 +35,7 @@ runtime. | Shape | Description | |-------|-------------| | agentskills.io format | `SKILL.md` + optional scripts, hooks, and `plugin.yaml` manifest | -| MCP server | Model Context Protocol server — available in the Hermes runtime template (`molecule-ai-workspace-template-hermes`); MCP server is launched at container startup and registered as an A2A MCP tool provider, enabling platform tools like `list_peers`, `delegate_task`, and `send_message_to_user` inside the Hermes agent loop | +| MCP server | Works with any MCP-compatible AI agent (Claude Code, Cursor, etc.). In the Hermes runtime template the MCP server is launched at container startup as an A2A tool provider, exposing platform tools including `list_peers`, `delegate_task`, and `send_message_to_user` to the Hermes agent loop. See the [MCP Server guide](/docs/mcp-server) for setup and available tools. | The shape is orthogonal to the source. A `github://` plugin and a `local://` plugin can both be agentskills.io format. The per-runtime adapter inside the -- 2.52.0