@mplp/devtools 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/devtools** package provides **Development tools and 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/devtools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Developer tools and CLI for MPLP Protocol v1.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
"multi-agent",
|
|
44
44
|
"protocol",
|
|
45
45
|
"lifecycle",
|
|
46
|
-
"agent-os"
|
|
46
|
+
"agent-os",
|
|
47
|
+
"agent-os-protocol"
|
|
47
48
|
],
|
|
48
49
|
"exports": {
|
|
49
50
|
".": {
|