borgmcp 3.16.0 → 3.16.1
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/THIRD_PARTY_NOTICES.md +1 -1
- package/docs/RELEASING.md +2 -2
- package/package.json +2 -2
package/THIRD_PARTY_NOTICES.md
CHANGED
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@0.13.
|
|
24
|
+
- the exact audited registry dependency `borgmcp-shared@0.13.1` remains locked to
|
|
25
25
|
its canonical tarball and integrity
|
|
26
|
-
`sha512-
|
|
26
|
+
`sha512-AT5xOpd99U1Xd2waRJs01i2fz9ApMzd+NXQh0WMwTUknSsHpaQaEtGjcxtEDZG6MbB6nWfhoWG1ZZm9Fdkoytg==`;
|
|
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": "3.16.
|
|
3
|
+
"version": "3.16.1",
|
|
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": "0.13.
|
|
75
|
+
"borgmcp-shared": "0.13.1",
|
|
76
76
|
"chalk": "^5.3.0",
|
|
77
77
|
"prompts": "^2.4.2",
|
|
78
78
|
"which": "^4.0.0"
|