borgmcp 5.0.1 → 5.0.3

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.
@@ -2,4 +2,4 @@
2
2
 
3
3
  | Package | Version | License |
4
4
  | --- | --- | --- |
5
- | borgmcp-shared | 2.0.0 | Apache-2.0 |
5
+ | borgmcp-shared | 2.0.1 | Apache-2.0 |
package/docs/RELEASING.md CHANGED
@@ -21,9 +21,9 @@ Before creating the release tag, independently verify all of these conditions:
21
21
  - the extraction review confirms no private backend secrets, deployment
22
22
  configuration, customer data, local state, or duplicated shared contracts
23
23
  entered the public package;
24
- - the exact audited registry dependency `borgmcp-shared@2.0.0` remains locked to
24
+ - the exact audited registry dependency `borgmcp-shared@2.0.1` remains locked to
25
25
  its canonical tarball and integrity
26
- `sha512-GRRpWnWlBI/y8ldut2YCdc8Sb+IdtxgrJaVRAAhPJgeQ5dRNFBXg0BGh+SKKpiHKIkfGuraYhz1hhxzG7wXO9A==`;
26
+ `sha512-S8ynExOPIosDEeFl8TbeMNAaf+v+1RW2vk5IVlbP6M7rg1EKwWh4g17WVeozPmfF/n2qiyetCU5kPWz38cJ84w==`;
27
27
  - the current published server and the client candidate use the same exact
28
28
  `borgmcp-shared` version; publish a compatible server before tagging the
29
29
  client when that pin changes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "borgmcp",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "description": "Coordinate AI coding agents in shared cubes. Works with Claude Code, Codex, and OpenCode.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@modelcontextprotocol/sdk": "^1.0.4",
75
- "borgmcp-shared": "2.0.0",
75
+ "borgmcp-shared": "2.0.1",
76
76
  "chalk": "^5.3.0",
77
77
  "prompts": "^2.4.2",
78
78
  "which": "^4.0.0"