dsh-mcp-connector 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -1
- package/README.en.md +6 -4
- package/README.md +6 -4
- package/package.json +21 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.2.6] - 2026-08-21
|
|
8
|
+
|
|
9
|
+
### Documentation
|
|
10
|
+
|
|
11
|
+
- 记录 `0.2.5` GitHub/npm 发布、DSH Desktop 精确版本安装、孤立 grant 自动清理与 19/19 Server 健康回归结果。
|
|
12
|
+
- 扩充 GitHub Topic、仓库简介、README 和 npm 关键词,覆盖 MCP连接器、连接管理、插件/扩展、集成、Qichacha/QCC 和企查查等真实检索入口。
|
|
13
|
+
- 明确“技能扩展”指 MCP 工具与 Prompt 对智能体能力的扩展,不将本包标记为独立 DSH Skill。
|
|
14
|
+
|
|
7
15
|
## [0.2.5] - 2026-08-21
|
|
8
16
|
|
|
9
17
|
### Changed
|
|
@@ -139,7 +147,8 @@
|
|
|
139
147
|
- 外部 URL 与导入 Header 执行安全校验。
|
|
140
148
|
- iframe 消息校验同源和消息来源。
|
|
141
149
|
|
|
142
|
-
[Unreleased]: https://github.com/duhu2000/dsh-mcp-connector/compare/v0.2.
|
|
150
|
+
[Unreleased]: https://github.com/duhu2000/dsh-mcp-connector/compare/v0.2.6...HEAD
|
|
151
|
+
[0.2.6]: https://github.com/duhu2000/dsh-mcp-connector/compare/v0.2.5...v0.2.6
|
|
143
152
|
[0.2.5]: https://github.com/duhu2000/dsh-mcp-connector/compare/v0.2.4...v0.2.5
|
|
144
153
|
[0.2.4]: https://github.com/duhu2000/dsh-mcp-connector/compare/v0.2.3...v0.2.4
|
|
145
154
|
[0.2.3]: https://github.com/duhu2000/dsh-mcp-connector/compare/v0.2.2...v0.2.3
|
package/README.en.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
# MCP Connector Marketplace for DeepSeek Harness
|
|
1
|
+
# MCP Connector and Connection Manager Marketplace for DeepSeek Harness
|
|
2
2
|
|
|
3
|
-
> A general-purpose MCP connector marketplace initiated and maintained by the Qichacha team
|
|
3
|
+
> A general-purpose MCP connector, plugin extension, and integration marketplace initiated and maintained by the Qichacha (QCC) team
|
|
4
4
|
|
|
5
|
-
Browse and install MCP connectors from different providers in DeepSeek Harness Desktop. Connect through OAuth, API key/URL configuration, JSON import, or a connector descriptor URL; discover tools, start a new conversation
|
|
5
|
+
Browse and install MCP connectors from different providers in DeepSeek Harness Desktop. Connect MCP servers through OAuth, API key/URL configuration, JSON import, or a connector descriptor URL; discover tools and prompts, extend agent skills, start a new conversation, and manage installed connections.
|
|
6
|
+
|
|
7
|
+
> Here, “skill extension” means extending an agent through MCP tools and prompts; this package does not present itself as a standalone DSH Skill.
|
|
6
8
|
|
|
7
9
|
[简体中文](README.md)
|
|
8
10
|
|
|
@@ -97,7 +99,7 @@ npm run dev:ui
|
|
|
97
99
|
|
|
98
100
|
`npm run check` performs syntax checks, automated tests, and an npm package allowlist/sensitive-content audit. Tags matching `v*` trigger GitHub Actions; the tag must match `package.json`. npm releases use Trusted Publishing through GitHub OIDC and do not require a long-lived `NPM_TOKEN`.
|
|
99
101
|
|
|
100
|
-
The current public version is [`dsh-mcp-connector@0.2.
|
|
102
|
+
The current public version is [`dsh-mcp-connector@0.2.6`](https://www.npmjs.com/package/dsh-mcp-connector), with [GitHub Release v0.2.6](https://github.com/duhu2000/dsh-mcp-connector/releases/tag/v0.2.6).
|
|
101
103
|
|
|
102
104
|
See [CHANGELOG.md](CHANGELOG.md) for version history and [docs/DESKTOP-E2E.md](docs/DESKTOP-E2E.md) for the Desktop release checklist.
|
|
103
105
|
|
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
# MCP
|
|
1
|
+
# MCP连接器与连接管理市场(DeepSeek Harness 插件 / 扩展)
|
|
2
2
|
|
|
3
|
-
> 通用 MCP Connector Marketplace
|
|
3
|
+
> 通用 MCP Connector / Connection Manager / Integration Marketplace,由企查查(Qichacha/QCC)团队发起并维护
|
|
4
4
|
|
|
5
|
-
在 DeepSeek Harness Desktop 中浏览和安装不同厂商的 MCP
|
|
5
|
+
在 DeepSeek Harness Desktop 中浏览和安装不同厂商的 MCP连接器,连接 MCP Server,通过 OAuth、API Key/URL 或 JSON 接入服务,发现工具与 Prompt,扩展 AI 技能,并管理已安装连接。
|
|
6
|
+
|
|
7
|
+
> 注:“技能扩展”指通过 MCP 工具和 Prompt 扩展智能体能力,本包不会伪装成独立 DSH Skill。
|
|
6
8
|
|
|
7
9
|
[English](README.en.md)
|
|
8
10
|
|
|
@@ -93,7 +95,7 @@ npm run dev:ui
|
|
|
93
95
|
|
|
94
96
|
`check` 执行语法检查、自动测试和 npm 发布包白名单校验;`dev:ui` 启动不含真实凭据的本地 mock 市场。CI 使用 `--legacy-peer-deps` 安装显式测试依赖,DSH 运行期 peer 仍由 Host 提供。`v*` Tag 会触发 GitHub Actions;Tag 必须与 `package.json` 版本一致。Release 通过 npm Trusted Publishing (GitHub OIDC) 发布,不依赖长期 `NPM_TOKEN`。
|
|
95
97
|
|
|
96
|
-
当前公开版本为 [`dsh-mcp-connector@0.2.
|
|
98
|
+
当前公开版本为 [`dsh-mcp-connector@0.2.6`](https://www.npmjs.com/package/dsh-mcp-connector),对应 [GitHub Release v0.2.6](https://github.com/duhu2000/dsh-mcp-connector/releases/tag/v0.2.6)。
|
|
97
99
|
|
|
98
100
|
版本能力与变更记录见 [CHANGELOG.md](CHANGELOG.md)。
|
|
99
101
|
Desktop 发版回归见 [docs/DESKTOP-E2E.md](docs/DESKTOP-E2E.md)。
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-mcp-connector",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "General-purpose MCP
|
|
3
|
+
"version": "0.2.6",
|
|
4
|
+
"description": "General-purpose MCP connector, connection manager, plugin extension, and integration marketplace for DeepSeek Harness, initiated and maintained by Qichacha/QCC.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -46,18 +46,36 @@
|
|
|
46
46
|
"cordis",
|
|
47
47
|
"mcp",
|
|
48
48
|
"mcp-client",
|
|
49
|
+
"mcp-server",
|
|
49
50
|
"mcp-connector",
|
|
51
|
+
"mcp-marketplace",
|
|
50
52
|
"connector",
|
|
53
|
+
"connection",
|
|
54
|
+
"connection-manager",
|
|
51
55
|
"marketplace",
|
|
56
|
+
"plugin",
|
|
57
|
+
"extension",
|
|
58
|
+
"integration",
|
|
59
|
+
"agent-skills",
|
|
60
|
+
"skill-extension",
|
|
61
|
+
"ai-tools",
|
|
52
62
|
"oauth",
|
|
53
63
|
"oauth2",
|
|
54
64
|
"pkce",
|
|
65
|
+
"api-key",
|
|
55
66
|
"json-import",
|
|
56
67
|
"enterprise-data",
|
|
57
68
|
"qichacha",
|
|
58
69
|
"qcc",
|
|
59
70
|
"tools",
|
|
60
|
-
"prompts"
|
|
71
|
+
"prompts",
|
|
72
|
+
"MCP连接器",
|
|
73
|
+
"连接器",
|
|
74
|
+
"连接管理",
|
|
75
|
+
"技能扩展",
|
|
76
|
+
"插件",
|
|
77
|
+
"扩展",
|
|
78
|
+
"企查查"
|
|
61
79
|
],
|
|
62
80
|
"license": "MIT",
|
|
63
81
|
"publishConfig": {
|