{ "name": "dsh-goofish-mcp", "version": "0.1.2", "description": "闲鱼 (Xianyu / Goofish) read-only MCP monitoring for DeepSeek Harness: drives the goofish-cli MCP server (stdio subprocess) and exposes read-only tools (search / item detail / listing / IM history) under mcp__goofish__*; write-capable tools (publish / delete / send / auth_login) are intentionally filtered out", "type": "module", "main": "lib/index.mjs", "exports": { ".": "./lib/index.mjs", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "engines": { "dsh": ">=0.1.5-rc.1" } }, "files": [ "lib", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE" ], "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "xianyu", "goofish", "闲鱼", "mcp", "monitoring" ], "license": "MIT", "engines": { "node": "^22.19.0 || >=24.0.0" }, "scripts": { "build": "tsdown", "typecheck": "tsc --noEmit", "test": "node tests/smoke.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^4.4.3" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1", "@deepseek-ai/dsh-llm": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-llm": "0.1.5-rc.1", "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.1", "@deepseek-ai/dsh-tools": "0.1.5-rc.1", "@types/node": "^22.20.0", "tsdown": "0.22.2", "typescript": "~5.7.2" }, "repository": { "type": "git", "url": "https://github.com/zhengjy01/dsh-goofish-mcp" } }