aai-gateway 0.9.1 → 0.9.2
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/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { d as createDesktopDiscovery, n as createGatewayServer, s as createCliCallerContextFromEnv } from "./server-
|
|
2
|
+
import { d as createDesktopDiscovery, n as createGatewayServer, s as createCliCallerContextFromEnv } from "./server-BGUNbiBy.js";
|
|
3
3
|
import { o as AAI_GATEWAY_VERSION, s as logger } from "./acp-FxXoyW5o.js";
|
|
4
4
|
//#region src/cli.ts
|
|
5
5
|
function parseArgs(args) {
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as CliExecutor, c as createSecureStorage, d as createDesktopDiscovery, f as SimpleCache, i as getSkillExecutor, l as McpExecutor, m as createConsentDialog, n as createGatewayServer, o as getCliExecutor, p as ConsentManager, r as SkillExecutor, t as AaiGatewayServer, u as getMcpExecutor } from "./server-
|
|
1
|
+
import { a as CliExecutor, c as createSecureStorage, d as createDesktopDiscovery, f as SimpleCache, i as getSkillExecutor, l as McpExecutor, m as createConsentDialog, n as createGatewayServer, o as getCliExecutor, p as ConsentManager, r as SkillExecutor, t as AaiGatewayServer, u as getMcpExecutor } from "./server-BGUNbiBy.js";
|
|
2
2
|
import { t as AaiError } from "./errors-C3N_hrpx.js";
|
|
3
3
|
import { a as FileRegistry, c as parseAaiJson } from "./mcp-registry-C_CK4tJR.js";
|
|
4
4
|
import { n as getAcpExecutor, o as AAI_GATEWAY_VERSION, s as logger, t as AcpExecutor } from "./acp-FxXoyW5o.js";
|
|
@@ -815,7 +815,7 @@ var WindowsDiscovery = class {
|
|
|
815
815
|
const command = [
|
|
816
816
|
"Get-ChildItem",
|
|
817
817
|
"-Path",
|
|
818
|
-
searchPaths.join(","),
|
|
818
|
+
searchPaths.map((p) => `'${p.replace(/'/g, "''")}'`).join(","),
|
|
819
819
|
"-Filter",
|
|
820
820
|
"aai.json",
|
|
821
821
|
"-Recurse",
|
|
@@ -4185,4 +4185,4 @@ function formatToolPreview(tools) {
|
|
|
4185
4185
|
//#endregion
|
|
4186
4186
|
export { CliExecutor as a, createSecureStorage as c, createDesktopDiscovery as d, SimpleCache as f, getSkillExecutor as i, McpExecutor as l, createConsentDialog as m, createGatewayServer as n, getCliExecutor as o, ConsentManager as p, SkillExecutor as r, createCliCallerContextFromEnv as s, AaiGatewayServer as t, getMcpExecutor as u };
|
|
4187
4187
|
|
|
4188
|
-
//# sourceMappingURL=server-
|
|
4188
|
+
//# sourceMappingURL=server-BGUNbiBy.js.map
|