From 9dbbbf8f285c1f125f4cf9c0bbe0ca582e3142d1 Mon Sep 17 00:00:00 2001 From: Molecule AI Technical Writer Date: Fri, 15 May 2026 06:34:46 +0000 Subject: [PATCH] fix(docs): remove stale 'coming soon' stub from plugins.mdx MCP entry Replace "(coming soon for more runtimes)" with an accurate description linking to the MCP Server guide. Works with any MCP-compatible AI agent. 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..b55b052 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 — works with any MCP-compatible AI agent (Claude Code, Cursor, etc.). 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