Add ModelScope MCP service configuration and NPM publishing setup

This commit is contained in:
Morax
2025-07-29 14:13:14 +08:00
parent c82f79a529
commit 4c8ce14475

View File

@@ -2,6 +2,18 @@
A professional-grade Model Context Protocol (MCP) server for Rider-Waite tarot card readings, built with Node.js and TypeScript. This server provides comprehensive tarot functionality through both MCP protocol and HTTP API endpoints, featuring research-based interpretations and advanced reading analysis.
## 服务配置
```json
{
"command": "npx",
"args": ["tarot-mcp-server@latest"],
"env": {
"NODE_ENV": "production"
}
}
```
## 🚀 Current Implementation Status
**✅ FULLY IMPLEMENTED AND WORKING:**
@@ -382,33 +394,6 @@ Options:
- `NODE_ENV` - Environment (development/production)
- `PORT` - Server port (default: 3000)
## 📦 Server Config
For ModelScope MCP deployment and other MCP clients:
```json
{
"command": "npx",
"args": ["tarot-mcp-server@latest"],
"env": {
"NODE_ENV": "production"
}
}
```
Alternative configurations:
```json
{
"command": "npx",
"args": ["tarot-mcp-server@latest", "--transport", "http", "--port", "3000"],
"env": {
"NODE_ENV": "production",
"PORT": "3000"
}
}
```
## 🎯 MCP Client Integration
### Cursor IDE