@zmdb/mcp 1.0.0-beta.1 → 1.0.0-beta.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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,10 +8,10 @@ The package does not open sockets, read process streams, mount an HTTP framework
|
|
|
8
8
|
## Install
|
|
9
9
|
|
|
10
10
|
```bash
|
|
11
|
-
yarn add @zmdb/ai@1.0.0-beta.
|
|
11
|
+
yarn add @zmdb/ai@1.0.0-beta.2 @zmdb/mcp@1.0.0-beta.2
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
> **Prerelease** (`1.0.0-beta.
|
|
14
|
+
> **Prerelease** (`1.0.0-beta.2`). Requires **Node.js 26+** and is **ESM-only**. The runtime uses platform APIs and caller-supplied transports.
|
|
15
15
|
|
|
16
16
|
## Server
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zmdb/mcp",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"description": "Transport-neutral MCP client and server cores with validated tool dispatch, authenticated identity, and bounded remote calls.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"test": "vitest run"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@zmdb/ai": "1.0.0-beta.
|
|
42
|
+
"@zmdb/ai": "1.0.0-beta.2"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=26"
|