@mplp/schema 1.0.3 → 1.0.4
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 +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
**License:** Apache-2.0
|
|
5
5
|
|
|
6
6
|
The **@mplp/schema** package provides **JSON Schema definitions and validation utilities** for the
|
|
7
|
-
**Multi-Agent Lifecycle Protocol (MPLP)** — the Agent OS
|
|
7
|
+
**Multi-Agent Lifecycle Protocol (MPLP)** — the Agent OS Protocol for AI agent systems.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mplp/schema",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "MPLP Protocol v1.0 JSON Schemas - All protocol schema definitions",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"validation",
|
|
16
16
|
"multi-agent",
|
|
17
17
|
"lifecycle",
|
|
18
|
-
"agent-os"
|
|
18
|
+
"agent-os",
|
|
19
|
+
"agent-os-protocol"
|
|
19
20
|
],
|
|
20
21
|
"publishConfig": {
|
|
21
22
|
"access": "public"
|