{ "name": "dsh-mcp-connector", "version": "0.2.51", "description": "DeepSeek Harness MCP Connector: connect servers, search tools across active connections, and troubleshoot discovery. Includes a continuously updated catalog; supports OAuth 2.0 PKCE, API keys, Streamable HTTP/stdio, and mcpServers JSON import.", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "bin": { "dsh-mcp-connector-probe": "scripts/probe-connector.mjs", "dsh-mcp-cli-bridge": "scripts/cli-bridge.mjs" }, "files": [ "lib", "ui", "catalog", "registry", "docs/DESKTOP-E2E.md", "docs/MARKET-REGISTRATION.md", "docs/PLUGIN-UPDATE.md", "docs/CONFIG-BACKUP.md", "docs/CONNECTION-SCOPES.md", "docs/TOOL-GOVERNANCE.md", "docs/FIRST-CONTRIBUTION.md", "docs/STDIO-SUPPORT.md", "docs/CLI-PROVIDERS.md", "docs/USER-GUIDE.md", "docs/screenshots", "cordis.patch.yml", "README.md", "README.en.md", "screenshots.json", "CONTRIBUTING.md", "CHANGELOG.md", "LICENSE", "install.sh", "scripts/probe-connector.mjs", "scripts/cli-bridge.mjs", "scripts/build-registry.mjs", "scripts/ui-harness.mjs" ], "scripts": { "test": "node --test", "lint": "node --check lib/discovery-policy.js && node --check lib/index.js && node --check lib/web.js && node --check lib/client.js && node --check lib/settings.js && node --check lib/version-status.js && node --check lib/schema.js && node --check lib/catalog.js && node --check lib/prompts.js && node --check lib/probe.js && node --check lib/diagnostics.js && node --check lib/connection-backup.js && node --check lib/connection-editor.js && node --check lib/connection-scopes.js && node --check lib/governance.js && node --check lib/tool-catalog-cache.js && node --check lib/status-events.js && node --check lib/mcp-validation.js && node --check lib/mcp-http.js && node --check lib/migration.js && node --check lib/stores.js && node --check lib/grant-journal.js && node --check lib/oauth.js && node --check lib/grant-lifecycle.js && node --check lib/callback-server.js && node --check lib/mcp-provision.js && node --check lib/cli-providers.js && node --check lib/util.js && node --check lib/constants.js && node --check lib/tools.js && node --check lib/connectors/oauth-connector.js && node --check lib/connectors/manual-connector.js && node --check lib/connectors/json-connector.js && node --check scripts/probe-connector.mjs && node --check scripts/cli-bridge.mjs && node --check scripts/build-registry.mjs && node --check scripts/ui-harness.mjs && node --check scripts/check-market-registration.mjs && node --check scripts/check-distribution-sync.mjs && node --check scripts/check-readme-version.mjs && node --check scripts/check-marketing-metadata.mjs && node --check scripts/check-storefront-screenshots.mjs && node --check scripts/sync-registry-stats.mjs && node --check scripts/verify-pack.mjs", "registry:build": "node scripts/build-registry.mjs", "registry:validate": "node scripts/probe-connector.mjs catalog/catalog.json --validate-only", "dev:ui": "node scripts/ui-harness.mjs", "market:check": "node scripts/check-market-registration.mjs", "distribution:check:live": "node scripts/check-distribution-sync.mjs --strict-sync", "registry:stats:sync": "node scripts/sync-registry-stats.mjs", "docs:check": "node scripts/check-readme-version.mjs", "marketing:check": "node scripts/check-marketing-metadata.mjs", "marketing:check:github": "node scripts/check-marketing-metadata.mjs --live-github", "marketing:check:npm": "node scripts/check-marketing-metadata.mjs --live-npm", "marketing:check:live": "node scripts/check-marketing-metadata.mjs --live", "storefront:check": "node scripts/check-storefront-screenshots.mjs", "verify-pack": "node scripts/verify-pack.mjs", "check": "npm run lint && npm run docs:check && npm run marketing:check && npm run storefront:check && npm test && npm run verify-pack", "prepublishOnly": "npm run check" }, "keywords": [ "deepseek-harness", "deepseek", "harness", "dsh", "dsh-plugin", "cordis", "mcp", "mcp-client", "mcp-server", "mcp-connector", "mcp-marketplace", "model-context-protocol", "mcp-hub", "mcp-manager", "mcp-registry", "mcp-tools", "mcp-store", "remote-mcp", "streamable-http", "stdio", "connector", "connection", "connection-manager", "marketplace", "plugin", "extension", "integration", "agent-skills", "skill-extension", "ai-tools", "llm-tools", "ai-agents", "oauth", "oauth2", "pkce", "api-key", "json-import", "enterprise-data", "qichacha", "qcc", "tools", "prompts", "MCP连接器", "连接器", "连接管理", "技能扩展", "插件", "扩展", "企查查" ], "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git+https://github.com/duhu2000/dsh-mcp-connector.git" }, "homepage": "https://github.com/duhu2000/dsh-mcp-connector#readme", "bugs": { "url": "https://github.com/duhu2000/dsh-mcp-connector/issues" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-ui-conversation" ], "platform": "web" } }, "peerDependencies": { "@deepseek-ai/dsh-client-ui-conversation": "*", "@deepseek-ai/dsh-client-ui-layout": "*", "@deepseek-ai/dsh-mcp-client": "^0.1.1-rc.2", "@deepseek-ai/dsh-storage-domain": "*", "@deepseek-ai/schemastery": "^3.18.1", "@deepseek-ai/cordis": "^4.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "zod": "^4.4.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-storage": "^0.1.0-rc.7", "@deepseek-ai/dsh-storage-domain": "^0.1.0-rc.7", "@deepseek-ai/schemastery": "^3.18.1", "zod": "^4.4.0" }, "engines": { "node": ">=20" } }