@uipath/agenthub-tool 1.203.0-preview.160 → 1.203.0-preview.180
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/index.js
CHANGED
|
@@ -29,7 +29,7 @@ var package_default = {
|
|
|
29
29
|
name: "@uipath/agenthub-tool",
|
|
30
30
|
author: "UiPath",
|
|
31
31
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
32
|
-
version: "1.203.0-preview.
|
|
32
|
+
version: "1.203.0-preview.180",
|
|
33
33
|
description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
|
|
34
34
|
private: false,
|
|
35
35
|
repository: {
|
|
@@ -7182,4 +7182,4 @@ var createStandaloneProgram = async () => {
|
|
|
7182
7182
|
|
|
7183
7183
|
export { metadata, registerCommands, createStandaloneProgram };
|
|
7184
7184
|
|
|
7185
|
-
//# debugId=
|
|
7185
|
+
//# debugId=02B8B70E76902B5464756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uipath/agenthub-tool",
|
|
3
3
|
"author": "UiPath",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
|
-
"version": "1.203.0-preview.
|
|
5
|
+
"version": "1.203.0-preview.180",
|
|
6
6
|
"description": "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
|
|
7
7
|
"private": false,
|
|
8
8
|
"repository": {
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"files": [
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "4e0a51e3ab2c9d89afd3d35a7b087a7fa58133a0"
|
|
31
31
|
}
|