Fix server config: remove @latest to avoid package name conflict
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user