From 4c8ce14475b6abd4ab59e1b1996a86267ec8b82c Mon Sep 17 00:00:00 2001 From: Morax Date: Tue, 29 Jul 2025 14:13:14 +0800 Subject: [PATCH] Add ModelScope MCP service configuration and NPM publishing setup --- README.md | 39 ++++++++++++--------------------------- 1 file changed, 12 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index e8f1db8..f53c0f3 100644 --- a/README.md +++ b/README.md @@ -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