@tangle-network/agent-integrations 0.38.0 → 0.39.0
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/dist/catalog.js +3 -3
- package/dist/{chunk-ZMAMOCJZ.js → chunk-6MUBOVI4.js} +1832 -1584
- package/dist/chunk-6MUBOVI4.js.map +1 -0
- package/dist/{chunk-53NQJZAT.js → chunk-IA5GCKM6.js} +2 -3
- package/dist/chunk-IA5GCKM6.js.map +1 -0
- package/dist/{chunk-FC7GL2DI.js → chunk-P3RWMLK3.js} +6 -4
- package/dist/{chunk-FC7GL2DI.js.map → chunk-P3RWMLK3.js.map} +1 -1
- package/dist/connectors/adapters/index.d.ts +87 -94
- package/dist/connectors/adapters/index.js +7 -11
- package/dist/connectors/index.d.ts +1 -1
- package/dist/connectors/index.js +7 -11
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9 -13
- package/dist/mcp.js +3 -3
- package/dist/registry.js +3 -3
- package/dist/runtime.js +3 -3
- package/dist/specs.js +1 -1
- package/docs/adapter-triage.md +3 -3
- package/docs/catalog-registry.md +1 -1
- package/package.json +1 -1
- package/dist/chunk-53NQJZAT.js.map +0 -1
- package/dist/chunk-ZMAMOCJZ.js.map +0 -1
package/README.md
CHANGED
|
@@ -202,7 +202,7 @@ code should route through `IntegrationHub` either way.
|
|
|
202
202
|
|
|
203
203
|
Use `buildDefaultIntegrationRegistry()` before creating tool catalogs or
|
|
204
204
|
connection pickers. It produces one canonical connector per integration,
|
|
205
|
-
dedupes aliases such as `notion -> notion
|
|
205
|
+
dedupes aliases such as `notion-database -> notion`, keeps source provenance in
|
|
206
206
|
metadata, and marks the configured execution state for each connector:
|
|
207
207
|
|
|
208
208
|
```txt
|
package/dist/catalog.js
CHANGED
|
@@ -7,15 +7,15 @@ import {
|
|
|
7
7
|
parseIntegrationToolName,
|
|
8
8
|
searchIntegrationTools,
|
|
9
9
|
toMcpTools
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-P3RWMLK3.js";
|
|
11
11
|
import "./chunk-TC5OMANJ.js";
|
|
12
12
|
import "./chunk-IKCXDQVP.js";
|
|
13
13
|
import "./chunk-H4XYLS7T.js";
|
|
14
14
|
import "./chunk-FAFQZJPZ.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-IA5GCKM6.js";
|
|
16
16
|
import "./chunk-7P2LN4VT.js";
|
|
17
17
|
import "./chunk-376UBTNB.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-6MUBOVI4.js";
|
|
19
19
|
import "./chunk-2TW2QKGZ.js";
|
|
20
20
|
import "./chunk-OMLQCESJ.js";
|
|
21
21
|
import "./chunk-PZ5AY32C.js";
|