@intelliweave/embedded 2.0.72-beta.8 → 2.0.72-beta.9
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/component/component.d.ts +15 -16
- package/dist/component/component.js +102 -84
- package/dist/component/{ort.bundle.min-5QOPZPPI.js → ort.bundle.min-4BREXDX3.js} +3 -3
- package/dist/intelliweave-wordpress.zip +0 -0
- package/dist/node/node.d.ts +15 -16
- package/dist/node/node.js +10 -10
- package/dist/react/react.d.ts +15 -16
- package/dist/react/react.js +17 -17
- package/dist/script-tag/{ort.bundle.min-5QOPZPPI.js → ort.bundle.min-4BREXDX3.js} +3 -3
- package/dist/script-tag/script-tag.js +102 -84
- package/dist/webpack/index.d.ts +15 -16
- package/dist/webpack/index.js +17 -17
- package/package.json +20 -21
- package/vitest.config.ts +5 -10
- package/tests/common.html +0 -357
- package/tests/fullscreen.html +0 -37
- package/tests/images.html +0 -35
- package/tests/index.html +0 -32
- package/tests/local-hub.html +0 -34
- package/tests/subagents.html +0 -128
|
@@ -176,6 +176,17 @@ declare class MCPKnowledgeClient {
|
|
|
176
176
|
searchToolName?: string;
|
|
177
177
|
/** Keep search function available for the AI to use. */
|
|
178
178
|
searchToolVisible?: boolean;
|
|
179
|
+
/** Use the IntelliWeave proxy */
|
|
180
|
+
proxy?: {
|
|
181
|
+
/** If true, will send requests via the IntelliWeave MCP proxy */
|
|
182
|
+
enabled?: boolean;
|
|
183
|
+
/** The URL of the proxy server, defaults to the standard IntelliWeave proxy */
|
|
184
|
+
url?: string;
|
|
185
|
+
/** IntelliWeave API key */
|
|
186
|
+
apiKey?: string;
|
|
187
|
+
};
|
|
188
|
+
/** Pass extra headers to the MCP server */
|
|
189
|
+
headers?: Record<string, string>;
|
|
179
190
|
};
|
|
180
191
|
/** Constructor */
|
|
181
192
|
constructor(config: MCPKnowledgeClient['config']);
|
|
@@ -186,16 +197,10 @@ declare class MCPKnowledgeClient {
|
|
|
186
197
|
method: string;
|
|
187
198
|
params?: {
|
|
188
199
|
[x: string]: unknown;
|
|
189
|
-
task?: {
|
|
190
|
-
[x: string]: unknown;
|
|
191
|
-
ttl?: number | null | undefined;
|
|
192
|
-
pollInterval?: number | undefined;
|
|
193
|
-
} | undefined;
|
|
194
200
|
_meta?: {
|
|
195
201
|
[x: string]: unknown;
|
|
196
202
|
progressToken?: string | number | undefined;
|
|
197
203
|
"io.modelcontextprotocol/related-task"?: {
|
|
198
|
-
[x: string]: unknown;
|
|
199
204
|
taskId: string;
|
|
200
205
|
} | undefined;
|
|
201
206
|
} | undefined;
|
|
@@ -206,8 +211,8 @@ declare class MCPKnowledgeClient {
|
|
|
206
211
|
[x: string]: unknown;
|
|
207
212
|
_meta?: {
|
|
208
213
|
[x: string]: unknown;
|
|
214
|
+
progressToken?: string | number | undefined;
|
|
209
215
|
"io.modelcontextprotocol/related-task"?: {
|
|
210
|
-
[x: string]: unknown;
|
|
211
216
|
taskId: string;
|
|
212
217
|
} | undefined;
|
|
213
218
|
} | undefined;
|
|
@@ -216,8 +221,8 @@ declare class MCPKnowledgeClient {
|
|
|
216
221
|
[x: string]: unknown;
|
|
217
222
|
_meta?: {
|
|
218
223
|
[x: string]: unknown;
|
|
224
|
+
progressToken?: string | number | undefined;
|
|
219
225
|
"io.modelcontextprotocol/related-task"?: {
|
|
220
|
-
[x: string]: unknown;
|
|
221
226
|
taskId: string;
|
|
222
227
|
} | undefined;
|
|
223
228
|
} | undefined;
|
|
@@ -226,16 +231,10 @@ declare class MCPKnowledgeClient {
|
|
|
226
231
|
method: string;
|
|
227
232
|
params?: {
|
|
228
233
|
[x: string]: unknown;
|
|
229
|
-
task?: {
|
|
230
|
-
[x: string]: unknown;
|
|
231
|
-
ttl?: number | null | undefined;
|
|
232
|
-
pollInterval?: number | undefined;
|
|
233
|
-
} | undefined;
|
|
234
234
|
_meta?: {
|
|
235
235
|
[x: string]: unknown;
|
|
236
236
|
progressToken?: string | number | undefined;
|
|
237
237
|
"io.modelcontextprotocol/related-task"?: {
|
|
238
|
-
[x: string]: unknown;
|
|
239
238
|
taskId: string;
|
|
240
239
|
} | undefined;
|
|
241
240
|
} | undefined;
|
|
@@ -246,8 +245,8 @@ declare class MCPKnowledgeClient {
|
|
|
246
245
|
[x: string]: unknown;
|
|
247
246
|
_meta?: {
|
|
248
247
|
[x: string]: unknown;
|
|
248
|
+
progressToken?: string | number | undefined;
|
|
249
249
|
"io.modelcontextprotocol/related-task"?: {
|
|
250
|
-
[x: string]: unknown;
|
|
251
250
|
taskId: string;
|
|
252
251
|
} | undefined;
|
|
253
252
|
} | undefined;
|
|
@@ -256,8 +255,8 @@ declare class MCPKnowledgeClient {
|
|
|
256
255
|
[x: string]: unknown;
|
|
257
256
|
_meta?: {
|
|
258
257
|
[x: string]: unknown;
|
|
258
|
+
progressToken?: string | number | undefined;
|
|
259
259
|
"io.modelcontextprotocol/related-task"?: {
|
|
260
|
-
[x: string]: unknown;
|
|
261
260
|
taskId: string;
|
|
262
261
|
} | undefined;
|
|
263
262
|
} | undefined;
|