@composio/client 0.1.0-alpha.11 → 0.1.0-alpha.13
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/CHANGELOG.md +24 -0
- package/README.md +7 -7
- package/client.d.mts +7 -4
- package/client.d.mts.map +1 -1
- package/client.d.ts +7 -4
- package/client.d.ts.map +1 -1
- package/client.js +3 -0
- package/client.js.map +1 -1
- package/client.mjs +3 -0
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/auth/auth.d.mts +10 -0
- package/resources/auth/auth.d.mts.map +1 -0
- package/resources/auth/auth.d.ts +10 -0
- package/resources/auth/auth.d.ts.map +1 -0
- package/resources/auth/auth.js +17 -0
- package/resources/auth/auth.js.map +1 -0
- package/resources/auth/auth.mjs +12 -0
- package/resources/auth/auth.mjs.map +1 -0
- package/resources/auth/index.d.mts +3 -0
- package/resources/auth/index.d.mts.map +1 -0
- package/resources/auth/index.d.ts +3 -0
- package/resources/auth/index.d.ts.map +1 -0
- package/resources/auth/index.js +9 -0
- package/resources/auth/index.js.map +1 -0
- package/resources/auth/index.mjs +4 -0
- package/resources/auth/index.mjs.map +1 -0
- package/resources/auth/session.d.mts +240 -0
- package/resources/auth/session.d.mts.map +1 -0
- package/resources/auth/session.d.ts +240 -0
- package/resources/auth/session.d.ts.map +1 -0
- package/resources/auth/session.js +19 -0
- package/resources/auth/session.js.map +1 -0
- package/resources/auth/session.mjs +15 -0
- package/resources/auth/session.mjs.map +1 -0
- package/resources/auth-configs.d.mts +5 -5
- package/resources/auth-configs.d.mts.map +1 -1
- package/resources/auth-configs.d.ts +5 -5
- package/resources/auth-configs.d.ts.map +1 -1
- package/resources/auth.d.mts +2 -0
- package/resources/auth.d.mts.map +1 -0
- package/resources/auth.d.ts +2 -0
- package/resources/auth.d.ts.map +1 -0
- package/resources/auth.js +6 -0
- package/resources/auth.js.map +1 -0
- package/resources/auth.mjs +3 -0
- package/resources/auth.mjs.map +1 -0
- package/resources/files.d.mts +16 -0
- package/resources/files.d.mts.map +1 -1
- package/resources/files.d.ts +16 -0
- package/resources/files.d.ts.map +1 -1
- package/resources/index.d.mts +3 -2
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +3 -2
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/mcp/custom.d.mts +87 -0
- package/resources/mcp/custom.d.mts.map +1 -0
- package/resources/mcp/custom.d.ts +87 -0
- package/resources/mcp/custom.d.ts.map +1 -0
- package/resources/mcp/custom.js +26 -0
- package/resources/mcp/custom.js.map +1 -0
- package/resources/mcp/custom.mjs +22 -0
- package/resources/mcp/custom.mjs.map +1 -0
- package/resources/mcp/index.d.mts +2 -2
- package/resources/mcp/index.d.mts.map +1 -1
- package/resources/mcp/index.d.ts +2 -2
- package/resources/mcp/index.d.ts.map +1 -1
- package/resources/mcp/index.js +3 -3
- package/resources/mcp/index.js.map +1 -1
- package/resources/mcp/index.mjs +1 -1
- package/resources/mcp/index.mjs.map +1 -1
- package/resources/mcp/mcp.d.mts +193 -85
- package/resources/mcp/mcp.d.mts.map +1 -1
- package/resources/mcp/mcp.d.ts +193 -85
- package/resources/mcp/mcp.d.ts.map +1 -1
- package/resources/mcp/mcp.js +37 -26
- package/resources/mcp/mcp.js.map +1 -1
- package/resources/mcp/mcp.mjs +37 -26
- package/resources/mcp/mcp.mjs.map +1 -1
- package/resources/org/project/api-keys.d.mts +17 -2
- package/resources/org/project/api-keys.d.mts.map +1 -1
- package/resources/org/project/api-keys.d.ts +17 -2
- package/resources/org/project/api-keys.d.ts.map +1 -1
- package/resources/team-members.d.mts +7 -7
- package/resources/team-members.d.mts.map +1 -1
- package/resources/team-members.d.ts +7 -7
- package/resources/team-members.d.ts.map +1 -1
- package/resources/tools.d.mts +6 -6
- package/resources/tools.d.mts.map +1 -1
- package/resources/tools.d.ts +6 -6
- package/resources/tools.d.ts.map +1 -1
- package/resources/tools.js +6 -6
- package/resources/tools.js.map +1 -1
- package/resources/tools.mjs +6 -6
- package/resources/tools.mjs.map +1 -1
- package/resources/trigger-instances/index.d.mts +1 -1
- package/resources/trigger-instances/index.d.mts.map +1 -1
- package/resources/trigger-instances/index.d.ts +1 -1
- package/resources/trigger-instances/index.d.ts.map +1 -1
- package/resources/trigger-instances/index.js.map +1 -1
- package/resources/trigger-instances/index.mjs.map +1 -1
- package/resources/trigger-instances/trigger-instances.d.mts +77 -7
- package/resources/trigger-instances/trigger-instances.d.mts.map +1 -1
- package/resources/trigger-instances/trigger-instances.d.ts +77 -7
- package/resources/trigger-instances/trigger-instances.d.ts.map +1 -1
- package/resources/trigger-instances/trigger-instances.js +7 -0
- package/resources/trigger-instances/trigger-instances.js.map +1 -1
- package/resources/trigger-instances/trigger-instances.mjs +7 -0
- package/resources/trigger-instances/trigger-instances.mjs.map +1 -1
- package/src/client.ts +19 -4
- package/src/resources/auth/auth.ts +15 -0
- package/src/resources/auth/index.ts +4 -0
- package/src/resources/auth/session.ts +292 -0
- package/src/resources/auth-configs.ts +5 -5
- package/src/resources/auth.ts +3 -0
- package/src/resources/files.ts +19 -0
- package/src/resources/index.ts +8 -2
- package/src/resources/mcp/custom.ts +103 -0
- package/src/resources/mcp/index.ts +5 -3
- package/src/resources/mcp/mcp.ts +228 -102
- package/src/resources/org/project/api-keys.ts +20 -2
- package/src/resources/team-members.ts +7 -7
- package/src/resources/tools.ts +8 -8
- package/src/resources/trigger-instances/index.ts +3 -0
- package/src/resources/trigger-instances/trigger-instances.ts +103 -6
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/mcp/command.d.mts +0 -4
- package/resources/mcp/command.d.mts.map +0 -1
- package/resources/mcp/command.d.ts +0 -4
- package/resources/mcp/command.d.ts.map +0 -1
- package/resources/mcp/command.js +0 -9
- package/resources/mcp/command.js.map +0 -1
- package/resources/mcp/command.mjs +0 -5
- package/resources/mcp/command.mjs.map +0 -1
- package/src/resources/mcp/command.ts +0 -5
package/resources/mcp/mcp.d.mts
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
-
import * as
|
|
3
|
-
import {
|
|
2
|
+
import * as CustomAPI from "./custom.mjs";
|
|
3
|
+
import { Custom, CustomCreateParams, CustomCreateResponse } from "./custom.mjs";
|
|
4
4
|
import { APIPromise } from "../../core/api-promise.mjs";
|
|
5
5
|
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
6
6
|
export declare class Mcp extends APIResource {
|
|
7
|
-
|
|
7
|
+
custom: CustomAPI.Custom;
|
|
8
|
+
/**
|
|
9
|
+
* Creates a new Model Control Protocol (MCP) server instance for the authenticated
|
|
10
|
+
* project. An MCP server provides a connection point for AI assistants to access
|
|
11
|
+
* your applications and services. The server is configured with specific
|
|
12
|
+
* authentication and tool permissions that determine what actions the connected
|
|
13
|
+
* assistants can perform.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* ```ts
|
|
17
|
+
* const mcp = await client.mcp.create({
|
|
18
|
+
* name: 'GitHub Integration Server',
|
|
19
|
+
* auth_config_id: 'auth_cfg_abc123def456',
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
create(body: McpCreateParams, options?: RequestOptions): APIPromise<McpCreateResponse>;
|
|
8
24
|
/**
|
|
9
25
|
* Retrieves detailed configuration information for a specific Model Control
|
|
10
26
|
* Protocol (MCP) server. The returned data includes connection details, associated
|
|
@@ -32,6 +48,19 @@ export declare class Mcp extends APIResource {
|
|
|
32
48
|
* ```
|
|
33
49
|
*/
|
|
34
50
|
update(id: string, body?: McpUpdateParams | null | undefined, options?: RequestOptions): APIPromise<McpUpdateResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Retrieves a paginated list of MCP servers associated with the authenticated
|
|
53
|
+
* project. Results can be filtered by name, toolkit, or authentication
|
|
54
|
+
* configuration ID. MCP servers are used to provide Model Control Protocol
|
|
55
|
+
* integration points for connecting AI assistants to your applications and
|
|
56
|
+
* services.
|
|
57
|
+
*
|
|
58
|
+
* @example
|
|
59
|
+
* ```ts
|
|
60
|
+
* const mcps = await client.mcp.list();
|
|
61
|
+
* ```
|
|
62
|
+
*/
|
|
63
|
+
list(query?: McpListParams | null | undefined, options?: RequestOptions): APIPromise<McpListResponse>;
|
|
35
64
|
/**
|
|
36
65
|
* Performs a soft delete on a Model Control Protocol (MCP) server, making it
|
|
37
66
|
* unavailable for future use. This operation is reversible in the database but
|
|
@@ -58,21 +87,64 @@ export declare class Mcp extends APIResource {
|
|
|
58
87
|
* ```
|
|
59
88
|
*/
|
|
60
89
|
retrieveApp(appKey: string, query?: McpRetrieveAppParams | null | undefined, options?: RequestOptions): APIPromise<McpRetrieveAppResponse>;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* MCP server configuration and connection details
|
|
93
|
+
*/
|
|
94
|
+
export interface McpCreateResponse {
|
|
61
95
|
/**
|
|
62
|
-
*
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
*
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
*
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
96
|
+
* UUID of the MCP server instance
|
|
97
|
+
*/
|
|
98
|
+
id: string;
|
|
99
|
+
/**
|
|
100
|
+
* Array of tool slugs that this MCP server is allowed to use
|
|
101
|
+
*/
|
|
102
|
+
allowed_tools: Array<string>;
|
|
103
|
+
/**
|
|
104
|
+
* ID reference to the auth configuration used by this server
|
|
105
|
+
*/
|
|
106
|
+
auth_config_id: string;
|
|
107
|
+
/**
|
|
108
|
+
* Set of command line instructions for connecting various clients to this MCP
|
|
109
|
+
* server
|
|
110
|
+
*/
|
|
111
|
+
commands: McpCreateResponse.Commands;
|
|
112
|
+
/**
|
|
113
|
+
* Date and time when this server was initially created
|
|
114
|
+
*/
|
|
115
|
+
created_at: string;
|
|
116
|
+
/**
|
|
117
|
+
* URL endpoint for establishing SSE connection to this MCP server
|
|
118
|
+
*/
|
|
119
|
+
mcp_url: string;
|
|
120
|
+
/**
|
|
121
|
+
* User-defined descriptive name for this MCP server
|
|
122
|
+
*/
|
|
123
|
+
name: string;
|
|
124
|
+
/**
|
|
125
|
+
* Date and time when this server configuration was last modified
|
|
74
126
|
*/
|
|
75
|
-
|
|
127
|
+
updated_at: string;
|
|
128
|
+
}
|
|
129
|
+
export declare namespace McpCreateResponse {
|
|
130
|
+
/**
|
|
131
|
+
* Set of command line instructions for connecting various clients to this MCP
|
|
132
|
+
* server
|
|
133
|
+
*/
|
|
134
|
+
interface Commands {
|
|
135
|
+
/**
|
|
136
|
+
* Command line instruction for Claude client setup
|
|
137
|
+
*/
|
|
138
|
+
claude: string;
|
|
139
|
+
/**
|
|
140
|
+
* Command line instruction for Cursor client setup
|
|
141
|
+
*/
|
|
142
|
+
cursor: string;
|
|
143
|
+
/**
|
|
144
|
+
* Command line instruction for Windsurf client setup
|
|
145
|
+
*/
|
|
146
|
+
windsurf: string;
|
|
147
|
+
}
|
|
76
148
|
}
|
|
77
149
|
/**
|
|
78
150
|
* MCP server configuration and connection details
|
|
@@ -198,19 +270,10 @@ export declare namespace McpUpdateResponse {
|
|
|
198
270
|
windsurf: string;
|
|
199
271
|
}
|
|
200
272
|
}
|
|
201
|
-
/**
|
|
202
|
-
* Response indicating the success of the delete operation
|
|
203
|
-
*/
|
|
204
|
-
export interface McpDeleteResponse {
|
|
205
|
-
/**
|
|
206
|
-
* Indicates whether the MCP server was successfully deleted
|
|
207
|
-
*/
|
|
208
|
-
success: boolean;
|
|
209
|
-
}
|
|
210
273
|
/**
|
|
211
274
|
* Paginated response containing MCP servers
|
|
212
275
|
*/
|
|
213
|
-
export interface
|
|
276
|
+
export interface McpListResponse {
|
|
214
277
|
/**
|
|
215
278
|
* Current page number being returned
|
|
216
279
|
*/
|
|
@@ -218,13 +281,13 @@ export interface McpRetrieveAppResponse {
|
|
|
218
281
|
/**
|
|
219
282
|
* Array of MCP server configurations
|
|
220
283
|
*/
|
|
221
|
-
items: Array<
|
|
284
|
+
items: Array<McpListResponse.Item>;
|
|
222
285
|
/**
|
|
223
286
|
* Total number of pages in the paginated response
|
|
224
287
|
*/
|
|
225
288
|
total_pages: string;
|
|
226
289
|
}
|
|
227
|
-
export declare namespace
|
|
290
|
+
export declare namespace McpListResponse {
|
|
228
291
|
/**
|
|
229
292
|
* MCP server configuration and connection details
|
|
230
293
|
*/
|
|
@@ -285,81 +348,110 @@ export declare namespace McpRetrieveAppResponse {
|
|
|
285
348
|
}
|
|
286
349
|
}
|
|
287
350
|
/**
|
|
288
|
-
*
|
|
351
|
+
* Response indicating the success of the delete operation
|
|
289
352
|
*/
|
|
290
|
-
export interface
|
|
291
|
-
/**
|
|
292
|
-
* Unique identifier of the validated MCP server
|
|
293
|
-
*/
|
|
294
|
-
id: string;
|
|
295
|
-
/**
|
|
296
|
-
* Client information for the MCP server
|
|
297
|
-
*/
|
|
298
|
-
client: McpValidateResponse.Client;
|
|
299
|
-
/**
|
|
300
|
-
* Human-readable name of the MCP server
|
|
301
|
-
*/
|
|
302
|
-
name: string;
|
|
303
|
-
/**
|
|
304
|
-
* URL endpoint for connecting to this MCP server
|
|
305
|
-
*/
|
|
306
|
-
url: string;
|
|
307
|
-
/**
|
|
308
|
-
* User authentication data for the MCP server
|
|
309
|
-
*/
|
|
310
|
-
userData: McpValidateResponse.UserData;
|
|
311
|
-
/**
|
|
312
|
-
* List of action identifiers enabled for this server
|
|
313
|
-
*/
|
|
314
|
-
actions?: Array<string> | null;
|
|
353
|
+
export interface McpDeleteResponse {
|
|
315
354
|
/**
|
|
316
|
-
*
|
|
355
|
+
* Indicates whether the MCP server was successfully deleted
|
|
317
356
|
*/
|
|
318
|
-
|
|
357
|
+
success: boolean;
|
|
358
|
+
}
|
|
359
|
+
/**
|
|
360
|
+
* Paginated response containing MCP servers
|
|
361
|
+
*/
|
|
362
|
+
export interface McpRetrieveAppResponse {
|
|
319
363
|
/**
|
|
320
|
-
*
|
|
364
|
+
* Current page number being returned
|
|
321
365
|
*/
|
|
322
|
-
|
|
366
|
+
current_page: string;
|
|
323
367
|
/**
|
|
324
|
-
*
|
|
368
|
+
* Array of MCP server configurations
|
|
325
369
|
*/
|
|
326
|
-
|
|
370
|
+
items: Array<McpRetrieveAppResponse.Item>;
|
|
327
371
|
/**
|
|
328
|
-
*
|
|
372
|
+
* Total number of pages in the paginated response
|
|
329
373
|
*/
|
|
330
|
-
|
|
374
|
+
total_pages: string;
|
|
331
375
|
}
|
|
332
|
-
export declare namespace
|
|
376
|
+
export declare namespace McpRetrieveAppResponse {
|
|
333
377
|
/**
|
|
334
|
-
*
|
|
378
|
+
* MCP server configuration and connection details
|
|
335
379
|
*/
|
|
336
|
-
interface
|
|
380
|
+
interface Item {
|
|
337
381
|
/**
|
|
338
|
-
*
|
|
382
|
+
* UUID of the MCP server instance
|
|
339
383
|
*/
|
|
340
384
|
id: string;
|
|
341
385
|
/**
|
|
342
|
-
*
|
|
386
|
+
* Array of tool slugs that this MCP server is allowed to use
|
|
343
387
|
*/
|
|
344
|
-
|
|
345
|
-
}
|
|
346
|
-
/**
|
|
347
|
-
* User authentication data for the MCP server
|
|
348
|
-
*/
|
|
349
|
-
interface UserData {
|
|
388
|
+
allowed_tools: Array<string>;
|
|
350
389
|
/**
|
|
351
|
-
*
|
|
390
|
+
* ID reference to the auth configuration used by this server
|
|
352
391
|
*/
|
|
353
|
-
|
|
392
|
+
auth_config_id: string;
|
|
393
|
+
/**
|
|
394
|
+
* Set of command line instructions for connecting various clients to this MCP
|
|
395
|
+
* server
|
|
396
|
+
*/
|
|
397
|
+
commands: Item.Commands;
|
|
398
|
+
/**
|
|
399
|
+
* Date and time when this server was initially created
|
|
400
|
+
*/
|
|
401
|
+
created_at: string;
|
|
402
|
+
/**
|
|
403
|
+
* URL endpoint for establishing SSE connection to this MCP server
|
|
404
|
+
*/
|
|
405
|
+
mcp_url: string;
|
|
354
406
|
/**
|
|
355
|
-
*
|
|
407
|
+
* User-defined descriptive name for this MCP server
|
|
356
408
|
*/
|
|
357
|
-
|
|
409
|
+
name: string;
|
|
358
410
|
/**
|
|
359
|
-
*
|
|
411
|
+
* Date and time when this server configuration was last modified
|
|
360
412
|
*/
|
|
361
|
-
|
|
413
|
+
updated_at: string;
|
|
362
414
|
}
|
|
415
|
+
namespace Item {
|
|
416
|
+
/**
|
|
417
|
+
* Set of command line instructions for connecting various clients to this MCP
|
|
418
|
+
* server
|
|
419
|
+
*/
|
|
420
|
+
interface Commands {
|
|
421
|
+
/**
|
|
422
|
+
* Command line instruction for Claude client setup
|
|
423
|
+
*/
|
|
424
|
+
claude: string;
|
|
425
|
+
/**
|
|
426
|
+
* Command line instruction for Cursor client setup
|
|
427
|
+
*/
|
|
428
|
+
cursor: string;
|
|
429
|
+
/**
|
|
430
|
+
* Command line instruction for Windsurf client setup
|
|
431
|
+
*/
|
|
432
|
+
windsurf: string;
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
export interface McpCreateParams {
|
|
437
|
+
/**
|
|
438
|
+
* Human-readable name to identify this MCP server instance (4-25 characters,
|
|
439
|
+
* alphanumeric and hyphens only)
|
|
440
|
+
*/
|
|
441
|
+
name: string;
|
|
442
|
+
/**
|
|
443
|
+
* List of tool slugs that should be allowed for this server. If not provided, all
|
|
444
|
+
* available tools for the authentication configuration will be enabled.
|
|
445
|
+
*/
|
|
446
|
+
allowed_tools?: Array<string>;
|
|
447
|
+
/**
|
|
448
|
+
* ID reference to an existing authentication configuration
|
|
449
|
+
*/
|
|
450
|
+
auth_config_id?: string;
|
|
451
|
+
/**
|
|
452
|
+
* Time-to-live duration for this MCP server
|
|
453
|
+
*/
|
|
454
|
+
ttl?: '1d' | '3d' | '1 month' | 'no expiration';
|
|
363
455
|
}
|
|
364
456
|
export interface McpUpdateParams {
|
|
365
457
|
/**
|
|
@@ -376,7 +468,7 @@ export interface McpUpdateParams {
|
|
|
376
468
|
*/
|
|
377
469
|
name?: string;
|
|
378
470
|
}
|
|
379
|
-
export interface
|
|
471
|
+
export interface McpListParams {
|
|
380
472
|
/**
|
|
381
473
|
* Filter MCP servers by authentication configuration ID
|
|
382
474
|
*/
|
|
@@ -398,14 +490,30 @@ export interface McpRetrieveAppParams {
|
|
|
398
490
|
*/
|
|
399
491
|
toolkit?: string;
|
|
400
492
|
}
|
|
401
|
-
export interface
|
|
493
|
+
export interface McpRetrieveAppParams {
|
|
494
|
+
/**
|
|
495
|
+
* Filter MCP servers by authentication configuration ID
|
|
496
|
+
*/
|
|
497
|
+
auth_config_id?: string;
|
|
498
|
+
/**
|
|
499
|
+
* Number of items per page (default: 10)
|
|
500
|
+
*/
|
|
501
|
+
limit?: number | null;
|
|
502
|
+
/**
|
|
503
|
+
* Filter MCP servers by name (case-insensitive partial match)
|
|
504
|
+
*/
|
|
505
|
+
name?: string;
|
|
402
506
|
/**
|
|
403
|
-
*
|
|
507
|
+
* Page number for pagination (1-based)
|
|
508
|
+
*/
|
|
509
|
+
page_no?: number | null;
|
|
510
|
+
/**
|
|
511
|
+
* Filter MCP servers by toolkit slug
|
|
404
512
|
*/
|
|
405
|
-
|
|
513
|
+
toolkit?: string;
|
|
406
514
|
}
|
|
407
515
|
export declare namespace Mcp {
|
|
408
|
-
export { type McpRetrieveResponse as McpRetrieveResponse, type McpUpdateResponse as McpUpdateResponse, type McpDeleteResponse as McpDeleteResponse, type McpRetrieveAppResponse as McpRetrieveAppResponse, type
|
|
409
|
-
export {
|
|
516
|
+
export { type McpCreateResponse as McpCreateResponse, type McpRetrieveResponse as McpRetrieveResponse, type McpUpdateResponse as McpUpdateResponse, type McpListResponse as McpListResponse, type McpDeleteResponse as McpDeleteResponse, type McpRetrieveAppResponse as McpRetrieveAppResponse, type McpCreateParams as McpCreateParams, type McpUpdateParams as McpUpdateParams, type McpListParams as McpListParams, type McpRetrieveAppParams as McpRetrieveAppParams, };
|
|
517
|
+
export { Custom as Custom, type CustomCreateResponse as CustomCreateResponse, type CustomCreateParams as CustomCreateParams, };
|
|
410
518
|
}
|
|
411
519
|
//# sourceMappingURL=mcp.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mcp.d.mts","sourceRoot":"","sources":["../../src/resources/mcp/mcp.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,
|
|
1
|
+
{"version":3,"file":"mcp.d.mts","sourceRoot":"","sources":["../../src/resources/mcp/mcp.ts"],"names":[],"mappings":"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"}
|