{
  "name": "@mcpflow.io/mcp-mentor-mcp-server",
  "version": "1.0.1",
  "description": "一个模型上下文协议服务器，通过基于人工智能的Deepseek-Reasoning R1导师能力为LLM代理提供第二意见，包括代码审查、设计批判、写作反馈以及通过Deepseek API进行创意头脑风暴。",
  "type": "module",
  "main": "build/index.js",
  "scripts": {
    "build": "tsc && chmod +x build/index.js",
    "start": "node build/index.js",
    "dev": "tsc -w",
    "clean": "rm -rf build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "mcp",
    "mentor",
    "feedback",
    "llm",
    "mcpflow"
  ],
  "author": "cyanheads",
  "license": "Apache License 2.0",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.4.1",
    "@types/node": "^22.10.10",
    "axios": "^1.7.9",
    "dotenv": "^16.4.7",
    "typescript": "^5.7.3",
    "openai": "^4.80.1"
  },
  "mcpflow": {
    "originalName": "mentor-mcp-server",
    "mcpId": "a836c557-2c58-48de-8f97-fb49f43b7b56",
    "developer": "cyanheads",
    "gitRepo": "https://github.com/cyanheads/mentor-mcp-server",
    "callType": "CLI"
  }
}