@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.cjs
CHANGED
|
@@ -1787,6 +1787,7 @@ var TestServer = class {
|
|
|
1787
1787
|
throw MAPRequestError.agentNotFound(params.parent);
|
|
1788
1788
|
}
|
|
1789
1789
|
return this.#handleAgentsRegister(connection, {
|
|
1790
|
+
agentId: params.agentId,
|
|
1790
1791
|
name: params.name,
|
|
1791
1792
|
role: params.role,
|
|
1792
1793
|
parent: params.parent
|