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"] } } }