From 7354e41d19f697de9168ed933f51492a2dfc10f3 Mon Sep 17 00:00:00 2001 From: Morax Date: Tue, 29 Jul 2025 14:25:26 +0800 Subject: [PATCH] Fix server config: remove @latest to avoid package name conflict --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e60ca8b..3185e25 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A professional-grade Model Context Protocol (MCP) server for Rider-Waite tarot c ```json { "command": "npx", - "args": ["tarot-mcp-server@latest"], + "args": ["tarot-mcp-server"], "env": { "NODE_ENV": "production" }