{ "name": "dsh-mcp-manager-ui", "version": "1.1.7", "description": "Responsive MCP management UI for DeepSeek Harness Web — floating panel, JSON import, and profile-backed Host Remote management.", "repository": { "type": "git", "url": "git+https://github.com/Imzl-zl/dsh-mcp-manager-ui.git" }, "homepage": "https://github.com/Imzl-zl/dsh-mcp-manager-ui#readme", "bugs": { "url": "https://github.com/Imzl-zl/dsh-mcp-manager-ui/issues" }, "type": "module", "main": "lib/index.js", "scripts": { "test": "node --test" }, "exports": { "./typert": "./lib/typert.js", "./client": "./lib/client.js", ".": "./lib/index.js", "./package.json": "./package.json" }, "files": [ "lib", "docs", "cordis.patch.yml", "README.md", "LICENSE" ], "dependencies": { "yaml": "2.9.0", "zod": "4.4.3" }, "peerDependencies": { "@deepseek-ai/dsh-agent": "^0.1.0-rc.7", "@deepseek-ai/dsh-agent-loop": "^0.1.0-rc.7", "@deepseek-ai/dsh-atomic-write": "^0.1.0-rc.7", "@deepseek-ai/dsh-mcp-client": "^0.1.0-rc.7", "@deepseek-ai/dsh-scope": "^0.1.0-rc.7", "@deepseek-ai/dsh-tools": "^0.1.0-rc.7", "@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.7", "cordis": "~4.0.1" }, "devDependencies": { "@deepseek-ai/dsh-atomic-write": "^0.1.0-rc.8", "@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.8" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-api-remotes", "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-slots" ] } }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "cordis", "mcp" ], "license": "MIT" }