Fix server config: remove @latest to avoid package name conflict

This commit is contained in:
Morax
2025-07-29 14:25:26 +08:00
parent 81f5797082
commit 7354e41d19

View File

@@ -7,7 +7,7 @@ A professional-grade Model Context Protocol (MCP) server for Rider-Waite tarot c
```json ```json
{ {
"command": "npx", "command": "npx",
"args": ["tarot-mcp-server@latest"], "args": ["tarot-mcp-server"],
"env": { "env": {
"NODE_ENV": "production" "NODE_ENV": "production"
} }