integrate-sdk 0.9.31-dev.0 → 0.9.42-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 +216 -0
- package/dist/adapters/base-handler.js +216 -0
- package/dist/adapters/index.js +397 -85
- package/dist/adapters/nextjs.js +216 -0
- package/dist/adapters/solid-start.js +397 -85
- package/dist/adapters/svelte-kit.js +397 -85
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3296 -481
- package/dist/oauth.js +216 -0
- package/dist/server.js +3199 -362
- package/dist/src/client.d.ts +55 -1
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +116 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/alpaca-client.d.ts +64 -0
- package/dist/src/integrations/alpaca-client.d.ts.map +1 -0
- package/dist/src/integrations/alpaca.d.ts +22 -0
- package/dist/src/integrations/alpaca.d.ts.map +1 -0
- package/dist/src/integrations/astronomer-client.d.ts +80 -0
- package/dist/src/integrations/astronomer-client.d.ts.map +1 -0
- package/dist/src/integrations/astronomer.d.ts +14 -0
- package/dist/src/integrations/astronomer.d.ts.map +1 -0
- package/dist/src/integrations/attio-client.d.ts +17 -0
- package/dist/src/integrations/attio-client.d.ts.map +1 -0
- package/dist/src/integrations/attio.d.ts +15 -0
- package/dist/src/integrations/attio.d.ts.map +1 -0
- package/dist/src/integrations/auth0-client.d.ts +55 -0
- package/dist/src/integrations/auth0-client.d.ts.map +1 -0
- package/dist/src/integrations/auth0.d.ts +22 -0
- package/dist/src/integrations/auth0.d.ts.map +1 -0
- package/dist/src/integrations/aws-client.d.ts +26 -0
- package/dist/src/integrations/aws-client.d.ts.map +1 -0
- package/dist/src/integrations/aws.d.ts +28 -0
- package/dist/src/integrations/aws.d.ts.map +1 -0
- package/dist/src/integrations/betterstack-client.d.ts +62 -0
- package/dist/src/integrations/betterstack-client.d.ts.map +1 -0
- package/dist/src/integrations/betterstack.d.ts +14 -0
- package/dist/src/integrations/betterstack.d.ts.map +1 -0
- package/dist/src/integrations/binance-client.d.ts +54 -0
- package/dist/src/integrations/binance-client.d.ts.map +1 -0
- package/dist/src/integrations/binance.d.ts +22 -0
- package/dist/src/integrations/binance.d.ts.map +1 -0
- package/dist/src/integrations/canva-client.d.ts +70 -0
- package/dist/src/integrations/canva-client.d.ts.map +1 -0
- package/dist/src/integrations/canva.d.ts +20 -0
- package/dist/src/integrations/canva.d.ts.map +1 -0
- package/dist/src/integrations/clerk-client.d.ts +66 -0
- package/dist/src/integrations/clerk-client.d.ts.map +1 -0
- package/dist/src/integrations/clerk.d.ts +14 -0
- package/dist/src/integrations/clerk.d.ts.map +1 -0
- package/dist/src/integrations/clickup-client.d.ts +5 -0
- package/dist/src/integrations/clickup-client.d.ts.map +1 -0
- package/dist/src/integrations/clickup.d.ts +13 -0
- package/dist/src/integrations/clickup.d.ts.map +1 -0
- package/dist/src/integrations/cloudflare-client.d.ts +69 -0
- package/dist/src/integrations/cloudflare-client.d.ts.map +1 -0
- package/dist/src/integrations/cloudflare.d.ts +23 -0
- package/dist/src/integrations/cloudflare.d.ts.map +1 -0
- package/dist/src/integrations/convex-client.d.ts +21 -0
- package/dist/src/integrations/convex-client.d.ts.map +1 -0
- package/dist/src/integrations/convex.d.ts +9 -0
- package/dist/src/integrations/convex.d.ts.map +1 -0
- package/dist/src/integrations/databricks-client.d.ts +40 -0
- package/dist/src/integrations/databricks-client.d.ts.map +1 -0
- package/dist/src/integrations/databricks.d.ts +27 -0
- package/dist/src/integrations/databricks.d.ts.map +1 -0
- package/dist/src/integrations/datadog-client.d.ts +9 -0
- package/dist/src/integrations/datadog-client.d.ts.map +1 -0
- package/dist/src/integrations/datadog.d.ts +30 -0
- package/dist/src/integrations/datadog.d.ts.map +1 -0
- package/dist/src/integrations/discord-client.d.ts +44 -0
- package/dist/src/integrations/discord-client.d.ts.map +1 -0
- package/dist/src/integrations/discord.d.ts +19 -0
- package/dist/src/integrations/discord.d.ts.map +1 -0
- package/dist/src/integrations/etoro-client.d.ts +10 -0
- package/dist/src/integrations/etoro-client.d.ts.map +1 -0
- package/dist/src/integrations/etoro.d.ts +10 -0
- package/dist/src/integrations/etoro.d.ts.map +1 -0
- package/dist/src/integrations/excel.d.ts +1 -1
- package/dist/src/integrations/facebook-client.d.ts +61 -0
- package/dist/src/integrations/facebook-client.d.ts.map +1 -0
- package/dist/src/integrations/facebook.d.ts +22 -0
- package/dist/src/integrations/facebook.d.ts.map +1 -0
- package/dist/src/integrations/ga4-client.d.ts +9 -0
- package/dist/src/integrations/ga4-client.d.ts.map +1 -0
- package/dist/src/integrations/ga4.d.ts +13 -0
- package/dist/src/integrations/ga4.d.ts.map +1 -0
- package/dist/src/integrations/gcal-client.d.ts +6 -0
- package/dist/src/integrations/gcal-client.d.ts.map +1 -1
- package/dist/src/integrations/gcal.d.ts +1 -1
- package/dist/src/integrations/gcal.d.ts.map +1 -1
- package/dist/src/integrations/gchat-client.d.ts +12 -0
- package/dist/src/integrations/gchat-client.d.ts.map +1 -0
- package/dist/src/integrations/gchat.d.ts +15 -0
- package/dist/src/integrations/gchat.d.ts.map +1 -0
- package/dist/src/integrations/gcontacts-client.d.ts +14 -0
- package/dist/src/integrations/gcontacts-client.d.ts.map +1 -0
- package/dist/src/integrations/gcontacts.d.ts +22 -0
- package/dist/src/integrations/gcontacts.d.ts.map +1 -0
- package/dist/src/integrations/gdocs-client.d.ts +22 -0
- package/dist/src/integrations/gdocs-client.d.ts.map +1 -1
- package/dist/src/integrations/gdocs.d.ts +1 -1
- package/dist/src/integrations/gdocs.d.ts.map +1 -1
- package/dist/src/integrations/gdrive.d.ts +1 -1
- package/dist/src/integrations/github-client.d.ts +4 -0
- package/dist/src/integrations/github-client.d.ts.map +1 -1
- package/dist/src/integrations/github.d.ts +1 -1
- package/dist/src/integrations/github.d.ts.map +1 -1
- package/dist/src/integrations/gitlab-client.d.ts +5 -0
- package/dist/src/integrations/gitlab-client.d.ts.map +1 -0
- package/dist/src/integrations/gitlab.d.ts +20 -0
- package/dist/src/integrations/gitlab.d.ts.map +1 -0
- package/dist/src/integrations/gmail-client.d.ts +18 -0
- package/dist/src/integrations/gmail-client.d.ts.map +1 -1
- package/dist/src/integrations/gmail.d.ts +1 -1
- package/dist/src/integrations/gmail.d.ts.map +1 -1
- package/dist/src/integrations/gmeet-client.d.ts +10 -0
- package/dist/src/integrations/gmeet-client.d.ts.map +1 -0
- package/dist/src/integrations/gmeet.d.ts +19 -0
- package/dist/src/integrations/gmeet.d.ts.map +1 -0
- package/dist/src/integrations/gsheets-client.d.ts +10 -0
- package/dist/src/integrations/gsheets-client.d.ts.map +1 -1
- package/dist/src/integrations/gsheets.d.ts +1 -1
- package/dist/src/integrations/gsheets.d.ts.map +1 -1
- package/dist/src/integrations/gslides-client.d.ts +8 -0
- package/dist/src/integrations/gslides-client.d.ts.map +1 -1
- package/dist/src/integrations/gslides.d.ts +1 -1
- package/dist/src/integrations/gslides.d.ts.map +1 -1
- package/dist/src/integrations/gtasks-client.d.ts +16 -0
- package/dist/src/integrations/gtasks-client.d.ts.map +1 -0
- package/dist/src/integrations/gtasks.d.ts +22 -0
- package/dist/src/integrations/gtasks.d.ts.map +1 -0
- package/dist/src/integrations/instagram-client.d.ts +74 -0
- package/dist/src/integrations/instagram-client.d.ts.map +1 -0
- package/dist/src/integrations/instagram.d.ts +24 -0
- package/dist/src/integrations/instagram.d.ts.map +1 -0
- package/dist/src/integrations/library-metadata.d.ts.map +1 -1
- package/dist/src/integrations/linkedin-client.d.ts +6 -0
- package/dist/src/integrations/linkedin-client.d.ts.map +1 -0
- package/dist/src/integrations/linkedin.d.ts +15 -0
- package/dist/src/integrations/linkedin.d.ts.map +1 -0
- package/dist/src/integrations/mailchimp-client.d.ts +5 -0
- package/dist/src/integrations/mailchimp-client.d.ts.map +1 -0
- package/dist/src/integrations/mailchimp.d.ts +13 -0
- package/dist/src/integrations/mailchimp.d.ts.map +1 -0
- package/dist/src/integrations/monday-client.d.ts +44 -0
- package/dist/src/integrations/monday-client.d.ts.map +1 -0
- package/dist/src/integrations/monday.d.ts +19 -0
- package/dist/src/integrations/monday.d.ts.map +1 -0
- package/dist/src/integrations/neon-client.d.ts +89 -0
- package/dist/src/integrations/neon-client.d.ts.map +1 -0
- package/dist/src/integrations/neon.d.ts +13 -0
- package/dist/src/integrations/neon.d.ts.map +1 -0
- package/dist/src/integrations/onedrive-client.d.ts +16 -0
- package/dist/src/integrations/onedrive-client.d.ts.map +1 -1
- package/dist/src/integrations/onedrive.d.ts +1 -1
- package/dist/src/integrations/onedrive.d.ts.map +1 -1
- package/dist/src/integrations/outlook.d.ts +1 -1
- package/dist/src/integrations/outlook.d.ts.map +1 -1
- package/dist/src/integrations/paper-client.d.ts +24 -0
- package/dist/src/integrations/paper-client.d.ts.map +1 -0
- package/dist/src/integrations/paper.d.ts +22 -0
- package/dist/src/integrations/paper.d.ts.map +1 -0
- package/dist/src/integrations/phantom-client.d.ts +9 -0
- package/dist/src/integrations/phantom-client.d.ts.map +1 -0
- package/dist/src/integrations/phantom.d.ts +13 -0
- package/dist/src/integrations/phantom.d.ts.map +1 -0
- package/dist/src/integrations/planetscale-client.d.ts +5 -0
- package/dist/src/integrations/planetscale-client.d.ts.map +1 -0
- package/dist/src/integrations/planetscale.d.ts +14 -0
- package/dist/src/integrations/planetscale.d.ts.map +1 -0
- package/dist/src/integrations/planner-client.d.ts +17 -0
- package/dist/src/integrations/planner-client.d.ts.map +1 -0
- package/dist/src/integrations/planner.d.ts +13 -0
- package/dist/src/integrations/planner.d.ts.map +1 -0
- package/dist/src/integrations/postman-client.d.ts +34 -0
- package/dist/src/integrations/postman-client.d.ts.map +1 -0
- package/dist/src/integrations/postman.d.ts +14 -0
- package/dist/src/integrations/postman.d.ts.map +1 -0
- package/dist/src/integrations/powerpoint-client.d.ts +8 -0
- package/dist/src/integrations/powerpoint-client.d.ts.map +1 -1
- package/dist/src/integrations/powerpoint.d.ts +1 -1
- package/dist/src/integrations/powerpoint.d.ts.map +1 -1
- package/dist/src/integrations/reddit-client.d.ts +5 -0
- package/dist/src/integrations/reddit-client.d.ts.map +1 -0
- package/dist/src/integrations/reddit.d.ts +13 -0
- package/dist/src/integrations/reddit.d.ts.map +1 -0
- package/dist/src/integrations/redis-client.d.ts +67 -0
- package/dist/src/integrations/redis-client.d.ts.map +1 -0
- package/dist/src/integrations/redis.d.ts +18 -0
- package/dist/src/integrations/redis.d.ts.map +1 -0
- package/dist/src/integrations/resend-client.d.ts +5 -0
- package/dist/src/integrations/resend-client.d.ts.map +1 -0
- package/dist/src/integrations/resend.d.ts +9 -0
- package/dist/src/integrations/resend.d.ts.map +1 -0
- package/dist/src/integrations/salesforce-client.d.ts +43 -0
- package/dist/src/integrations/salesforce-client.d.ts.map +1 -0
- package/dist/src/integrations/salesforce.d.ts +25 -0
- package/dist/src/integrations/salesforce.d.ts.map +1 -0
- package/dist/src/integrations/sharepoint-client.d.ts +15 -0
- package/dist/src/integrations/sharepoint-client.d.ts.map +1 -0
- package/dist/src/integrations/sharepoint.d.ts +15 -0
- package/dist/src/integrations/sharepoint.d.ts.map +1 -0
- package/dist/src/integrations/shopify-client.d.ts +31 -0
- package/dist/src/integrations/shopify-client.d.ts.map +1 -0
- package/dist/src/integrations/shopify.d.ts +16 -0
- package/dist/src/integrations/shopify.d.ts.map +1 -0
- package/dist/src/integrations/stripe-client.d.ts +12 -0
- package/dist/src/integrations/stripe-client.d.ts.map +1 -1
- package/dist/src/integrations/stripe.d.ts +1 -1
- package/dist/src/integrations/stripe.d.ts.map +1 -1
- package/dist/src/integrations/supabase-client.d.ts +63 -0
- package/dist/src/integrations/supabase-client.d.ts.map +1 -0
- package/dist/src/integrations/supabase.d.ts +26 -0
- package/dist/src/integrations/supabase.d.ts.map +1 -0
- package/dist/src/integrations/teams-client.d.ts +16 -0
- package/dist/src/integrations/teams-client.d.ts.map +1 -0
- package/dist/src/integrations/teams.d.ts +24 -0
- package/dist/src/integrations/teams.d.ts.map +1 -0
- package/dist/src/integrations/threads-client.d.ts +16 -0
- package/dist/src/integrations/threads-client.d.ts.map +1 -0
- package/dist/src/integrations/threads.d.ts +15 -0
- package/dist/src/integrations/threads.d.ts.map +1 -0
- package/dist/src/integrations/tiktok-client.d.ts +7 -0
- package/dist/src/integrations/tiktok-client.d.ts.map +1 -0
- package/dist/src/integrations/tiktok.d.ts +15 -0
- package/dist/src/integrations/tiktok.d.ts.map +1 -0
- package/dist/src/integrations/tldraw-client.d.ts +5 -0
- package/dist/src/integrations/tldraw-client.d.ts.map +1 -0
- package/dist/src/integrations/tldraw.d.ts +9 -0
- package/dist/src/integrations/tldraw.d.ts.map +1 -0
- package/dist/src/integrations/trello-client.d.ts +16 -0
- package/dist/src/integrations/trello-client.d.ts.map +1 -0
- package/dist/src/integrations/trello.d.ts +10 -0
- package/dist/src/integrations/trello.d.ts.map +1 -0
- package/dist/src/integrations/typeform-client.d.ts +13 -0
- package/dist/src/integrations/typeform-client.d.ts.map +1 -0
- package/dist/src/integrations/typeform.d.ts +15 -0
- package/dist/src/integrations/typeform.d.ts.map +1 -0
- package/dist/src/integrations/upstash-client.d.ts +28 -0
- package/dist/src/integrations/upstash-client.d.ts.map +1 -0
- package/dist/src/integrations/upstash.d.ts +18 -0
- package/dist/src/integrations/upstash.d.ts.map +1 -0
- package/dist/src/integrations/webflow-client.d.ts +78 -0
- package/dist/src/integrations/webflow-client.d.ts.map +1 -0
- package/dist/src/integrations/webflow.d.ts +20 -0
- package/dist/src/integrations/webflow.d.ts.map +1 -0
- package/dist/src/integrations/whatsapp-client.d.ts +22 -0
- package/dist/src/integrations/whatsapp-client.d.ts.map +1 -1
- package/dist/src/integrations/whatsapp.d.ts +1 -1
- package/dist/src/integrations/whatsapp.d.ts.map +1 -1
- package/dist/src/integrations/wix-client.d.ts +27 -0
- package/dist/src/integrations/wix-client.d.ts.map +1 -0
- package/dist/src/integrations/wix.d.ts +16 -0
- package/dist/src/integrations/wix.d.ts.map +1 -0
- package/dist/src/integrations/word-client.d.ts +8 -0
- package/dist/src/integrations/word-client.d.ts.map +1 -1
- package/dist/src/integrations/word.d.ts +1 -1
- package/dist/src/integrations/word.d.ts.map +1 -1
- package/dist/src/integrations/workday-client.d.ts +18 -0
- package/dist/src/integrations/workday-client.d.ts.map +1 -0
- package/dist/src/integrations/workday.d.ts +24 -0
- package/dist/src/integrations/workday.d.ts.map +1 -0
- package/dist/src/integrations/workos-client.d.ts +75 -0
- package/dist/src/integrations/workos-client.d.ts.map +1 -0
- package/dist/src/integrations/workos.d.ts +14 -0
- package/dist/src/integrations/workos.d.ts.map +1 -0
- package/dist/src/integrations/xero-client.d.ts +14 -0
- package/dist/src/integrations/xero-client.d.ts.map +1 -0
- package/dist/src/integrations/xero.d.ts +15 -0
- package/dist/src/integrations/xero.d.ts.map +1 -0
- package/dist/src/integrations/youtube.d.ts +1 -1
- package/dist/src/integrations/youtube.d.ts.map +1 -1
- package/dist/src/integrations/zapier-client.d.ts +41 -0
- package/dist/src/integrations/zapier-client.d.ts.map +1 -0
- package/dist/src/integrations/zapier.d.ts +20 -0
- package/dist/src/integrations/zapier.d.ts.map +1 -0
- package/dist/src/integrations/zoom-client.d.ts +42 -0
- package/dist/src/integrations/zoom-client.d.ts.map +1 -0
- package/dist/src/integrations/zoom.d.ts +23 -0
- package/dist/src/integrations/zoom.d.ts.map +1 -0
- package/dist/src/server.d.ts +54 -0
- package/dist/src/server.d.ts.map +1 -1
- package/index.ts +52 -0
- package/package.json +1 -1
package/dist/adapters/index.js
CHANGED
|
@@ -306,18 +306,42 @@ var init_library_metadata = __esm(() => {
|
|
|
306
306
|
description: "Manage Airtable bases, tables, and records",
|
|
307
307
|
category: "Business"
|
|
308
308
|
},
|
|
309
|
+
aws: {
|
|
310
|
+
description: "Inspect AWS accounts and resources with SigV4 (control-plane APIs)",
|
|
311
|
+
category: "Infrastructure"
|
|
312
|
+
},
|
|
313
|
+
attio: {
|
|
314
|
+
description: "Manage Attio people, companies, tasks, and CRM records",
|
|
315
|
+
category: "Business"
|
|
316
|
+
},
|
|
309
317
|
calcom: {
|
|
310
318
|
description: "Manage Cal.com bookings and schedules",
|
|
311
319
|
category: "Business"
|
|
312
320
|
},
|
|
321
|
+
canva: {
|
|
322
|
+
description: "List and create Canva designs, manage folders, and export assets",
|
|
323
|
+
category: "Productivity"
|
|
324
|
+
},
|
|
325
|
+
cloudflare: {
|
|
326
|
+
description: "Manage Cloudflare zones, DNS, CDN cache, and Workers",
|
|
327
|
+
category: "Infrastructure"
|
|
328
|
+
},
|
|
313
329
|
cursor: {
|
|
314
330
|
description: "Manage Cursor Cloud Agents and background tasks",
|
|
315
331
|
category: "Engineering"
|
|
316
332
|
},
|
|
333
|
+
databricks: {
|
|
334
|
+
description: "Run Databricks jobs, list clusters and SQL warehouses, and inspect workspace paths",
|
|
335
|
+
category: "Engineering"
|
|
336
|
+
},
|
|
317
337
|
figma: {
|
|
318
338
|
description: "Access Figma files, comments, and components",
|
|
319
339
|
category: "Engineering"
|
|
320
340
|
},
|
|
341
|
+
facebook: {
|
|
342
|
+
description: "Manage Facebook Page posts, comments, reactions, and insights via the Graph API",
|
|
343
|
+
category: "Social Media"
|
|
344
|
+
},
|
|
321
345
|
github: {
|
|
322
346
|
description: "Manage GitHub repos, issues, and pull requests",
|
|
323
347
|
category: "Engineering"
|
|
@@ -330,10 +354,26 @@ var init_library_metadata = __esm(() => {
|
|
|
330
354
|
description: "Manage Google Calendar events and schedules",
|
|
331
355
|
category: "Productivity"
|
|
332
356
|
},
|
|
357
|
+
gtasks: {
|
|
358
|
+
description: "Manage Google Tasks lists and to-dos",
|
|
359
|
+
category: "Productivity"
|
|
360
|
+
},
|
|
361
|
+
gmeet: {
|
|
362
|
+
description: "Create Google Meet links and manage meeting events via Calendar",
|
|
363
|
+
category: "Communication"
|
|
364
|
+
},
|
|
365
|
+
gcontacts: {
|
|
366
|
+
description: "List, search, create, update, and delete Google Contacts via the People API",
|
|
367
|
+
category: "Communication"
|
|
368
|
+
},
|
|
333
369
|
hubspot: {
|
|
334
370
|
description: "Manage HubSpot contacts, deals, and tickets",
|
|
335
371
|
category: "Business"
|
|
336
372
|
},
|
|
373
|
+
instagram: {
|
|
374
|
+
description: "Instagram Graph API — media, comments, insights, stories, and publishing",
|
|
375
|
+
category: "Social Media"
|
|
376
|
+
},
|
|
337
377
|
intercom: {
|
|
338
378
|
description: "Manage Intercom contacts and conversations",
|
|
339
379
|
category: "Business"
|
|
@@ -350,6 +390,10 @@ var init_library_metadata = __esm(() => {
|
|
|
350
390
|
description: "Manage OneDrive files, folders, and sharing",
|
|
351
391
|
category: "Storage"
|
|
352
392
|
},
|
|
393
|
+
planner: {
|
|
394
|
+
description: "Manage Microsoft Planner plans, buckets, and tasks",
|
|
395
|
+
category: "Productivity"
|
|
396
|
+
},
|
|
353
397
|
outlook: {
|
|
354
398
|
description: "Manage Outlook mail, calendars, and contacts",
|
|
355
399
|
category: "Communication"
|
|
@@ -358,18 +402,38 @@ var init_library_metadata = __esm(() => {
|
|
|
358
402
|
description: "Manage Polar products, orders, and subscriptions",
|
|
359
403
|
category: "Finance"
|
|
360
404
|
},
|
|
405
|
+
phantom: {
|
|
406
|
+
description: "Build Phantom mobile browse universal links and deeplink provider documentation (Solana)",
|
|
407
|
+
category: "Other"
|
|
408
|
+
},
|
|
361
409
|
posthog: {
|
|
362
410
|
description: "Read PostHog organizations, projects, insights, and feature flags",
|
|
363
411
|
category: "Analytics"
|
|
364
412
|
},
|
|
413
|
+
postman: {
|
|
414
|
+
description: "Manage Postman workspaces, collections, and environments via the Postman API",
|
|
415
|
+
category: "Engineering"
|
|
416
|
+
},
|
|
365
417
|
ramp: {
|
|
366
418
|
description: "Manage Ramp corporate cards, bills, and spend",
|
|
367
419
|
category: "Business"
|
|
368
420
|
},
|
|
421
|
+
resend: {
|
|
422
|
+
description: "Send email and manage domains with the Resend API",
|
|
423
|
+
category: "Communication"
|
|
424
|
+
},
|
|
425
|
+
mailchimp: {
|
|
426
|
+
description: "Manage Mailchimp audiences, members, and campaigns",
|
|
427
|
+
category: "Communication"
|
|
428
|
+
},
|
|
369
429
|
railway: {
|
|
370
430
|
description: "Manage Railway workspaces, projects, services, deployments, variables, domains, and volumes",
|
|
371
431
|
category: "Infrastructure"
|
|
372
432
|
},
|
|
433
|
+
supabase: {
|
|
434
|
+
description: "Manage Supabase organizations, projects, Postgres, API keys, secrets, and branches",
|
|
435
|
+
category: "Infrastructure"
|
|
436
|
+
},
|
|
373
437
|
sentry: {
|
|
374
438
|
description: "Monitor Sentry errors, issues, releases, and projects",
|
|
375
439
|
category: "Engineering"
|
|
@@ -378,6 +442,14 @@ var init_library_metadata = __esm(() => {
|
|
|
378
442
|
description: "Manage Netlify sites, deploys, builds, and environment variables",
|
|
379
443
|
category: "Infrastructure"
|
|
380
444
|
},
|
|
445
|
+
redis: {
|
|
446
|
+
description: "Manage Redis Cloud subscriptions, databases, async tasks, and audit logs",
|
|
447
|
+
category: "Infrastructure"
|
|
448
|
+
},
|
|
449
|
+
upstash: {
|
|
450
|
+
description: "Use Upstash Redis REST, QStash messaging, and related HTTP APIs",
|
|
451
|
+
category: "Infrastructure"
|
|
452
|
+
},
|
|
381
453
|
jira: {
|
|
382
454
|
description: "Manage Jira issues, projects, sprints, and boards",
|
|
383
455
|
category: "Engineering"
|
|
@@ -414,6 +486,10 @@ var init_library_metadata = __esm(() => {
|
|
|
414
486
|
description: "Manage Vercel projects, deployments, and domains",
|
|
415
487
|
category: "Infrastructure"
|
|
416
488
|
},
|
|
489
|
+
workos: {
|
|
490
|
+
description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
|
|
491
|
+
category: "Infrastructure"
|
|
492
|
+
},
|
|
417
493
|
whatsapp: {
|
|
418
494
|
description: "Send WhatsApp messages and templates",
|
|
419
495
|
category: "Communication"
|
|
@@ -422,6 +498,14 @@ var init_library_metadata = __esm(() => {
|
|
|
422
498
|
description: "Search and access YouTube videos and channels",
|
|
423
499
|
category: "Social Media"
|
|
424
500
|
},
|
|
501
|
+
zoom: {
|
|
502
|
+
description: "Manage Zoom user profile and meetings",
|
|
503
|
+
category: "Communication"
|
|
504
|
+
},
|
|
505
|
+
reddit: {
|
|
506
|
+
description: "Browse subreddits, search posts, submit content, and vote on Reddit",
|
|
507
|
+
category: "Social Media"
|
|
508
|
+
},
|
|
425
509
|
powerpoint: {
|
|
426
510
|
description: "Manage PowerPoint presentations and sharing",
|
|
427
511
|
category: "Productivity"
|
|
@@ -438,17 +522,149 @@ var init_library_metadata = __esm(() => {
|
|
|
438
522
|
description: "Manage Dropbox files, folders, and sharing",
|
|
439
523
|
category: "Storage"
|
|
440
524
|
},
|
|
525
|
+
paper: {
|
|
526
|
+
description: "Create, update, and export Dropbox Paper documents",
|
|
527
|
+
category: "Productivity"
|
|
528
|
+
},
|
|
441
529
|
granola: {
|
|
442
530
|
description: "List and read Granola meeting notes and folders",
|
|
443
531
|
category: "Productivity"
|
|
444
532
|
},
|
|
533
|
+
alpaca: {
|
|
534
|
+
description: "Trade equities with Alpaca: account, orders, positions, and market clock",
|
|
535
|
+
category: "Finance"
|
|
536
|
+
},
|
|
537
|
+
binance: {
|
|
538
|
+
description: "Read Binance Spot prices, order books, and account data with read-only API keys",
|
|
539
|
+
category: "Finance"
|
|
540
|
+
},
|
|
445
541
|
mercury: {
|
|
446
542
|
description: "Manage Mercury bank accounts, cards, and transactions",
|
|
447
543
|
category: "Finance"
|
|
448
544
|
},
|
|
545
|
+
monday: {
|
|
546
|
+
description: "Manage Monday.com boards, items, columns, and updates",
|
|
547
|
+
category: "Productivity"
|
|
548
|
+
},
|
|
449
549
|
zendesk: {
|
|
450
550
|
description: "Manage Zendesk tickets, users, and help center content",
|
|
451
551
|
category: "Business"
|
|
552
|
+
},
|
|
553
|
+
wix: {
|
|
554
|
+
description: "Manage Wix site stores, products, and e-commerce orders via REST",
|
|
555
|
+
category: "Business"
|
|
556
|
+
},
|
|
557
|
+
astronomer: {
|
|
558
|
+
description: "Manage Apache Airflow DAGs and deployments on Astronomer",
|
|
559
|
+
category: "Engineering"
|
|
560
|
+
},
|
|
561
|
+
auth0: {
|
|
562
|
+
description: "Manage Auth0 users, applications, and tenant configuration",
|
|
563
|
+
category: "Infrastructure"
|
|
564
|
+
},
|
|
565
|
+
betterstack: {
|
|
566
|
+
description: "Monitor uptime, logs, and incident alerts with BetterStack",
|
|
567
|
+
category: "Engineering"
|
|
568
|
+
},
|
|
569
|
+
clerk: {
|
|
570
|
+
description: "Manage Clerk users, organizations, and authentication",
|
|
571
|
+
category: "Infrastructure"
|
|
572
|
+
},
|
|
573
|
+
clickup: {
|
|
574
|
+
description: "Manage ClickUp tasks, lists, spaces, and workspaces",
|
|
575
|
+
category: "Productivity"
|
|
576
|
+
},
|
|
577
|
+
convex: {
|
|
578
|
+
description: "Run Convex functions, manage tables, and query your app backend",
|
|
579
|
+
category: "Engineering"
|
|
580
|
+
},
|
|
581
|
+
datadog: {
|
|
582
|
+
description: "Monitor Datadog metrics, logs, dashboards, and alerts",
|
|
583
|
+
category: "Engineering"
|
|
584
|
+
},
|
|
585
|
+
discord: {
|
|
586
|
+
description: "Send messages and manage Discord channels and servers",
|
|
587
|
+
category: "Communication"
|
|
588
|
+
},
|
|
589
|
+
etoro: {
|
|
590
|
+
description: "Read eToro portfolio data and market instruments",
|
|
591
|
+
category: "Finance"
|
|
592
|
+
},
|
|
593
|
+
ga4: {
|
|
594
|
+
description: "Read Google Analytics 4 reports, properties, and events",
|
|
595
|
+
category: "Analytics"
|
|
596
|
+
},
|
|
597
|
+
gchat: {
|
|
598
|
+
description: "Send messages and manage Google Chat spaces and memberships",
|
|
599
|
+
category: "Communication"
|
|
600
|
+
},
|
|
601
|
+
gitlab: {
|
|
602
|
+
description: "Manage GitLab repositories, issues, and merge requests",
|
|
603
|
+
category: "Engineering"
|
|
604
|
+
},
|
|
605
|
+
linkedin: {
|
|
606
|
+
description: "Post updates and manage LinkedIn profile and company pages",
|
|
607
|
+
category: "Social Media"
|
|
608
|
+
},
|
|
609
|
+
neon: {
|
|
610
|
+
description: "Manage Neon Postgres projects, branches, and databases",
|
|
611
|
+
category: "Infrastructure"
|
|
612
|
+
},
|
|
613
|
+
planetscale: {
|
|
614
|
+
description: "Manage PlanetScale databases, branches, and schema changes",
|
|
615
|
+
category: "Infrastructure"
|
|
616
|
+
},
|
|
617
|
+
salesforce: {
|
|
618
|
+
description: "Manage Salesforce accounts, contacts, opportunities, and cases",
|
|
619
|
+
category: "Business"
|
|
620
|
+
},
|
|
621
|
+
sharepoint: {
|
|
622
|
+
description: "Manage SharePoint sites, lists, documents, and permissions",
|
|
623
|
+
category: "Productivity"
|
|
624
|
+
},
|
|
625
|
+
shopify: {
|
|
626
|
+
description: "Manage Shopify products, orders, customers, and inventory",
|
|
627
|
+
category: "Business"
|
|
628
|
+
},
|
|
629
|
+
teams: {
|
|
630
|
+
description: "Send messages and manage Microsoft Teams channels and meetings",
|
|
631
|
+
category: "Communication"
|
|
632
|
+
},
|
|
633
|
+
threads: {
|
|
634
|
+
description: "Post and manage content on Threads (Meta)",
|
|
635
|
+
category: "Social Media"
|
|
636
|
+
},
|
|
637
|
+
tiktok: {
|
|
638
|
+
description: "Manage TikTok videos, account info, and creator analytics",
|
|
639
|
+
category: "Social Media"
|
|
640
|
+
},
|
|
641
|
+
tldraw: {
|
|
642
|
+
description: "Create and manage tldraw collaborative whiteboards",
|
|
643
|
+
category: "Productivity"
|
|
644
|
+
},
|
|
645
|
+
trello: {
|
|
646
|
+
description: "Manage Trello boards, lists, and cards",
|
|
647
|
+
category: "Productivity"
|
|
648
|
+
},
|
|
649
|
+
typeform: {
|
|
650
|
+
description: "Create and manage Typeform surveys and responses",
|
|
651
|
+
category: "Business"
|
|
652
|
+
},
|
|
653
|
+
webflow: {
|
|
654
|
+
description: "Manage Webflow sites, collections, and CMS content",
|
|
655
|
+
category: "Engineering"
|
|
656
|
+
},
|
|
657
|
+
workday: {
|
|
658
|
+
description: "Read Workday HR data including workers, organizations, and pay",
|
|
659
|
+
category: "Business"
|
|
660
|
+
},
|
|
661
|
+
xero: {
|
|
662
|
+
description: "Manage Xero invoices, contacts, and accounting data",
|
|
663
|
+
category: "Finance"
|
|
664
|
+
},
|
|
665
|
+
zapier: {
|
|
666
|
+
description: "Trigger and manage Zapier automation workflows",
|
|
667
|
+
category: "Engineering"
|
|
452
668
|
}
|
|
453
669
|
};
|
|
454
670
|
});
|
|
@@ -3136,56 +3352,8 @@ class MCPClientBase {
|
|
|
3136
3352
|
}
|
|
3137
3353
|
}
|
|
3138
3354
|
const integrationIds = this.integrations.map((i) => i.id);
|
|
3139
|
-
|
|
3140
|
-
this
|
|
3141
|
-
}
|
|
3142
|
-
if (integrationIds.includes("gmail")) {
|
|
3143
|
-
this.gmail = this.createIntegrationProxy("gmail");
|
|
3144
|
-
}
|
|
3145
|
-
if (integrationIds.includes("notion")) {
|
|
3146
|
-
this.notion = this.createIntegrationProxy("notion");
|
|
3147
|
-
}
|
|
3148
|
-
if (integrationIds.includes("slack")) {
|
|
3149
|
-
this.slack = this.createIntegrationProxy("slack");
|
|
3150
|
-
}
|
|
3151
|
-
if (integrationIds.includes("linear")) {
|
|
3152
|
-
this.linear = this.createIntegrationProxy("linear");
|
|
3153
|
-
}
|
|
3154
|
-
if (integrationIds.includes("railway")) {
|
|
3155
|
-
this.railway = this.createIntegrationProxy("railway");
|
|
3156
|
-
}
|
|
3157
|
-
if (integrationIds.includes("vercel")) {
|
|
3158
|
-
this.vercel = this.createIntegrationProxy("vercel");
|
|
3159
|
-
}
|
|
3160
|
-
if (integrationIds.includes("zendesk")) {
|
|
3161
|
-
this.zendesk = this.createIntegrationProxy("zendesk");
|
|
3162
|
-
}
|
|
3163
|
-
if (integrationIds.includes("stripe")) {
|
|
3164
|
-
this.stripe = this.createIntegrationProxy("stripe");
|
|
3165
|
-
}
|
|
3166
|
-
if (integrationIds.includes("gcal")) {
|
|
3167
|
-
this.gcal = this.createIntegrationProxy("gcal");
|
|
3168
|
-
}
|
|
3169
|
-
if (integrationIds.includes("outlook")) {
|
|
3170
|
-
this.outlook = this.createIntegrationProxy("outlook");
|
|
3171
|
-
}
|
|
3172
|
-
if (integrationIds.includes("airtable")) {
|
|
3173
|
-
this.airtable = this.createIntegrationProxy("airtable");
|
|
3174
|
-
}
|
|
3175
|
-
if (integrationIds.includes("todoist")) {
|
|
3176
|
-
this.todoist = this.createIntegrationProxy("todoist");
|
|
3177
|
-
}
|
|
3178
|
-
if (integrationIds.includes("gdocs")) {
|
|
3179
|
-
this.gdocs = this.createIntegrationProxy("gdocs");
|
|
3180
|
-
}
|
|
3181
|
-
if (integrationIds.includes("gsheets")) {
|
|
3182
|
-
this.gsheets = this.createIntegrationProxy("gsheets");
|
|
3183
|
-
}
|
|
3184
|
-
if (integrationIds.includes("gslides")) {
|
|
3185
|
-
this.gslides = this.createIntegrationProxy("gslides");
|
|
3186
|
-
}
|
|
3187
|
-
if (integrationIds.includes("posthog")) {
|
|
3188
|
-
this.posthog = this.createIntegrationProxy("posthog");
|
|
3355
|
+
for (const id of integrationIds) {
|
|
3356
|
+
this[id] = this.createIntegrationProxy(id);
|
|
3189
3357
|
}
|
|
3190
3358
|
this.server = this.createServerProxy();
|
|
3191
3359
|
this.trigger = new TriggerClient({
|
|
@@ -3948,108 +4116,252 @@ init_logger();
|
|
|
3948
4116
|
// ../integrations/github.ts
|
|
3949
4117
|
init_logger();
|
|
3950
4118
|
var logger8 = createLogger("GitHub");
|
|
4119
|
+
// ../integrations/gitlab.ts
|
|
4120
|
+
init_logger();
|
|
4121
|
+
var logger9 = createLogger("GitLab");
|
|
3951
4122
|
// ../integrations/gmail.ts
|
|
3952
4123
|
init_logger();
|
|
3953
|
-
var
|
|
4124
|
+
var logger10 = createLogger("Gmail");
|
|
3954
4125
|
// ../integrations/notion.ts
|
|
3955
4126
|
init_logger();
|
|
3956
|
-
var
|
|
4127
|
+
var logger11 = createLogger("Notion");
|
|
3957
4128
|
// ../integrations/slack.ts
|
|
3958
4129
|
init_logger();
|
|
3959
|
-
var
|
|
4130
|
+
var logger12 = createLogger("Slack");
|
|
4131
|
+
// ../integrations/discord.ts
|
|
4132
|
+
init_logger();
|
|
4133
|
+
var logger13 = createLogger("Discord");
|
|
3960
4134
|
// ../integrations/linear.ts
|
|
3961
4135
|
init_logger();
|
|
3962
|
-
var
|
|
4136
|
+
var logger14 = createLogger("Linear");
|
|
3963
4137
|
// ../integrations/railway.ts
|
|
3964
4138
|
init_logger();
|
|
3965
|
-
var
|
|
4139
|
+
var logger15 = createLogger("Railway");
|
|
3966
4140
|
// ../integrations/vercel.ts
|
|
3967
4141
|
init_logger();
|
|
3968
|
-
var
|
|
4142
|
+
var logger16 = createLogger("Vercel");
|
|
3969
4143
|
// ../integrations/zendesk.ts
|
|
3970
4144
|
init_logger();
|
|
3971
|
-
var
|
|
4145
|
+
var logger17 = createLogger("Zendesk");
|
|
3972
4146
|
// ../integrations/stripe.ts
|
|
3973
4147
|
init_logger();
|
|
3974
|
-
var
|
|
4148
|
+
var logger18 = createLogger("Stripe");
|
|
3975
4149
|
// ../integrations/gcal.ts
|
|
3976
4150
|
init_logger();
|
|
3977
|
-
var
|
|
4151
|
+
var logger19 = createLogger("Google Calendar");
|
|
4152
|
+
// ../integrations/gcontacts.ts
|
|
4153
|
+
init_logger();
|
|
4154
|
+
var logger20 = createLogger("Google Contacts");
|
|
4155
|
+
// ../integrations/gmeet.ts
|
|
4156
|
+
init_logger();
|
|
4157
|
+
var logger21 = createLogger("Google Meet");
|
|
4158
|
+
// ../integrations/gtasks.ts
|
|
4159
|
+
init_logger();
|
|
4160
|
+
var logger22 = createLogger("Google Tasks");
|
|
3978
4161
|
// ../integrations/outlook.ts
|
|
3979
4162
|
init_logger();
|
|
3980
|
-
var
|
|
4163
|
+
var logger23 = createLogger("Outlook");
|
|
4164
|
+
// ../integrations/teams.ts
|
|
4165
|
+
init_logger();
|
|
4166
|
+
var logger24 = createLogger("Teams");
|
|
3981
4167
|
// ../integrations/airtable.ts
|
|
3982
4168
|
init_logger();
|
|
3983
|
-
var
|
|
4169
|
+
var logger25 = createLogger("Airtable");
|
|
4170
|
+
// ../integrations/auth0.ts
|
|
4171
|
+
init_logger();
|
|
4172
|
+
var logger26 = createLogger("Auth0");
|
|
4173
|
+
// ../integrations/astronomer.ts
|
|
4174
|
+
init_logger();
|
|
4175
|
+
var logger27 = createLogger("Astronomer");
|
|
4176
|
+
// ../integrations/betterstack.ts
|
|
4177
|
+
init_logger();
|
|
4178
|
+
var logger28 = createLogger("BetterStack");
|
|
3984
4179
|
// ../integrations/todoist.ts
|
|
3985
4180
|
init_logger();
|
|
3986
|
-
var
|
|
4181
|
+
var logger29 = createLogger("Todoist");
|
|
3987
4182
|
// ../integrations/whatsapp.ts
|
|
3988
4183
|
init_logger();
|
|
3989
|
-
var
|
|
4184
|
+
var logger30 = createLogger("WhatsApp");
|
|
3990
4185
|
// ../integrations/calcom.ts
|
|
3991
4186
|
init_logger();
|
|
3992
|
-
var
|
|
4187
|
+
var logger31 = createLogger("Cal.com");
|
|
3993
4188
|
// ../integrations/ramp.ts
|
|
3994
4189
|
init_logger();
|
|
3995
|
-
var
|
|
4190
|
+
var logger32 = createLogger("Ramp");
|
|
3996
4191
|
// ../integrations/onedrive.ts
|
|
3997
4192
|
init_logger();
|
|
3998
|
-
var
|
|
4193
|
+
var logger33 = createLogger("OneDrive");
|
|
4194
|
+
// ../integrations/sharepoint.ts
|
|
4195
|
+
init_logger();
|
|
4196
|
+
var logger34 = createLogger("SharePoint");
|
|
3999
4197
|
// ../integrations/dropbox.ts
|
|
4000
4198
|
init_logger();
|
|
4001
|
-
var
|
|
4199
|
+
var logger35 = createLogger("Dropbox");
|
|
4200
|
+
// ../integrations/paper.ts
|
|
4201
|
+
init_logger();
|
|
4202
|
+
var logger36 = createLogger("Paper");
|
|
4002
4203
|
// ../integrations/word.ts
|
|
4003
4204
|
init_logger();
|
|
4004
|
-
var
|
|
4205
|
+
var logger37 = createLogger("Word");
|
|
4005
4206
|
// ../integrations/excel.ts
|
|
4006
4207
|
init_logger();
|
|
4007
|
-
var
|
|
4208
|
+
var logger38 = createLogger("Excel");
|
|
4008
4209
|
// ../integrations/powerpoint.ts
|
|
4009
4210
|
init_logger();
|
|
4010
|
-
var
|
|
4211
|
+
var logger39 = createLogger("PowerPoint");
|
|
4011
4212
|
// ../integrations/gdocs.ts
|
|
4012
4213
|
init_logger();
|
|
4013
|
-
var
|
|
4214
|
+
var logger40 = createLogger("Google Docs");
|
|
4014
4215
|
// ../integrations/gdrive.ts
|
|
4015
4216
|
init_logger();
|
|
4016
|
-
var
|
|
4217
|
+
var logger41 = createLogger("Google Drive");
|
|
4017
4218
|
// ../integrations/gsheets.ts
|
|
4018
4219
|
init_logger();
|
|
4019
|
-
var
|
|
4220
|
+
var logger42 = createLogger("Google Sheets");
|
|
4020
4221
|
// ../integrations/gslides.ts
|
|
4021
4222
|
init_logger();
|
|
4022
|
-
var
|
|
4223
|
+
var logger43 = createLogger("Google Slides");
|
|
4023
4224
|
// ../integrations/polar.ts
|
|
4024
4225
|
init_logger();
|
|
4025
|
-
var
|
|
4226
|
+
var logger44 = createLogger("Polar");
|
|
4227
|
+
// ../integrations/phantom.ts
|
|
4228
|
+
init_logger();
|
|
4229
|
+
var logger45 = createLogger("Phantom");
|
|
4026
4230
|
// ../integrations/figma.ts
|
|
4027
4231
|
init_logger();
|
|
4028
|
-
var
|
|
4232
|
+
var logger46 = createLogger("Figma");
|
|
4029
4233
|
// ../integrations/intercom.ts
|
|
4030
4234
|
init_logger();
|
|
4031
|
-
var
|
|
4235
|
+
var logger47 = createLogger("Intercom");
|
|
4032
4236
|
// ../integrations/hubspot.ts
|
|
4033
4237
|
init_logger();
|
|
4034
|
-
var
|
|
4238
|
+
var logger48 = createLogger("HubSpot");
|
|
4035
4239
|
// ../integrations/youtube.ts
|
|
4036
4240
|
init_logger();
|
|
4037
|
-
var
|
|
4241
|
+
var logger49 = createLogger("YouTube");
|
|
4242
|
+
// ../integrations/zoom.ts
|
|
4243
|
+
init_logger();
|
|
4244
|
+
var logger50 = createLogger("Zoom");
|
|
4038
4245
|
// ../integrations/cursor.ts
|
|
4039
4246
|
init_logger();
|
|
4040
|
-
var
|
|
4247
|
+
var logger51 = createLogger("Cursor");
|
|
4248
|
+
// ../integrations/databricks.ts
|
|
4249
|
+
init_logger();
|
|
4250
|
+
var logger52 = createLogger("Databricks");
|
|
4041
4251
|
// ../integrations/posthog.ts
|
|
4042
4252
|
init_logger();
|
|
4043
|
-
var
|
|
4253
|
+
var logger53 = createLogger("PostHog");
|
|
4254
|
+
// ../integrations/postman.ts
|
|
4255
|
+
init_logger();
|
|
4256
|
+
var logger54 = createLogger("Postman");
|
|
4044
4257
|
// ../integrations/sentry.ts
|
|
4045
4258
|
init_logger();
|
|
4046
|
-
var
|
|
4259
|
+
var logger55 = createLogger("Sentry");
|
|
4260
|
+
// ../integrations/supabase.ts
|
|
4261
|
+
init_logger();
|
|
4262
|
+
var logger56 = createLogger("Supabase");
|
|
4047
4263
|
// ../integrations/netlify.ts
|
|
4048
4264
|
init_logger();
|
|
4049
|
-
var
|
|
4265
|
+
var logger57 = createLogger("Netlify");
|
|
4266
|
+
// ../integrations/datadog.ts
|
|
4267
|
+
init_logger();
|
|
4268
|
+
var logger58 = createLogger("Datadog");
|
|
4269
|
+
// ../integrations/redis.ts
|
|
4270
|
+
init_logger();
|
|
4271
|
+
var logger59 = createLogger("Redis Cloud");
|
|
4272
|
+
// ../integrations/upstash.ts
|
|
4273
|
+
init_logger();
|
|
4274
|
+
var logger60 = createLogger("Upstash");
|
|
4275
|
+
// ../integrations/webflow.ts
|
|
4276
|
+
init_logger();
|
|
4277
|
+
var logger61 = createLogger("Webflow");
|
|
4050
4278
|
// ../integrations/jira.ts
|
|
4051
4279
|
init_logger();
|
|
4052
|
-
var
|
|
4280
|
+
var logger62 = createLogger("Jira");
|
|
4281
|
+
// ../integrations/salesforce.ts
|
|
4282
|
+
init_logger();
|
|
4283
|
+
var logger63 = createLogger("Salesforce");
|
|
4284
|
+
// ../integrations/zapier.ts
|
|
4285
|
+
init_logger();
|
|
4286
|
+
var logger64 = createLogger("Zapier");
|
|
4287
|
+
// ../integrations/linkedin.ts
|
|
4288
|
+
init_logger();
|
|
4289
|
+
var logger65 = createLogger("LinkedIn");
|
|
4290
|
+
// ../integrations/threads.ts
|
|
4291
|
+
init_logger();
|
|
4292
|
+
var logger66 = createLogger("Threads");
|
|
4293
|
+
// ../integrations/tiktok.ts
|
|
4294
|
+
init_logger();
|
|
4295
|
+
var logger67 = createLogger("TikTok");
|
|
4296
|
+
// ../integrations/trello.ts
|
|
4297
|
+
init_logger();
|
|
4298
|
+
var logger68 = createLogger("Trello");
|
|
4299
|
+
// ../integrations/typeform.ts
|
|
4300
|
+
init_logger();
|
|
4301
|
+
var logger69 = createLogger("Typeform");
|
|
4302
|
+
// ../integrations/xero.ts
|
|
4303
|
+
init_logger();
|
|
4304
|
+
var logger70 = createLogger("Xero");
|
|
4305
|
+
// ../integrations/attio.ts
|
|
4306
|
+
init_logger();
|
|
4307
|
+
var logger71 = createLogger("Attio");
|
|
4308
|
+
// ../integrations/gchat.ts
|
|
4309
|
+
init_logger();
|
|
4310
|
+
var logger72 = createLogger("Google Chat");
|
|
4311
|
+
// ../integrations/shopify.ts
|
|
4312
|
+
init_logger();
|
|
4313
|
+
var logger73 = createLogger("Shopify");
|
|
4314
|
+
// ../integrations/convex.ts
|
|
4315
|
+
init_logger();
|
|
4316
|
+
var logger74 = createLogger("Convex");
|
|
4317
|
+
// ../integrations/etoro.ts
|
|
4318
|
+
init_logger();
|
|
4319
|
+
var logger75 = createLogger("eToro");
|
|
4320
|
+
// ../integrations/alpaca.ts
|
|
4321
|
+
init_logger();
|
|
4322
|
+
var logger76 = createLogger("Alpaca");
|
|
4323
|
+
// ../integrations/neon.ts
|
|
4324
|
+
init_logger();
|
|
4325
|
+
var logger77 = createLogger("Neon");
|
|
4326
|
+
// ../integrations/aws.ts
|
|
4327
|
+
init_logger();
|
|
4328
|
+
var logger78 = createLogger("AWS");
|
|
4329
|
+
// ../integrations/wix.ts
|
|
4330
|
+
init_logger();
|
|
4331
|
+
var logger79 = createLogger("Wix");
|
|
4332
|
+
// ../integrations/monday.ts
|
|
4333
|
+
init_logger();
|
|
4334
|
+
var logger80 = createLogger("Monday");
|
|
4335
|
+
// ../integrations/binance.ts
|
|
4336
|
+
init_logger();
|
|
4337
|
+
var logger81 = createLogger("Binance");
|
|
4338
|
+
// ../integrations/canva.ts
|
|
4339
|
+
init_logger();
|
|
4340
|
+
var logger82 = createLogger("Canva");
|
|
4341
|
+
// ../integrations/clerk.ts
|
|
4342
|
+
init_logger();
|
|
4343
|
+
var logger83 = createLogger("Clerk");
|
|
4344
|
+
// ../integrations/clickup.ts
|
|
4345
|
+
init_logger();
|
|
4346
|
+
var logger84 = createLogger("ClickUp");
|
|
4347
|
+
// ../integrations/cloudflare.ts
|
|
4348
|
+
init_logger();
|
|
4349
|
+
var logger85 = createLogger("Cloudflare");
|
|
4350
|
+
// ../integrations/instagram.ts
|
|
4351
|
+
init_logger();
|
|
4352
|
+
var logger86 = createLogger("Instagram");
|
|
4353
|
+
// ../integrations/facebook.ts
|
|
4354
|
+
init_logger();
|
|
4355
|
+
var logger87 = createLogger("Facebook");
|
|
4356
|
+
// ../integrations/resend.ts
|
|
4357
|
+
init_logger();
|
|
4358
|
+
var logger88 = createLogger("Resend");
|
|
4359
|
+
// ../integrations/workday.ts
|
|
4360
|
+
init_logger();
|
|
4361
|
+
var logger89 = createLogger("Workday");
|
|
4362
|
+
// ../integrations/workos.ts
|
|
4363
|
+
init_logger();
|
|
4364
|
+
var logger90 = createLogger("WorkOS");
|
|
4053
4365
|
// ../ai/trigger-tools.ts
|
|
4054
4366
|
init_utils();
|
|
4055
4367
|
|
|
@@ -4068,7 +4380,7 @@ init_tool_builder();
|
|
|
4068
4380
|
init_tool_builder();
|
|
4069
4381
|
// ../server.ts
|
|
4070
4382
|
var SERVER_LOG_CONTEXT3 = "server";
|
|
4071
|
-
var
|
|
4383
|
+
var logger91 = createLogger("MCPServer", SERVER_LOG_CONTEXT3);
|
|
4072
4384
|
var codeVerifierStorage = new Map;
|
|
4073
4385
|
var unauthenticatedCodeModeWarnings = new Set;
|
|
4074
4386
|
function toSolidStartHandler(clientOrHandlerOrOptions, _redirectOptions) {
|