@dsh-cc/mcp-config 0.6.0 → 0.6.2

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.
Files changed (2) hide show
  1. package/README.i18n.yaml +3 -3
  2. package/package.json +3 -3
package/README.i18n.yaml CHANGED
@@ -1,6 +1,6 @@
1
1
  # Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
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
- # pnpm run verify-translation-pairing --write packages/mcp/mcp-config/README.md
5
- README.md: 62d41ce3b30d512ae62eb08004a417da863cc07b
6
- README.zh.md: 90596f74566303c721d7c92fb490f903a44ef29a
4
+ # pnpm check:readme --write
5
+ README.md: 60dfa2b06794629f588038fcf00d0831f544dce4
6
+ README.zh.md: 0bd863489d67c0a423f309e82d23ae55c168aa71
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dsh-cc/mcp-config",
3
3
  "description": "MCP workspace-configuration loader: parses .mcp.json into mcp-client registrations",
4
- "version": "0.6.0",
4
+ "version": "0.6.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/dsh-cc/dsh-cc.git",
@@ -30,13 +30,13 @@
30
30
  "@deepseek-ai/schemastery": "^3.18.1"
31
31
  },
32
32
  "dependencies": {
33
- "@dsh-cc/mcp-client": "^0.6.0"
33
+ "@dsh-cc/mcp-client": "^0.6.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@deepseek-ai/dsh-invariants": "link:../../../../deepseek-harness/packages/runtime-diagnostics/invariants",
37
37
  "@deepseek-ai/cordis": "link:../../../../deepseek-harness/vendor/cordis",
38
38
  "@deepseek-ai/schemastery": "link:../../../../deepseek-harness/vendor/schemastery",
39
- "@dsh-cc/mcp-client": "^0.6.0"
39
+ "@dsh-cc/mcp-client": "^0.6.2"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"