integrate-sdk 0.9.30-dev.2 → 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 +220 -0
- package/dist/adapters/base-handler.js +220 -0
- package/dist/adapters/index.js +407 -82
- package/dist/adapters/nextjs.js +220 -0
- package/dist/adapters/solid-start.js +407 -82
- package/dist/adapters/svelte-kit.js +407 -82
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3364 -490
- package/dist/oauth.js +220 -0
- package/dist/server.js +3434 -406
- package/dist/src/client.d.ts +58 -1
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +118 -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/jira-client.d.ts +146 -0
- package/dist/src/integrations/jira-client.d.ts.map +1 -0
- package/dist/src/integrations/jira.d.ts +22 -0
- package/dist/src/integrations/jira.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 +57 -0
- package/dist/src/server.d.ts.map +1 -1
- package/index.ts +54 -0
- package/package.json +1 -1
|
@@ -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,18 @@ 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
|
+
},
|
|
453
|
+
jira: {
|
|
454
|
+
description: "Manage Jira issues, projects, sprints, and boards",
|
|
455
|
+
category: "Engineering"
|
|
456
|
+
},
|
|
381
457
|
slack: {
|
|
382
458
|
description: "Send and manage Slack messages and channels",
|
|
383
459
|
category: "Communication"
|
|
@@ -410,6 +486,10 @@ var init_library_metadata = __esm(() => {
|
|
|
410
486
|
description: "Manage Vercel projects, deployments, and domains",
|
|
411
487
|
category: "Infrastructure"
|
|
412
488
|
},
|
|
489
|
+
workos: {
|
|
490
|
+
description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
|
|
491
|
+
category: "Infrastructure"
|
|
492
|
+
},
|
|
413
493
|
whatsapp: {
|
|
414
494
|
description: "Send WhatsApp messages and templates",
|
|
415
495
|
category: "Communication"
|
|
@@ -418,6 +498,14 @@ var init_library_metadata = __esm(() => {
|
|
|
418
498
|
description: "Search and access YouTube videos and channels",
|
|
419
499
|
category: "Social Media"
|
|
420
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
|
+
},
|
|
421
509
|
powerpoint: {
|
|
422
510
|
description: "Manage PowerPoint presentations and sharing",
|
|
423
511
|
category: "Productivity"
|
|
@@ -434,17 +522,149 @@ var init_library_metadata = __esm(() => {
|
|
|
434
522
|
description: "Manage Dropbox files, folders, and sharing",
|
|
435
523
|
category: "Storage"
|
|
436
524
|
},
|
|
525
|
+
paper: {
|
|
526
|
+
description: "Create, update, and export Dropbox Paper documents",
|
|
527
|
+
category: "Productivity"
|
|
528
|
+
},
|
|
437
529
|
granola: {
|
|
438
530
|
description: "List and read Granola meeting notes and folders",
|
|
439
531
|
category: "Productivity"
|
|
440
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
|
+
},
|
|
441
541
|
mercury: {
|
|
442
542
|
description: "Manage Mercury bank accounts, cards, and transactions",
|
|
443
543
|
category: "Finance"
|
|
444
544
|
},
|
|
545
|
+
monday: {
|
|
546
|
+
description: "Manage Monday.com boards, items, columns, and updates",
|
|
547
|
+
category: "Productivity"
|
|
548
|
+
},
|
|
445
549
|
zendesk: {
|
|
446
550
|
description: "Manage Zendesk tickets, users, and help center content",
|
|
447
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"
|
|
448
668
|
}
|
|
449
669
|
};
|
|
450
670
|
});
|
|
@@ -3132,56 +3352,8 @@ class MCPClientBase {
|
|
|
3132
3352
|
}
|
|
3133
3353
|
}
|
|
3134
3354
|
const integrationIds = this.integrations.map((i) => i.id);
|
|
3135
|
-
|
|
3136
|
-
this
|
|
3137
|
-
}
|
|
3138
|
-
if (integrationIds.includes("gmail")) {
|
|
3139
|
-
this.gmail = this.createIntegrationProxy("gmail");
|
|
3140
|
-
}
|
|
3141
|
-
if (integrationIds.includes("notion")) {
|
|
3142
|
-
this.notion = this.createIntegrationProxy("notion");
|
|
3143
|
-
}
|
|
3144
|
-
if (integrationIds.includes("slack")) {
|
|
3145
|
-
this.slack = this.createIntegrationProxy("slack");
|
|
3146
|
-
}
|
|
3147
|
-
if (integrationIds.includes("linear")) {
|
|
3148
|
-
this.linear = this.createIntegrationProxy("linear");
|
|
3149
|
-
}
|
|
3150
|
-
if (integrationIds.includes("railway")) {
|
|
3151
|
-
this.railway = this.createIntegrationProxy("railway");
|
|
3152
|
-
}
|
|
3153
|
-
if (integrationIds.includes("vercel")) {
|
|
3154
|
-
this.vercel = this.createIntegrationProxy("vercel");
|
|
3155
|
-
}
|
|
3156
|
-
if (integrationIds.includes("zendesk")) {
|
|
3157
|
-
this.zendesk = this.createIntegrationProxy("zendesk");
|
|
3158
|
-
}
|
|
3159
|
-
if (integrationIds.includes("stripe")) {
|
|
3160
|
-
this.stripe = this.createIntegrationProxy("stripe");
|
|
3161
|
-
}
|
|
3162
|
-
if (integrationIds.includes("gcal")) {
|
|
3163
|
-
this.gcal = this.createIntegrationProxy("gcal");
|
|
3164
|
-
}
|
|
3165
|
-
if (integrationIds.includes("outlook")) {
|
|
3166
|
-
this.outlook = this.createIntegrationProxy("outlook");
|
|
3167
|
-
}
|
|
3168
|
-
if (integrationIds.includes("airtable")) {
|
|
3169
|
-
this.airtable = this.createIntegrationProxy("airtable");
|
|
3170
|
-
}
|
|
3171
|
-
if (integrationIds.includes("todoist")) {
|
|
3172
|
-
this.todoist = this.createIntegrationProxy("todoist");
|
|
3173
|
-
}
|
|
3174
|
-
if (integrationIds.includes("gdocs")) {
|
|
3175
|
-
this.gdocs = this.createIntegrationProxy("gdocs");
|
|
3176
|
-
}
|
|
3177
|
-
if (integrationIds.includes("gsheets")) {
|
|
3178
|
-
this.gsheets = this.createIntegrationProxy("gsheets");
|
|
3179
|
-
}
|
|
3180
|
-
if (integrationIds.includes("gslides")) {
|
|
3181
|
-
this.gslides = this.createIntegrationProxy("gslides");
|
|
3182
|
-
}
|
|
3183
|
-
if (integrationIds.includes("posthog")) {
|
|
3184
|
-
this.posthog = this.createIntegrationProxy("posthog");
|
|
3355
|
+
for (const id of integrationIds) {
|
|
3356
|
+
this[id] = this.createIntegrationProxy(id);
|
|
3185
3357
|
}
|
|
3186
3358
|
this.server = this.createServerProxy();
|
|
3187
3359
|
this.trigger = new TriggerClient({
|
|
@@ -3944,99 +4116,252 @@ init_logger();
|
|
|
3944
4116
|
// ../integrations/github.ts
|
|
3945
4117
|
init_logger();
|
|
3946
4118
|
var logger8 = createLogger("GitHub");
|
|
4119
|
+
// ../integrations/gitlab.ts
|
|
4120
|
+
init_logger();
|
|
4121
|
+
var logger9 = createLogger("GitLab");
|
|
3947
4122
|
// ../integrations/gmail.ts
|
|
3948
4123
|
init_logger();
|
|
3949
|
-
var
|
|
4124
|
+
var logger10 = createLogger("Gmail");
|
|
3950
4125
|
// ../integrations/notion.ts
|
|
3951
4126
|
init_logger();
|
|
3952
|
-
var
|
|
4127
|
+
var logger11 = createLogger("Notion");
|
|
3953
4128
|
// ../integrations/slack.ts
|
|
3954
4129
|
init_logger();
|
|
3955
|
-
var
|
|
4130
|
+
var logger12 = createLogger("Slack");
|
|
4131
|
+
// ../integrations/discord.ts
|
|
4132
|
+
init_logger();
|
|
4133
|
+
var logger13 = createLogger("Discord");
|
|
3956
4134
|
// ../integrations/linear.ts
|
|
3957
4135
|
init_logger();
|
|
3958
|
-
var
|
|
4136
|
+
var logger14 = createLogger("Linear");
|
|
3959
4137
|
// ../integrations/railway.ts
|
|
3960
4138
|
init_logger();
|
|
3961
|
-
var
|
|
4139
|
+
var logger15 = createLogger("Railway");
|
|
3962
4140
|
// ../integrations/vercel.ts
|
|
3963
4141
|
init_logger();
|
|
3964
|
-
var
|
|
4142
|
+
var logger16 = createLogger("Vercel");
|
|
3965
4143
|
// ../integrations/zendesk.ts
|
|
3966
4144
|
init_logger();
|
|
3967
|
-
var
|
|
4145
|
+
var logger17 = createLogger("Zendesk");
|
|
3968
4146
|
// ../integrations/stripe.ts
|
|
3969
4147
|
init_logger();
|
|
3970
|
-
var
|
|
4148
|
+
var logger18 = createLogger("Stripe");
|
|
3971
4149
|
// ../integrations/gcal.ts
|
|
3972
4150
|
init_logger();
|
|
3973
|
-
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");
|
|
3974
4161
|
// ../integrations/outlook.ts
|
|
3975
4162
|
init_logger();
|
|
3976
|
-
var
|
|
4163
|
+
var logger23 = createLogger("Outlook");
|
|
4164
|
+
// ../integrations/teams.ts
|
|
4165
|
+
init_logger();
|
|
4166
|
+
var logger24 = createLogger("Teams");
|
|
3977
4167
|
// ../integrations/airtable.ts
|
|
3978
4168
|
init_logger();
|
|
3979
|
-
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");
|
|
3980
4179
|
// ../integrations/todoist.ts
|
|
3981
4180
|
init_logger();
|
|
3982
|
-
var
|
|
4181
|
+
var logger29 = createLogger("Todoist");
|
|
3983
4182
|
// ../integrations/whatsapp.ts
|
|
3984
4183
|
init_logger();
|
|
3985
|
-
var
|
|
4184
|
+
var logger30 = createLogger("WhatsApp");
|
|
3986
4185
|
// ../integrations/calcom.ts
|
|
3987
4186
|
init_logger();
|
|
3988
|
-
var
|
|
4187
|
+
var logger31 = createLogger("Cal.com");
|
|
3989
4188
|
// ../integrations/ramp.ts
|
|
3990
4189
|
init_logger();
|
|
3991
|
-
var
|
|
4190
|
+
var logger32 = createLogger("Ramp");
|
|
3992
4191
|
// ../integrations/onedrive.ts
|
|
3993
4192
|
init_logger();
|
|
3994
|
-
var
|
|
4193
|
+
var logger33 = createLogger("OneDrive");
|
|
4194
|
+
// ../integrations/sharepoint.ts
|
|
4195
|
+
init_logger();
|
|
4196
|
+
var logger34 = createLogger("SharePoint");
|
|
3995
4197
|
// ../integrations/dropbox.ts
|
|
3996
4198
|
init_logger();
|
|
3997
|
-
var
|
|
4199
|
+
var logger35 = createLogger("Dropbox");
|
|
4200
|
+
// ../integrations/paper.ts
|
|
4201
|
+
init_logger();
|
|
4202
|
+
var logger36 = createLogger("Paper");
|
|
3998
4203
|
// ../integrations/word.ts
|
|
3999
4204
|
init_logger();
|
|
4000
|
-
var
|
|
4205
|
+
var logger37 = createLogger("Word");
|
|
4001
4206
|
// ../integrations/excel.ts
|
|
4002
4207
|
init_logger();
|
|
4003
|
-
var
|
|
4208
|
+
var logger38 = createLogger("Excel");
|
|
4004
4209
|
// ../integrations/powerpoint.ts
|
|
4005
4210
|
init_logger();
|
|
4006
|
-
var
|
|
4211
|
+
var logger39 = createLogger("PowerPoint");
|
|
4007
4212
|
// ../integrations/gdocs.ts
|
|
4008
4213
|
init_logger();
|
|
4009
|
-
var
|
|
4214
|
+
var logger40 = createLogger("Google Docs");
|
|
4010
4215
|
// ../integrations/gdrive.ts
|
|
4011
4216
|
init_logger();
|
|
4012
|
-
var
|
|
4217
|
+
var logger41 = createLogger("Google Drive");
|
|
4013
4218
|
// ../integrations/gsheets.ts
|
|
4014
4219
|
init_logger();
|
|
4015
|
-
var
|
|
4220
|
+
var logger42 = createLogger("Google Sheets");
|
|
4016
4221
|
// ../integrations/gslides.ts
|
|
4017
4222
|
init_logger();
|
|
4018
|
-
var
|
|
4223
|
+
var logger43 = createLogger("Google Slides");
|
|
4019
4224
|
// ../integrations/polar.ts
|
|
4020
4225
|
init_logger();
|
|
4021
|
-
var
|
|
4226
|
+
var logger44 = createLogger("Polar");
|
|
4227
|
+
// ../integrations/phantom.ts
|
|
4228
|
+
init_logger();
|
|
4229
|
+
var logger45 = createLogger("Phantom");
|
|
4022
4230
|
// ../integrations/figma.ts
|
|
4023
4231
|
init_logger();
|
|
4024
|
-
var
|
|
4232
|
+
var logger46 = createLogger("Figma");
|
|
4025
4233
|
// ../integrations/intercom.ts
|
|
4026
4234
|
init_logger();
|
|
4027
|
-
var
|
|
4235
|
+
var logger47 = createLogger("Intercom");
|
|
4028
4236
|
// ../integrations/hubspot.ts
|
|
4029
4237
|
init_logger();
|
|
4030
|
-
var
|
|
4238
|
+
var logger48 = createLogger("HubSpot");
|
|
4031
4239
|
// ../integrations/youtube.ts
|
|
4032
4240
|
init_logger();
|
|
4033
|
-
var
|
|
4241
|
+
var logger49 = createLogger("YouTube");
|
|
4242
|
+
// ../integrations/zoom.ts
|
|
4243
|
+
init_logger();
|
|
4244
|
+
var logger50 = createLogger("Zoom");
|
|
4034
4245
|
// ../integrations/cursor.ts
|
|
4035
4246
|
init_logger();
|
|
4036
|
-
var
|
|
4247
|
+
var logger51 = createLogger("Cursor");
|
|
4248
|
+
// ../integrations/databricks.ts
|
|
4249
|
+
init_logger();
|
|
4250
|
+
var logger52 = createLogger("Databricks");
|
|
4037
4251
|
// ../integrations/posthog.ts
|
|
4038
4252
|
init_logger();
|
|
4039
|
-
var
|
|
4253
|
+
var logger53 = createLogger("PostHog");
|
|
4254
|
+
// ../integrations/postman.ts
|
|
4255
|
+
init_logger();
|
|
4256
|
+
var logger54 = createLogger("Postman");
|
|
4257
|
+
// ../integrations/sentry.ts
|
|
4258
|
+
init_logger();
|
|
4259
|
+
var logger55 = createLogger("Sentry");
|
|
4260
|
+
// ../integrations/supabase.ts
|
|
4261
|
+
init_logger();
|
|
4262
|
+
var logger56 = createLogger("Supabase");
|
|
4263
|
+
// ../integrations/netlify.ts
|
|
4264
|
+
init_logger();
|
|
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");
|
|
4278
|
+
// ../integrations/jira.ts
|
|
4279
|
+
init_logger();
|
|
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");
|
|
4040
4365
|
// ../ai/trigger-tools.ts
|
|
4041
4366
|
init_utils();
|
|
4042
4367
|
|
|
@@ -4055,7 +4380,7 @@ init_tool_builder();
|
|
|
4055
4380
|
init_tool_builder();
|
|
4056
4381
|
// ../server.ts
|
|
4057
4382
|
var SERVER_LOG_CONTEXT3 = "server";
|
|
4058
|
-
var
|
|
4383
|
+
var logger91 = createLogger("MCPServer", SERVER_LOG_CONTEXT3);
|
|
4059
4384
|
var codeVerifierStorage = new Map;
|
|
4060
4385
|
var unauthenticatedCodeModeWarnings = new Set;
|
|
4061
4386
|
function toSolidStartHandler(clientOrHandlerOrOptions, _redirectOptions) {
|