@sparkelf/dsh-plugin-mcp-credentials 0.1.0-rc.22 → 0.1.0-rc.26
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/README.i18n.yaml +2 -2
- package/README.md +1 -1
- package/README.zh.md +1 -1
- package/package.json +18 -18
package/README.i18n.yaml
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
|
3
3
|
# after editing either side, bring the other along and re-record with:
|
|
4
4
|
# pnpm run verify-translation-pairing --write packages/plus/mcp-credentials/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: dc15d44e110bbbb96fc2e819e3a78a9fd7a502c7
|
|
6
|
+
README.zh.md: 47cb95ef40e5edb420998ad8e43977cffbfaa1db
|
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ Credential rotation does not alter model-visible schemas. Tool discovery or conn
|
|
|
58
58
|
|
|
59
59
|
This Dev Note is working context for maintainers; shipped behavior, limits, and rationale live in the sections above, the package code, and the linked Agent Note.
|
|
60
60
|
|
|
61
|
-
- `src/index.ts` owns credential resolution and MCP transport composition. The [distribution Agent Note](../../../.agents/notes/
|
|
61
|
+
- `src/index.ts` owns credential resolution and MCP transport composition. The [distribution Agent Note](../../../.agents/notes/implemented/architecture/2026-08-29-ranged-plus-patchset-distribution.md) records why this is a complete internal DataOps dependency.
|
|
62
62
|
- No runtime invariant companion is published because MCP generation and tool contributions are observed by the MCP Client and tool registry; this adapter has no independent generation view.
|
|
63
63
|
|
|
64
64
|
</details>
|
package/README.zh.md
CHANGED
|
@@ -58,7 +58,7 @@ Credential rotation不改变model-visible schemas。Tool discovery或connection
|
|
|
58
58
|
|
|
59
59
|
该开发备注是maintainer working context;shipped behavior、limits及rationale以以上sections、package code及linked Agent Note为准。
|
|
60
60
|
|
|
61
|
-
- `src/index.ts`持有credential resolution及MCP transport composition。[Distribution Agent Note](../../../.agents/notes/
|
|
61
|
+
- `src/index.ts`持有credential resolution及MCP transport composition。[Distribution Agent Note](../../../.agents/notes/implemented/architecture/2026-08-29-ranged-plus-patchset-distribution.zh.md)记录它作为complete internal DataOps dependency的原因。
|
|
62
62
|
- 该package不发布`./invariant` companion,因为MCP generation与tool contributions由MCP Client和tool registry观测;该adapter没有independent generation view。
|
|
63
63
|
|
|
64
64
|
</details>
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
|
-
"@deepseek-ai/schemastery": "
|
|
3
|
+
"@deepseek-ai/schemastery": "^3.18.2",
|
|
4
4
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
5
5
|
"zod": "^4.4.3"
|
|
6
6
|
},
|
|
7
7
|
"description": "Official MCP client replacement with credential-backed Streamable HTTP Bearer authentication",
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
10
|
-
"@deepseek-ai/dsh-attachment": "^0.1.
|
|
11
|
-
"@deepseek-ai/dsh-credentials": "^0.1.
|
|
12
|
-
"@deepseek-ai/dsh-llm": "^0.1.
|
|
13
|
-
"@deepseek-ai/dsh-scope": "^0.1.
|
|
14
|
-
"@deepseek-ai/dsh-subprocess": "^0.1.
|
|
15
|
-
"@deepseek-ai/dsh-timeout": "^0.1.
|
|
16
|
-
"@deepseek-ai/dsh-tools": "^0.1.
|
|
17
|
-
"@deepseek-ai/dsh-util-values": "^0.1.
|
|
10
|
+
"@deepseek-ai/dsh-attachment": "^0.1.5-rc.2",
|
|
11
|
+
"@deepseek-ai/dsh-credentials": "^0.1.5-rc.2",
|
|
12
|
+
"@deepseek-ai/dsh-llm": "^0.1.5-rc.2",
|
|
13
|
+
"@deepseek-ai/dsh-scope": "^0.1.5-rc.2",
|
|
14
|
+
"@deepseek-ai/dsh-subprocess": "^0.1.5-rc.2",
|
|
15
|
+
"@deepseek-ai/dsh-timeout": "^0.1.5-rc.2",
|
|
16
|
+
"@deepseek-ai/dsh-tools": "^0.1.5-rc.2",
|
|
17
|
+
"@deepseek-ai/dsh-util-values": "^0.1.5-rc.2"
|
|
18
18
|
},
|
|
19
19
|
"exports": {
|
|
20
20
|
".": {
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"name": "@sparkelf/dsh-plugin-mcp-credentials",
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@deepseek-ai/cordis": ">=4.0.1",
|
|
35
|
-
"@deepseek-ai/dsh-attachment": ">=0.1.
|
|
36
|
-
"@deepseek-ai/dsh-credentials": ">=0.1.
|
|
37
|
-
"@deepseek-ai/dsh-llm": ">=0.1.
|
|
38
|
-
"@deepseek-ai/dsh-scope": ">=0.1.
|
|
39
|
-
"@deepseek-ai/dsh-subprocess": ">=0.1.
|
|
40
|
-
"@deepseek-ai/dsh-timeout": ">=0.1.
|
|
41
|
-
"@deepseek-ai/dsh-tools": ">=0.1.
|
|
35
|
+
"@deepseek-ai/dsh-attachment": ">=0.1.5-rc.2",
|
|
36
|
+
"@deepseek-ai/dsh-credentials": ">=0.1.5-rc.2",
|
|
37
|
+
"@deepseek-ai/dsh-llm": ">=0.1.5-rc.2",
|
|
38
|
+
"@deepseek-ai/dsh-scope": ">=0.1.5-rc.2",
|
|
39
|
+
"@deepseek-ai/dsh-subprocess": ">=0.1.5-rc.2",
|
|
40
|
+
"@deepseek-ai/dsh-timeout": ">=0.1.5-rc.2",
|
|
41
|
+
"@deepseek-ai/dsh-tools": ">=0.1.5-rc.2"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"repository": {
|
|
47
47
|
"directory": "packages/plus/mcp-credentials",
|
|
48
48
|
"type": "git",
|
|
49
|
-
"url": "git+https://github.com/
|
|
49
|
+
"url": "git+https://github.com/deepseek-ai/deepseek-harness.git"
|
|
50
50
|
},
|
|
51
51
|
"type": "module",
|
|
52
52
|
"types": "lib/types/index.d.ts",
|
|
53
|
-
"version": "0.1.0-rc.
|
|
53
|
+
"version": "0.1.0-rc.26"
|
|
54
54
|
}
|