From 2f7ba4f74b2d89f3f3e094edf50371adb4820553 Mon Sep 17 00:00:00 2001 From: Vamil Gandhi Date: Sun, 1 Feb 2026 14:59:28 -0500 Subject: [PATCH] Update MCP site commands to track latest CLI --- site/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/index.html b/site/index.html index 1ca2843..378d82f 100644 --- a/site/index.html +++ b/site/index.html @@ -489,11 +489,11 @@

Install

MCP setup

-

Expose mermkit as an MCP server over stdio.

+

Expose mermkit as an MCP server over stdio. Use the latest CLI version.

command
-
npx -y @mermkit/cli@0.2.3 mcp
+
npx -y @mermkit/cli mcp
MCP host config
@@ -501,7 +501,7 @@

MCP setup

"mcpServers": { "mermkit": { "command": "npx", - "args": ["-y", "@mermkit/cli@0.2.3", "mcp"] + "args": ["-y", "@mermkit/cli", "mcp"] } } }