@multi-agent-protocol/sdk 0.1.3 → 0.1.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/dist/testing.cjs +1 -0
- package/dist/testing.cjs.map +1 -1
- package/dist/testing.js +1 -0
- package/dist/testing.js.map +1 -1
- package/package.json +1 -1
package/dist/testing.js
CHANGED
|
@@ -1785,6 +1785,7 @@ var TestServer = class {
|
|
|
1785
1785
|
throw MAPRequestError.agentNotFound(params.parent);
|
|
1786
1786
|
}
|
|
1787
1787
|
return this.#handleAgentsRegister(connection, {
|
|
1788
|
+
agentId: params.agentId,
|
|
1788
1789
|
name: params.name,
|
|
1789
1790
|
role: params.role,
|
|
1790
1791
|
parent: params.parent
|