integrate-sdk 0.9.49-dev.0 → 0.9.50-dev.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/dist/adapters/auto-routes.js +5 -5
- package/dist/adapters/base-handler.js +5 -5
- package/dist/adapters/index.js +5 -5
- package/dist/adapters/nextjs.js +5 -5
- package/dist/adapters/solid-start.js +5 -5
- package/dist/adapters/svelte-kit.js +5 -5
- package/dist/index.js +11 -9
- package/dist/oauth.js +5 -5
- package/dist/server.js +9 -9
- package/dist/src/integrations/library-metadata.d.ts +1 -1
- package/dist/src/integrations/library-metadata.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -488,15 +488,15 @@ var init_library_metadata = __esm(() => {
|
|
|
488
488
|
},
|
|
489
489
|
smartthings: {
|
|
490
490
|
description: "Manage SmartThings locations, rooms, devices, scenes, and rules",
|
|
491
|
-
category: "
|
|
491
|
+
category: "Lifestyle"
|
|
492
492
|
},
|
|
493
493
|
spotify: {
|
|
494
494
|
description: "Search Spotify, manage playlists and saved tracks, and control playback",
|
|
495
|
-
category: "
|
|
495
|
+
category: "Entertainment"
|
|
496
496
|
},
|
|
497
497
|
strava: {
|
|
498
498
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
499
|
-
category: "
|
|
499
|
+
category: "Lifestyle"
|
|
500
500
|
},
|
|
501
501
|
square: {
|
|
502
502
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -544,7 +544,7 @@ var init_library_metadata = __esm(() => {
|
|
|
544
544
|
},
|
|
545
545
|
youtube: {
|
|
546
546
|
description: "Search and access YouTube videos and channels",
|
|
547
|
-
category: "
|
|
547
|
+
category: "Entertainment"
|
|
548
548
|
},
|
|
549
549
|
zoom: {
|
|
550
550
|
description: "Manage Zoom user profile and meetings",
|
|
@@ -688,7 +688,7 @@ var init_library_metadata = __esm(() => {
|
|
|
688
688
|
},
|
|
689
689
|
tiktok: {
|
|
690
690
|
description: "Manage TikTok videos, account info, and creator analytics",
|
|
691
|
-
category: "
|
|
691
|
+
category: "Entertainment"
|
|
692
692
|
},
|
|
693
693
|
tldraw: {
|
|
694
694
|
description: "Create and manage tldraw collaborative whiteboards",
|
|
@@ -488,15 +488,15 @@ var init_library_metadata = __esm(() => {
|
|
|
488
488
|
},
|
|
489
489
|
smartthings: {
|
|
490
490
|
description: "Manage SmartThings locations, rooms, devices, scenes, and rules",
|
|
491
|
-
category: "
|
|
491
|
+
category: "Lifestyle"
|
|
492
492
|
},
|
|
493
493
|
spotify: {
|
|
494
494
|
description: "Search Spotify, manage playlists and saved tracks, and control playback",
|
|
495
|
-
category: "
|
|
495
|
+
category: "Entertainment"
|
|
496
496
|
},
|
|
497
497
|
strava: {
|
|
498
498
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
499
|
-
category: "
|
|
499
|
+
category: "Lifestyle"
|
|
500
500
|
},
|
|
501
501
|
square: {
|
|
502
502
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -544,7 +544,7 @@ var init_library_metadata = __esm(() => {
|
|
|
544
544
|
},
|
|
545
545
|
youtube: {
|
|
546
546
|
description: "Search and access YouTube videos and channels",
|
|
547
|
-
category: "
|
|
547
|
+
category: "Entertainment"
|
|
548
548
|
},
|
|
549
549
|
zoom: {
|
|
550
550
|
description: "Manage Zoom user profile and meetings",
|
|
@@ -688,7 +688,7 @@ var init_library_metadata = __esm(() => {
|
|
|
688
688
|
},
|
|
689
689
|
tiktok: {
|
|
690
690
|
description: "Manage TikTok videos, account info, and creator analytics",
|
|
691
|
-
category: "
|
|
691
|
+
category: "Entertainment"
|
|
692
692
|
},
|
|
693
693
|
tldraw: {
|
|
694
694
|
description: "Create and manage tldraw collaborative whiteboards",
|
package/dist/adapters/index.js
CHANGED
|
@@ -488,15 +488,15 @@ var init_library_metadata = __esm(() => {
|
|
|
488
488
|
},
|
|
489
489
|
smartthings: {
|
|
490
490
|
description: "Manage SmartThings locations, rooms, devices, scenes, and rules",
|
|
491
|
-
category: "
|
|
491
|
+
category: "Lifestyle"
|
|
492
492
|
},
|
|
493
493
|
spotify: {
|
|
494
494
|
description: "Search Spotify, manage playlists and saved tracks, and control playback",
|
|
495
|
-
category: "
|
|
495
|
+
category: "Entertainment"
|
|
496
496
|
},
|
|
497
497
|
strava: {
|
|
498
498
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
499
|
-
category: "
|
|
499
|
+
category: "Lifestyle"
|
|
500
500
|
},
|
|
501
501
|
square: {
|
|
502
502
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -544,7 +544,7 @@ var init_library_metadata = __esm(() => {
|
|
|
544
544
|
},
|
|
545
545
|
youtube: {
|
|
546
546
|
description: "Search and access YouTube videos and channels",
|
|
547
|
-
category: "
|
|
547
|
+
category: "Entertainment"
|
|
548
548
|
},
|
|
549
549
|
zoom: {
|
|
550
550
|
description: "Manage Zoom user profile and meetings",
|
|
@@ -688,7 +688,7 @@ var init_library_metadata = __esm(() => {
|
|
|
688
688
|
},
|
|
689
689
|
tiktok: {
|
|
690
690
|
description: "Manage TikTok videos, account info, and creator analytics",
|
|
691
|
-
category: "
|
|
691
|
+
category: "Entertainment"
|
|
692
692
|
},
|
|
693
693
|
tldraw: {
|
|
694
694
|
description: "Create and manage tldraw collaborative whiteboards",
|
package/dist/adapters/nextjs.js
CHANGED
|
@@ -488,15 +488,15 @@ var init_library_metadata = __esm(() => {
|
|
|
488
488
|
},
|
|
489
489
|
smartthings: {
|
|
490
490
|
description: "Manage SmartThings locations, rooms, devices, scenes, and rules",
|
|
491
|
-
category: "
|
|
491
|
+
category: "Lifestyle"
|
|
492
492
|
},
|
|
493
493
|
spotify: {
|
|
494
494
|
description: "Search Spotify, manage playlists and saved tracks, and control playback",
|
|
495
|
-
category: "
|
|
495
|
+
category: "Entertainment"
|
|
496
496
|
},
|
|
497
497
|
strava: {
|
|
498
498
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
499
|
-
category: "
|
|
499
|
+
category: "Lifestyle"
|
|
500
500
|
},
|
|
501
501
|
square: {
|
|
502
502
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -544,7 +544,7 @@ var init_library_metadata = __esm(() => {
|
|
|
544
544
|
},
|
|
545
545
|
youtube: {
|
|
546
546
|
description: "Search and access YouTube videos and channels",
|
|
547
|
-
category: "
|
|
547
|
+
category: "Entertainment"
|
|
548
548
|
},
|
|
549
549
|
zoom: {
|
|
550
550
|
description: "Manage Zoom user profile and meetings",
|
|
@@ -688,7 +688,7 @@ var init_library_metadata = __esm(() => {
|
|
|
688
688
|
},
|
|
689
689
|
tiktok: {
|
|
690
690
|
description: "Manage TikTok videos, account info, and creator analytics",
|
|
691
|
-
category: "
|
|
691
|
+
category: "Entertainment"
|
|
692
692
|
},
|
|
693
693
|
tldraw: {
|
|
694
694
|
description: "Create and manage tldraw collaborative whiteboards",
|
|
@@ -488,15 +488,15 @@ var init_library_metadata = __esm(() => {
|
|
|
488
488
|
},
|
|
489
489
|
smartthings: {
|
|
490
490
|
description: "Manage SmartThings locations, rooms, devices, scenes, and rules",
|
|
491
|
-
category: "
|
|
491
|
+
category: "Lifestyle"
|
|
492
492
|
},
|
|
493
493
|
spotify: {
|
|
494
494
|
description: "Search Spotify, manage playlists and saved tracks, and control playback",
|
|
495
|
-
category: "
|
|
495
|
+
category: "Entertainment"
|
|
496
496
|
},
|
|
497
497
|
strava: {
|
|
498
498
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
499
|
-
category: "
|
|
499
|
+
category: "Lifestyle"
|
|
500
500
|
},
|
|
501
501
|
square: {
|
|
502
502
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -544,7 +544,7 @@ var init_library_metadata = __esm(() => {
|
|
|
544
544
|
},
|
|
545
545
|
youtube: {
|
|
546
546
|
description: "Search and access YouTube videos and channels",
|
|
547
|
-
category: "
|
|
547
|
+
category: "Entertainment"
|
|
548
548
|
},
|
|
549
549
|
zoom: {
|
|
550
550
|
description: "Manage Zoom user profile and meetings",
|
|
@@ -688,7 +688,7 @@ var init_library_metadata = __esm(() => {
|
|
|
688
688
|
},
|
|
689
689
|
tiktok: {
|
|
690
690
|
description: "Manage TikTok videos, account info, and creator analytics",
|
|
691
|
-
category: "
|
|
691
|
+
category: "Entertainment"
|
|
692
692
|
},
|
|
693
693
|
tldraw: {
|
|
694
694
|
description: "Create and manage tldraw collaborative whiteboards",
|
|
@@ -488,15 +488,15 @@ var init_library_metadata = __esm(() => {
|
|
|
488
488
|
},
|
|
489
489
|
smartthings: {
|
|
490
490
|
description: "Manage SmartThings locations, rooms, devices, scenes, and rules",
|
|
491
|
-
category: "
|
|
491
|
+
category: "Lifestyle"
|
|
492
492
|
},
|
|
493
493
|
spotify: {
|
|
494
494
|
description: "Search Spotify, manage playlists and saved tracks, and control playback",
|
|
495
|
-
category: "
|
|
495
|
+
category: "Entertainment"
|
|
496
496
|
},
|
|
497
497
|
strava: {
|
|
498
498
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
499
|
-
category: "
|
|
499
|
+
category: "Lifestyle"
|
|
500
500
|
},
|
|
501
501
|
square: {
|
|
502
502
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -544,7 +544,7 @@ var init_library_metadata = __esm(() => {
|
|
|
544
544
|
},
|
|
545
545
|
youtube: {
|
|
546
546
|
description: "Search and access YouTube videos and channels",
|
|
547
|
-
category: "
|
|
547
|
+
category: "Entertainment"
|
|
548
548
|
},
|
|
549
549
|
zoom: {
|
|
550
550
|
description: "Manage Zoom user profile and meetings",
|
|
@@ -688,7 +688,7 @@ var init_library_metadata = __esm(() => {
|
|
|
688
688
|
},
|
|
689
689
|
tiktok: {
|
|
690
690
|
description: "Manage TikTok videos, account info, and creator analytics",
|
|
691
|
-
category: "
|
|
691
|
+
category: "Entertainment"
|
|
692
692
|
},
|
|
693
693
|
tldraw: {
|
|
694
694
|
description: "Create and manage tldraw collaborative whiteboards",
|
package/dist/index.js
CHANGED
|
@@ -804,8 +804,10 @@ var MCPMethod;
|
|
|
804
804
|
var INTEGRATION_CATEGORY_ORDER = [
|
|
805
805
|
"Analytics",
|
|
806
806
|
"Productivity",
|
|
807
|
+
"Lifestyle",
|
|
807
808
|
"Business",
|
|
808
809
|
"Finance",
|
|
810
|
+
"Entertainment",
|
|
809
811
|
"Communication",
|
|
810
812
|
"Engineering",
|
|
811
813
|
"Infrastructure",
|
|
@@ -1000,15 +1002,15 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1000
1002
|
},
|
|
1001
1003
|
smartthings: {
|
|
1002
1004
|
description: "Manage SmartThings locations, rooms, devices, scenes, and rules",
|
|
1003
|
-
category: "
|
|
1005
|
+
category: "Lifestyle"
|
|
1004
1006
|
},
|
|
1005
1007
|
spotify: {
|
|
1006
1008
|
description: "Search Spotify, manage playlists and saved tracks, and control playback",
|
|
1007
|
-
category: "
|
|
1009
|
+
category: "Entertainment"
|
|
1008
1010
|
},
|
|
1009
1011
|
strava: {
|
|
1010
1012
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
1011
|
-
category: "
|
|
1013
|
+
category: "Lifestyle"
|
|
1012
1014
|
},
|
|
1013
1015
|
square: {
|
|
1014
1016
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -1056,7 +1058,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1056
1058
|
},
|
|
1057
1059
|
youtube: {
|
|
1058
1060
|
description: "Search and access YouTube videos and channels",
|
|
1059
|
-
category: "
|
|
1061
|
+
category: "Entertainment"
|
|
1060
1062
|
},
|
|
1061
1063
|
zoom: {
|
|
1062
1064
|
description: "Manage Zoom user profile and meetings",
|
|
@@ -1200,7 +1202,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1200
1202
|
},
|
|
1201
1203
|
tiktok: {
|
|
1202
1204
|
description: "Manage TikTok videos, account info, and creator analytics",
|
|
1203
|
-
category: "
|
|
1205
|
+
category: "Entertainment"
|
|
1204
1206
|
},
|
|
1205
1207
|
tldraw: {
|
|
1206
1208
|
description: "Create and manage tldraw collaborative whiteboards",
|
|
@@ -5273,7 +5275,7 @@ function spotifyIntegration(config = {}) {
|
|
|
5273
5275
|
name: "Spotify",
|
|
5274
5276
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/spotify.png",
|
|
5275
5277
|
description: "Search Spotify, manage playlists and saved tracks, and control playback",
|
|
5276
|
-
category: "
|
|
5278
|
+
category: "Entertainment",
|
|
5277
5279
|
tools: [...SPOTIFY_TOOLS],
|
|
5278
5280
|
authType: "oauth",
|
|
5279
5281
|
oauth,
|
|
@@ -5335,7 +5337,7 @@ function stravaIntegration(config = {}) {
|
|
|
5335
5337
|
name: "Strava",
|
|
5336
5338
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/strava.png",
|
|
5337
5339
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
5338
|
-
category: "
|
|
5340
|
+
category: "Lifestyle",
|
|
5339
5341
|
tools: [...STRAVA_TOOLS],
|
|
5340
5342
|
authType: "oauth",
|
|
5341
5343
|
oauth,
|
|
@@ -5655,7 +5657,7 @@ function smartthingsIntegration(config = {}) {
|
|
|
5655
5657
|
name: "Samsung SmartThings",
|
|
5656
5658
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/smartthings.png",
|
|
5657
5659
|
description: "Manage SmartThings locations, rooms, devices, commands, scenes, and rules",
|
|
5658
|
-
category: "
|
|
5660
|
+
category: "Lifestyle",
|
|
5659
5661
|
tools: [...SMARTTHINGS_TOOLS],
|
|
5660
5662
|
authType: accessToken ? "apiKey" : "oauth",
|
|
5661
5663
|
oauth,
|
|
@@ -8209,7 +8211,7 @@ function tiktokIntegration(config = {}) {
|
|
|
8209
8211
|
name: "TikTok",
|
|
8210
8212
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tiktok.png",
|
|
8211
8213
|
description: "Read TikTok user profile data and user-authorized video metadata",
|
|
8212
|
-
category: "
|
|
8214
|
+
category: "Entertainment",
|
|
8213
8215
|
tools: [...TIKTOK_TOOLS],
|
|
8214
8216
|
oauth,
|
|
8215
8217
|
async onInit(_client) {
|
package/dist/oauth.js
CHANGED
|
@@ -231,15 +231,15 @@ var init_library_metadata = __esm(() => {
|
|
|
231
231
|
},
|
|
232
232
|
smartthings: {
|
|
233
233
|
description: "Manage SmartThings locations, rooms, devices, scenes, and rules",
|
|
234
|
-
category: "
|
|
234
|
+
category: "Lifestyle"
|
|
235
235
|
},
|
|
236
236
|
spotify: {
|
|
237
237
|
description: "Search Spotify, manage playlists and saved tracks, and control playback",
|
|
238
|
-
category: "
|
|
238
|
+
category: "Entertainment"
|
|
239
239
|
},
|
|
240
240
|
strava: {
|
|
241
241
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
242
|
-
category: "
|
|
242
|
+
category: "Lifestyle"
|
|
243
243
|
},
|
|
244
244
|
square: {
|
|
245
245
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -287,7 +287,7 @@ var init_library_metadata = __esm(() => {
|
|
|
287
287
|
},
|
|
288
288
|
youtube: {
|
|
289
289
|
description: "Search and access YouTube videos and channels",
|
|
290
|
-
category: "
|
|
290
|
+
category: "Entertainment"
|
|
291
291
|
},
|
|
292
292
|
zoom: {
|
|
293
293
|
description: "Manage Zoom user profile and meetings",
|
|
@@ -431,7 +431,7 @@ var init_library_metadata = __esm(() => {
|
|
|
431
431
|
},
|
|
432
432
|
tiktok: {
|
|
433
433
|
description: "Manage TikTok videos, account info, and creator analytics",
|
|
434
|
-
category: "
|
|
434
|
+
category: "Entertainment"
|
|
435
435
|
},
|
|
436
436
|
tldraw: {
|
|
437
437
|
description: "Create and manage tldraw collaborative whiteboards",
|
package/dist/server.js
CHANGED
|
@@ -278,15 +278,15 @@ var init_library_metadata = __esm(() => {
|
|
|
278
278
|
},
|
|
279
279
|
smartthings: {
|
|
280
280
|
description: "Manage SmartThings locations, rooms, devices, scenes, and rules",
|
|
281
|
-
category: "
|
|
281
|
+
category: "Lifestyle"
|
|
282
282
|
},
|
|
283
283
|
spotify: {
|
|
284
284
|
description: "Search Spotify, manage playlists and saved tracks, and control playback",
|
|
285
|
-
category: "
|
|
285
|
+
category: "Entertainment"
|
|
286
286
|
},
|
|
287
287
|
strava: {
|
|
288
288
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
289
|
-
category: "
|
|
289
|
+
category: "Lifestyle"
|
|
290
290
|
},
|
|
291
291
|
square: {
|
|
292
292
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -334,7 +334,7 @@ var init_library_metadata = __esm(() => {
|
|
|
334
334
|
},
|
|
335
335
|
youtube: {
|
|
336
336
|
description: "Search and access YouTube videos and channels",
|
|
337
|
-
category: "
|
|
337
|
+
category: "Entertainment"
|
|
338
338
|
},
|
|
339
339
|
zoom: {
|
|
340
340
|
description: "Manage Zoom user profile and meetings",
|
|
@@ -478,7 +478,7 @@ var init_library_metadata = __esm(() => {
|
|
|
478
478
|
},
|
|
479
479
|
tiktok: {
|
|
480
480
|
description: "Manage TikTok videos, account info, and creator analytics",
|
|
481
|
-
category: "
|
|
481
|
+
category: "Entertainment"
|
|
482
482
|
},
|
|
483
483
|
tldraw: {
|
|
484
484
|
description: "Create and manage tldraw collaborative whiteboards",
|
|
@@ -6207,7 +6207,7 @@ function spotifyIntegration(config = {}) {
|
|
|
6207
6207
|
name: "Spotify",
|
|
6208
6208
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/spotify.png",
|
|
6209
6209
|
description: "Search Spotify, manage playlists and saved tracks, and control playback",
|
|
6210
|
-
category: "
|
|
6210
|
+
category: "Entertainment",
|
|
6211
6211
|
tools: [...SPOTIFY_TOOLS],
|
|
6212
6212
|
authType: "oauth",
|
|
6213
6213
|
oauth,
|
|
@@ -6270,7 +6270,7 @@ function stravaIntegration(config = {}) {
|
|
|
6270
6270
|
name: "Strava",
|
|
6271
6271
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/strava.png",
|
|
6272
6272
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
6273
|
-
category: "
|
|
6273
|
+
category: "Lifestyle",
|
|
6274
6274
|
tools: [...STRAVA_TOOLS],
|
|
6275
6275
|
authType: "oauth",
|
|
6276
6276
|
oauth,
|
|
@@ -6596,7 +6596,7 @@ function smartthingsIntegration(config = {}) {
|
|
|
6596
6596
|
name: "Samsung SmartThings",
|
|
6597
6597
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/smartthings.png",
|
|
6598
6598
|
description: "Manage SmartThings locations, rooms, devices, commands, scenes, and rules",
|
|
6599
|
-
category: "
|
|
6599
|
+
category: "Lifestyle",
|
|
6600
6600
|
tools: [...SMARTTHINGS_TOOLS],
|
|
6601
6601
|
authType: accessToken ? "apiKey" : "oauth",
|
|
6602
6602
|
oauth,
|
|
@@ -9626,7 +9626,7 @@ function tiktokIntegration(config = {}) {
|
|
|
9626
9626
|
name: "TikTok",
|
|
9627
9627
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tiktok.png",
|
|
9628
9628
|
description: "Read TikTok user profile data and user-authorized video metadata",
|
|
9629
|
-
category: "
|
|
9629
|
+
category: "Entertainment",
|
|
9630
9630
|
tools: [...TIKTOK_TOOLS],
|
|
9631
9631
|
oauth,
|
|
9632
9632
|
async onInit(_client) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Default library copy and categories for known integrations.
|
|
3
3
|
* Hosts can override per integration via `description` / `category` on {@link MCPIntegration}.
|
|
4
4
|
*/
|
|
5
|
-
export type IntegrationCategory = "Analytics" | "Business" | "Finance" | "Productivity" | "Communication" | "Engineering" | "Infrastructure" | "Storage" | "Social Media" | "Other";
|
|
5
|
+
export type IntegrationCategory = "Analytics" | "Business" | "Finance" | "Entertainment" | "Productivity" | "Lifestyle" | "Communication" | "Engineering" | "Infrastructure" | "Storage" | "Social Media" | "Other";
|
|
6
6
|
type LibraryEntry = {
|
|
7
7
|
description: string;
|
|
8
8
|
category: IntegrationCategory;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"library-metadata.d.ts","sourceRoot":"","sources":["../../../src/integrations/library-metadata.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,MAAM,mBAAmB,GAC3B,WAAW,GACX,UAAU,GACV,SAAS,GACT,cAAc,GACd,eAAe,GACf,aAAa,GACb,gBAAgB,GAChB,SAAS,GACT,cAAc,GACd,OAAO,CAAC;AAEZ,KAAK,YAAY,GAAG;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,mBAAmB,CAAC;CAC/B,CAAC;AAEF,6FAA6F;AAC7F,eAAO,MAAM,0BAA0B,EAAE,SAAS,mBAAmB,
|
|
1
|
+
{"version":3,"file":"library-metadata.d.ts","sourceRoot":"","sources":["../../../src/integrations/library-metadata.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,MAAM,mBAAmB,GAC3B,WAAW,GACX,UAAU,GACV,SAAS,GACT,eAAe,GACf,cAAc,GACd,WAAW,GACX,eAAe,GACf,aAAa,GACb,gBAAgB,GAChB,SAAS,GACT,cAAc,GACd,OAAO,CAAC;AAEZ,KAAK,YAAY,GAAG;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,mBAAmB,CAAC;CAC/B,CAAC;AAEF,6FAA6F;AAC7F,eAAO,MAAM,0BAA0B,EAAE,SAAS,mBAAmB,EAa3D,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAiarE,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;GAGG;AACH,wBAAgB,oCAAoC,CAClD,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACnC,8BAA8B,CAuBhC"}
|