{ "name": "@dshp/mcp-manager", "version": "0.1.0", "description": "DeepSeek Harness (DSH) MCP server manager: list / create / edit / enable / disable / delete @deepseek-ai/dsh-mcp-client instances in the profile's cordis.patch.yml from the settings page, with form & JSON dual-mode editor, comments-preserving YAML write-back and same-origin JSON routes. MCP 服务器管理器:在设置页列出、新建、编辑、启停、删除 profile 的 cordis.patch.yml 里的 @deepseek-ai/dsh-mcp-client 实例,表单/JSON 双模式编辑,回写保留注释,内置同源 JSON 路由。", "license": "MIT", "author": "Yinxe", "type": "module", "main": "./lib/host.js", "exports": { ".": "./lib/host.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md" ], "keywords": [ "dsh", "deepseek-harness", "cordis", "plugin", "mcp", "model-context-protocol", "manager" ], "engines": { "node": ">=20" }, "scripts": { "dev": "tsup --watch", "build": "tsup", "typecheck": "tsc --noEmit", "clean": "rm -rf lib *.tsbuildinfo", "test": "node --check lib/host.js && node --check lib/client.js && node scripts/patchdoc.test.mjs", "prepublishOnly": "pnpm typecheck && pnpm build", "lint": "oxlint --deny-warnings --config ../../.oxlintrc.json src tsup.config.ts" }, "repository": { "type": "git", "url": "git+https://github.com/Yinxe/deepseek-harness-plugins.git", "directory": "plugins/mcp-manager" }, "bugs": { "url": "https://github.com/Yinxe/deepseek-harness-plugins/issues" }, "homepage": "https://github.com/Yinxe/deepseek-harness-plugins/tree/main/plugins/mcp-manager#readme", "publishConfig": { "access": "public", "provenance": true }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web" } }, "devDependencies": { "@types/react": "^19.3.0", "@deepseek-ai/schemastery": "^3.18.2", "tsup": "^8.5.1", "yaml": "^2.8.0" }, "dependencies": {} }