integrate-sdk 0.9.50-dev.0 → 0.9.52-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.
Files changed (97) hide show
  1. package/dist/adapters/auto-routes.js +72 -0
  2. package/dist/adapters/base-handler.js +72 -0
  3. package/dist/adapters/index.js +205 -79
  4. package/dist/adapters/nextjs.js +72 -0
  5. package/dist/adapters/solid-start.js +205 -79
  6. package/dist/adapters/svelte-kit.js +205 -79
  7. package/dist/index.d.ts +1 -1
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +1108 -244
  10. package/dist/integrations.d.ts +8 -0
  11. package/dist/integrations.d.ts.map +1 -0
  12. package/dist/integrations.js +11113 -0
  13. package/dist/oauth.js +72 -0
  14. package/dist/server.js +1127 -264
  15. package/dist/src/client.d.ts +136 -1
  16. package/dist/src/client.d.ts.map +1 -1
  17. package/dist/src/index.d.ts +36 -0
  18. package/dist/src/index.d.ts.map +1 -1
  19. package/dist/src/integrations/docusign-client.d.ts +41 -0
  20. package/dist/src/integrations/docusign-client.d.ts.map +1 -0
  21. package/dist/src/integrations/docusign.d.ts +16 -0
  22. package/dist/src/integrations/docusign.d.ts.map +1 -0
  23. package/dist/src/integrations/ebay-client.d.ts +39 -0
  24. package/dist/src/integrations/ebay-client.d.ts.map +1 -0
  25. package/dist/src/integrations/ebay.d.ts +15 -0
  26. package/dist/src/integrations/ebay.d.ts.map +1 -0
  27. package/dist/src/integrations/freshservice-client.d.ts +48 -0
  28. package/dist/src/integrations/freshservice-client.d.ts.map +1 -0
  29. package/dist/src/integrations/freshservice.d.ts +15 -0
  30. package/dist/src/integrations/freshservice.d.ts.map +1 -0
  31. package/dist/src/integrations/google_ads-client.d.ts +35 -0
  32. package/dist/src/integrations/google_ads-client.d.ts.map +1 -0
  33. package/dist/src/integrations/google_ads.d.ts +16 -0
  34. package/dist/src/integrations/google_ads.d.ts.map +1 -0
  35. package/dist/src/integrations/library-metadata.d.ts +1 -1
  36. package/dist/src/integrations/library-metadata.d.ts.map +1 -1
  37. package/dist/src/integrations/miro-client.d.ts +33 -0
  38. package/dist/src/integrations/miro-client.d.ts.map +1 -0
  39. package/dist/src/integrations/miro.d.ts +14 -0
  40. package/dist/src/integrations/miro.d.ts.map +1 -0
  41. package/dist/src/integrations/pinterest-client.d.ts +33 -0
  42. package/dist/src/integrations/pinterest-client.d.ts.map +1 -0
  43. package/dist/src/integrations/pinterest.d.ts +14 -0
  44. package/dist/src/integrations/pinterest.d.ts.map +1 -0
  45. package/dist/src/integrations/pipedrive-client.d.ts +48 -0
  46. package/dist/src/integrations/pipedrive-client.d.ts.map +1 -0
  47. package/dist/src/integrations/pipedrive.d.ts +14 -0
  48. package/dist/src/integrations/pipedrive.d.ts.map +1 -0
  49. package/dist/src/integrations/smartsheet-client.d.ts +37 -0
  50. package/dist/src/integrations/smartsheet-client.d.ts.map +1 -0
  51. package/dist/src/integrations/smartsheet.d.ts +14 -0
  52. package/dist/src/integrations/smartsheet.d.ts.map +1 -0
  53. package/dist/src/integrations/twitch-client.d.ts +49 -0
  54. package/dist/src/integrations/twitch-client.d.ts.map +1 -0
  55. package/dist/src/integrations/twitch.d.ts +14 -0
  56. package/dist/src/integrations/twitch.d.ts.map +1 -0
  57. package/dist/src/integrations/x-client.d.ts +43 -0
  58. package/dist/src/integrations/x-client.d.ts.map +1 -0
  59. package/dist/src/integrations/x.d.ts +14 -0
  60. package/dist/src/integrations/x.d.ts.map +1 -0
  61. package/dist/src/integrations/zoho_analytics-client.d.ts +25 -0
  62. package/dist/src/integrations/zoho_analytics-client.d.ts.map +1 -0
  63. package/dist/src/integrations/zoho_analytics.d.ts +15 -0
  64. package/dist/src/integrations/zoho_analytics.d.ts.map +1 -0
  65. package/dist/src/integrations/zoho_books-client.d.ts +43 -0
  66. package/dist/src/integrations/zoho_books-client.d.ts.map +1 -0
  67. package/dist/src/integrations/zoho_books.d.ts +15 -0
  68. package/dist/src/integrations/zoho_books.d.ts.map +1 -0
  69. package/dist/src/integrations/zoho_campaigns-client.d.ts +24 -0
  70. package/dist/src/integrations/zoho_campaigns-client.d.ts.map +1 -0
  71. package/dist/src/integrations/zoho_campaigns.d.ts +15 -0
  72. package/dist/src/integrations/zoho_campaigns.d.ts.map +1 -0
  73. package/dist/src/integrations/zoho_crm-client.d.ts +39 -0
  74. package/dist/src/integrations/zoho_crm-client.d.ts.map +1 -0
  75. package/dist/src/integrations/zoho_crm.d.ts +15 -0
  76. package/dist/src/integrations/zoho_crm.d.ts.map +1 -0
  77. package/dist/src/integrations/zoho_desk-client.d.ts +31 -0
  78. package/dist/src/integrations/zoho_desk-client.d.ts.map +1 -0
  79. package/dist/src/integrations/zoho_desk.d.ts +15 -0
  80. package/dist/src/integrations/zoho_desk.d.ts.map +1 -0
  81. package/dist/src/integrations/zoho_invoice-client.d.ts +41 -0
  82. package/dist/src/integrations/zoho_invoice-client.d.ts.map +1 -0
  83. package/dist/src/integrations/zoho_invoice.d.ts +15 -0
  84. package/dist/src/integrations/zoho_invoice.d.ts.map +1 -0
  85. package/dist/src/integrations/zoho_mail-client.d.ts +31 -0
  86. package/dist/src/integrations/zoho_mail-client.d.ts.map +1 -0
  87. package/dist/src/integrations/zoho_mail.d.ts +15 -0
  88. package/dist/src/integrations/zoho_mail.d.ts.map +1 -0
  89. package/dist/src/integrations/zoho_projects-client.d.ts +37 -0
  90. package/dist/src/integrations/zoho_projects-client.d.ts.map +1 -0
  91. package/dist/src/integrations/zoho_projects.d.ts +15 -0
  92. package/dist/src/integrations/zoho_projects.d.ts.map +1 -0
  93. package/dist/src/server.d.ts +18 -0
  94. package/dist/src/server.d.ts.map +1 -1
  95. package/index.ts +36 -0
  96. package/integrations.ts +1 -2
  97. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -807,6 +807,7 @@ var INTEGRATION_CATEGORY_ORDER = [
807
807
  "Lifestyle",
808
808
  "Business",
809
809
  "Finance",
810
+ "Marketing",
810
811
  "Entertainment",
811
812
  "Communication",
812
813
  "Engineering",
@@ -816,6 +817,78 @@ var INTEGRATION_CATEGORY_ORDER = [
816
817
  "Other"
817
818
  ];
818
819
  var INTEGRATION_LIBRARY_METADATA = {
820
+ google_ads: {
821
+ description: "Manage Google Ads customers, campaigns, ad groups, ads, keywords, and conversions",
822
+ category: "Marketing"
823
+ },
824
+ pinterest: {
825
+ description: "Manage Pinterest boards, pins, search, ad accounts, and campaigns",
826
+ category: "Social Media"
827
+ },
828
+ twitch: {
829
+ description: "Manage Twitch users, streams, channels, clips, videos, games, follows, and subscriptions",
830
+ category: "Entertainment"
831
+ },
832
+ x: {
833
+ description: "Manage X users, posts, timelines, likes, bookmarks, follows, and posting",
834
+ category: "Social Media"
835
+ },
836
+ ebay: {
837
+ description: "Manage eBay browse, inventory, offers, orders, and fulfillment APIs",
838
+ category: "Business"
839
+ },
840
+ miro: {
841
+ description: "Manage Miro boards, board items, comments, members, and collaborators",
842
+ category: "Productivity"
843
+ },
844
+ smartsheet: {
845
+ description: "Manage Smartsheet sheets, rows, columns, workspaces, reports, and attachments",
846
+ category: "Productivity"
847
+ },
848
+ docusign: {
849
+ description: "Manage DocuSign eSignature accounts, envelopes, recipients, documents, and templates",
850
+ category: "Business"
851
+ },
852
+ pipedrive: {
853
+ description: "Manage Pipedrive deals, leads, people, organizations, activities, notes, pipelines, and products",
854
+ category: "Business"
855
+ },
856
+ freshservice: {
857
+ description: "Manage Freshservice tickets, requesters, agents, assets, changes, problems, releases, and solutions",
858
+ category: "Business"
859
+ },
860
+ zoho_crm: {
861
+ description: "Manage Zoho CRM modules, records, users, org settings, search, and COQL",
862
+ category: "Business"
863
+ },
864
+ zoho_mail: {
865
+ description: "Manage Zoho Mail accounts, folders, messages, labels, search, and sending",
866
+ category: "Communication"
867
+ },
868
+ zoho_desk: {
869
+ description: "Manage Zoho Desk tickets, contacts, accounts, agents, departments, and articles",
870
+ category: "Business"
871
+ },
872
+ zoho_books: {
873
+ description: "Manage Zoho Books organizations, contacts, items, invoices, bills, payments, and reports",
874
+ category: "Finance"
875
+ },
876
+ zoho_projects: {
877
+ description: "Manage Zoho Projects portals, projects, milestones, tasks, issues, and timesheets",
878
+ category: "Productivity"
879
+ },
880
+ zoho_campaigns: {
881
+ description: "Manage Zoho Campaigns lists, contacts, campaigns, reports, and sends",
882
+ category: "Marketing"
883
+ },
884
+ zoho_analytics: {
885
+ description: "Manage Zoho Analytics workspaces, views, imports, exports, and query APIs",
886
+ category: "Analytics"
887
+ },
888
+ zoho_invoice: {
889
+ description: "Manage Zoho Invoice organizations, customers, items, estimates, invoices, payments, and reports",
890
+ category: "Finance"
891
+ },
819
892
  airtable: {
820
893
  description: "Manage Airtable bases, tables, and records",
821
894
  category: "Business"
@@ -5675,8 +5748,763 @@ function smartthingsIntegration(config = {}) {
5675
5748
  }
5676
5749
  };
5677
5750
  }
5751
+ // src/integrations/google_ads.ts
5752
+ var logger26 = createLogger("Google Ads");
5753
+ var GOOGLE_ADS_SCOPES = [
5754
+ "https://www.googleapis.com/auth/adwords"
5755
+ ];
5756
+ var GOOGLE_ADS_TOOLS = [
5757
+ "google_ads_list_accessible_customers",
5758
+ "google_ads_search",
5759
+ "google_ads_list_campaigns",
5760
+ "google_ads_list_ad_groups",
5761
+ "google_ads_list_ads",
5762
+ "google_ads_list_keywords",
5763
+ "google_ads_list_conversions"
5764
+ ];
5765
+ function googleAdsIntegration(config = {}) {
5766
+ const oauth = { provider: "google_ads", clientId: config.clientId ?? getEnv("GOOGLE_ADS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("GOOGLE_ADS_CLIENT_SECRET"), scopes: config.scopes ?? [...GOOGLE_ADS_SCOPES], redirectUri: config.redirectUri, config };
5767
+ return {
5768
+ id: "google_ads",
5769
+ name: "Google Ads",
5770
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_ads.png",
5771
+ description: "Manage Google Ads customers, campaigns, ad groups, ads, keywords, and conversions",
5772
+ category: "Marketing",
5773
+ tools: [...GOOGLE_ADS_TOOLS],
5774
+ authType: "oauth",
5775
+ oauth,
5776
+ getHeaders() {
5777
+ const developerToken = config.developerToken ?? getEnv("GOOGLE_ADS_DEVELOPER_TOKEN");
5778
+ const headers = {};
5779
+ if (developerToken)
5780
+ headers["X-Google-Ads-Developer-Token"] = developerToken;
5781
+ if (config.loginCustomerId)
5782
+ headers["X-Google-Ads-Login-Customer-Id"] = config.loginCustomerId;
5783
+ return headers;
5784
+ },
5785
+ async onInit() {
5786
+ logger26.debug("Google Ads integration initialized");
5787
+ },
5788
+ async onAfterConnect() {
5789
+ logger26.debug("Google Ads integration connected");
5790
+ }
5791
+ };
5792
+ }
5793
+ // src/integrations/pinterest.ts
5794
+ var logger27 = createLogger("Pinterest");
5795
+ var PINTEREST_SCOPES = [
5796
+ "boards:read",
5797
+ "boards:write",
5798
+ "pins:read",
5799
+ "pins:write",
5800
+ "user_accounts:read",
5801
+ "ads:read",
5802
+ "ads:write"
5803
+ ];
5804
+ var PINTEREST_TOOLS = [
5805
+ "pinterest_get_user",
5806
+ "pinterest_list_boards",
5807
+ "pinterest_get_board",
5808
+ "pinterest_create_pin",
5809
+ "pinterest_get_pin",
5810
+ "pinterest_search_pins",
5811
+ "pinterest_list_ad_accounts",
5812
+ "pinterest_list_campaigns"
5813
+ ];
5814
+ function pinterestIntegration(config = {}) {
5815
+ const oauth = { provider: "pinterest", clientId: config.clientId ?? getEnv("PINTEREST_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("PINTEREST_CLIENT_SECRET"), scopes: config.scopes ?? [...PINTEREST_SCOPES], redirectUri: config.redirectUri, config };
5816
+ return {
5817
+ id: "pinterest",
5818
+ name: "Pinterest",
5819
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/pinterest.png",
5820
+ description: "Manage Pinterest boards, pins, search, ad accounts, and campaigns",
5821
+ category: "Social Media",
5822
+ tools: [...PINTEREST_TOOLS],
5823
+ authType: "oauth",
5824
+ oauth,
5825
+ async onInit() {
5826
+ logger27.debug("Pinterest integration initialized");
5827
+ },
5828
+ async onAfterConnect() {
5829
+ logger27.debug("Pinterest integration connected");
5830
+ }
5831
+ };
5832
+ }
5833
+ // src/integrations/twitch.ts
5834
+ var logger28 = createLogger("Twitch");
5835
+ var TWITCH_SCOPES = [
5836
+ "user:read:email",
5837
+ "channel:read:subscriptions",
5838
+ "clips:edit",
5839
+ "channel:manage:broadcast",
5840
+ "user:read:follows"
5841
+ ];
5842
+ var TWITCH_TOOLS = [
5843
+ "twitch_get_users",
5844
+ "twitch_get_streams",
5845
+ "twitch_get_channels",
5846
+ "twitch_modify_channel",
5847
+ "twitch_create_clip",
5848
+ "twitch_get_videos",
5849
+ "twitch_get_games",
5850
+ "twitch_get_channel_followers",
5851
+ "twitch_get_broadcaster_subscriptions"
5852
+ ];
5853
+ function twitchIntegration(config = {}) {
5854
+ const oauth = { provider: "twitch", clientId: config.clientId ?? getEnv("TWITCH_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("TWITCH_CLIENT_SECRET"), scopes: config.scopes ?? [...TWITCH_SCOPES], redirectUri: config.redirectUri, config };
5855
+ return {
5856
+ id: "twitch",
5857
+ name: "Twitch",
5858
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/twitch.png",
5859
+ description: "Manage Twitch users, streams, channels, clips, videos, games, follows, and subscriptions",
5860
+ category: "Entertainment",
5861
+ tools: [...TWITCH_TOOLS],
5862
+ authType: "oauth",
5863
+ oauth,
5864
+ getHeaders() {
5865
+ const clientId = config.clientId ?? getEnv("TWITCH_CLIENT_ID");
5866
+ const headers = {};
5867
+ if (clientId)
5868
+ headers["X-Twitch-Client-Id"] = clientId;
5869
+ return headers;
5870
+ },
5871
+ async onInit() {
5872
+ logger28.debug("Twitch integration initialized");
5873
+ },
5874
+ async onAfterConnect() {
5875
+ logger28.debug("Twitch integration connected");
5876
+ }
5877
+ };
5878
+ }
5879
+ // src/integrations/x.ts
5880
+ var logger29 = createLogger("X");
5881
+ var X_SCOPES = [
5882
+ "tweet.read",
5883
+ "tweet.write",
5884
+ "users.read",
5885
+ "follows.read",
5886
+ "follows.write",
5887
+ "like.read",
5888
+ "like.write",
5889
+ "bookmark.read",
5890
+ "bookmark.write",
5891
+ "offline.access"
5892
+ ];
5893
+ var X_TOOLS = [
5894
+ "x_get_me",
5895
+ "x_get_user",
5896
+ "x_search_posts",
5897
+ "x_get_user_timeline",
5898
+ "x_create_post",
5899
+ "x_delete_post",
5900
+ "x_like_post",
5901
+ "x_get_bookmarks",
5902
+ "x_follow_user"
5903
+ ];
5904
+ function xIntegration(config = {}) {
5905
+ const oauth = { provider: "x", clientId: config.clientId ?? getEnv("X_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("X_CLIENT_SECRET"), scopes: config.scopes ?? [...X_SCOPES], redirectUri: config.redirectUri, config };
5906
+ return {
5907
+ id: "x",
5908
+ name: "X",
5909
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/x.png",
5910
+ description: "Manage X users, posts, timelines, likes, bookmarks, follows, and posting",
5911
+ category: "Social Media",
5912
+ tools: [...X_TOOLS],
5913
+ authType: "oauth",
5914
+ oauth,
5915
+ async onInit() {
5916
+ logger29.debug("X integration initialized");
5917
+ },
5918
+ async onAfterConnect() {
5919
+ logger29.debug("X integration connected");
5920
+ }
5921
+ };
5922
+ }
5923
+ // src/integrations/ebay.ts
5924
+ var logger30 = createLogger("eBay");
5925
+ var EBAY_SCOPES = [
5926
+ "https://api.ebay.com/oauth/api_scope",
5927
+ "https://api.ebay.com/oauth/api_scope/sell.inventory",
5928
+ "https://api.ebay.com/oauth/api_scope/sell.fulfillment",
5929
+ "https://api.ebay.com/oauth/api_scope/sell.account"
5930
+ ];
5931
+ var EBAY_TOOLS = [
5932
+ "ebay_search_items",
5933
+ "ebay_get_item",
5934
+ "ebay_get_privileges",
5935
+ "ebay_list_inventory_items",
5936
+ "ebay_create_or_replace_inventory_item",
5937
+ "ebay_list_offers",
5938
+ "ebay_create_offer",
5939
+ "ebay_list_orders",
5940
+ "ebay_get_order"
5941
+ ];
5942
+ function ebayIntegration(config = {}) {
5943
+ const oauth = { provider: "ebay", clientId: config.clientId ?? getEnv("EBAY_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("EBAY_CLIENT_SECRET"), scopes: config.scopes ?? [...EBAY_SCOPES], redirectUri: config.redirectUri, config };
5944
+ return {
5945
+ id: "ebay",
5946
+ name: "eBay",
5947
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/ebay.png",
5948
+ description: "Manage eBay browse, inventory, offers, orders, and fulfillment APIs",
5949
+ category: "Business",
5950
+ tools: [...EBAY_TOOLS],
5951
+ authType: "oauth",
5952
+ oauth,
5953
+ getHeaders() {
5954
+ const headers = {};
5955
+ if (config.environment)
5956
+ headers["X-Ebay-Environment"] = config.environment;
5957
+ return headers;
5958
+ },
5959
+ async onInit() {
5960
+ logger30.debug("eBay integration initialized");
5961
+ },
5962
+ async onAfterConnect() {
5963
+ logger30.debug("eBay integration connected");
5964
+ }
5965
+ };
5966
+ }
5967
+ // src/integrations/miro.ts
5968
+ var logger31 = createLogger("Miro");
5969
+ var MIRO_SCOPES = [
5970
+ "boards:read",
5971
+ "boards:write",
5972
+ "identity:read",
5973
+ "team:read"
5974
+ ];
5975
+ var MIRO_TOOLS = [
5976
+ "miro_get_current_user",
5977
+ "miro_list_boards",
5978
+ "miro_get_board",
5979
+ "miro_create_board",
5980
+ "miro_list_board_items",
5981
+ "miro_create_board_item",
5982
+ "miro_list_comments",
5983
+ "miro_list_board_members"
5984
+ ];
5985
+ function miroIntegration(config = {}) {
5986
+ const oauth = { provider: "miro", clientId: config.clientId ?? getEnv("MIRO_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("MIRO_CLIENT_SECRET"), scopes: config.scopes ?? [...MIRO_SCOPES], redirectUri: config.redirectUri, config };
5987
+ return {
5988
+ id: "miro",
5989
+ name: "Miro",
5990
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/miro.png",
5991
+ description: "Manage Miro boards, board items, comments, members, and collaborators",
5992
+ category: "Productivity",
5993
+ tools: [...MIRO_TOOLS],
5994
+ authType: "oauth",
5995
+ oauth,
5996
+ async onInit() {
5997
+ logger31.debug("Miro integration initialized");
5998
+ },
5999
+ async onAfterConnect() {
6000
+ logger31.debug("Miro integration connected");
6001
+ }
6002
+ };
6003
+ }
6004
+ // src/integrations/smartsheet.ts
6005
+ var logger32 = createLogger("Smartsheet");
6006
+ var SMARTSHEET_SCOPES = [
6007
+ "READ_SHEETS",
6008
+ "WRITE_SHEETS",
6009
+ "ADMIN_SHEETS",
6010
+ "READ_USERS",
6011
+ "READ_WORKSPACES",
6012
+ "ADMIN_WORKSPACES"
6013
+ ];
6014
+ var SMARTSHEET_TOOLS = [
6015
+ "smartsheet_list_sheets",
6016
+ "smartsheet_get_sheet",
6017
+ "smartsheet_create_sheet",
6018
+ "smartsheet_add_rows",
6019
+ "smartsheet_update_rows",
6020
+ "smartsheet_list_workspaces",
6021
+ "smartsheet_list_reports",
6022
+ "smartsheet_list_attachments"
6023
+ ];
6024
+ function smartsheetIntegration(config = {}) {
6025
+ const oauth = { provider: "smartsheet", clientId: config.clientId ?? getEnv("SMARTSHEET_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("SMARTSHEET_CLIENT_SECRET"), scopes: config.scopes ?? [...SMARTSHEET_SCOPES], redirectUri: config.redirectUri, config };
6026
+ return {
6027
+ id: "smartsheet",
6028
+ name: "Smartsheet",
6029
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/smartsheet.png",
6030
+ description: "Manage Smartsheet sheets, rows, columns, workspaces, reports, and attachments",
6031
+ category: "Productivity",
6032
+ tools: [...SMARTSHEET_TOOLS],
6033
+ authType: "oauth",
6034
+ oauth,
6035
+ async onInit() {
6036
+ logger32.debug("Smartsheet integration initialized");
6037
+ },
6038
+ async onAfterConnect() {
6039
+ logger32.debug("Smartsheet integration connected");
6040
+ }
6041
+ };
6042
+ }
6043
+ // src/integrations/docusign.ts
6044
+ var logger33 = createLogger("DocuSign");
6045
+ var DOCUSIGN_SCOPES = [
6046
+ "signature",
6047
+ "impersonation"
6048
+ ];
6049
+ var DOCUSIGN_TOOLS = [
6050
+ "docusign_get_user_info",
6051
+ "docusign_list_envelopes",
6052
+ "docusign_get_envelope",
6053
+ "docusign_create_envelope",
6054
+ "docusign_list_recipients",
6055
+ "docusign_get_document",
6056
+ "docusign_list_templates"
6057
+ ];
6058
+ function docusignIntegration(config = {}) {
6059
+ const oauth = { provider: "docusign", clientId: config.clientId ?? getEnv("DOCUSIGN_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("DOCUSIGN_CLIENT_SECRET"), scopes: config.scopes ?? [...DOCUSIGN_SCOPES], redirectUri: config.redirectUri, config };
6060
+ return {
6061
+ id: "docusign",
6062
+ name: "DocuSign",
6063
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/docusign.png",
6064
+ description: "Manage DocuSign eSignature accounts, envelopes, recipients, documents, and templates",
6065
+ category: "Business",
6066
+ tools: [...DOCUSIGN_TOOLS],
6067
+ authType: "oauth",
6068
+ oauth,
6069
+ getHeaders() {
6070
+ const headers = {};
6071
+ if (config.baseUri)
6072
+ headers["X-DocuSign-Base-Uri"] = config.baseUri;
6073
+ return headers;
6074
+ },
6075
+ async onInit() {
6076
+ logger33.debug("DocuSign integration initialized");
6077
+ },
6078
+ async onAfterConnect() {
6079
+ logger33.debug("DocuSign integration connected");
6080
+ }
6081
+ };
6082
+ }
6083
+ // src/integrations/pipedrive.ts
6084
+ var logger34 = createLogger("Pipedrive");
6085
+ var PIPEDRIVE_SCOPES = [
6086
+ "deals:read",
6087
+ "deals:full",
6088
+ "contacts:read",
6089
+ "contacts:full",
6090
+ "activities:read",
6091
+ "activities:full",
6092
+ "products:read",
6093
+ "products:full"
6094
+ ];
6095
+ var PIPEDRIVE_TOOLS = [
6096
+ "pipedrive_list_deals",
6097
+ "pipedrive_list_leads",
6098
+ "pipedrive_list_persons",
6099
+ "pipedrive_list_organizations",
6100
+ "pipedrive_list_activities",
6101
+ "pipedrive_list_notes",
6102
+ "pipedrive_list_pipelines",
6103
+ "pipedrive_list_products",
6104
+ "pipedrive_create_deal"
6105
+ ];
6106
+ function pipedriveIntegration(config = {}) {
6107
+ const oauth = { provider: "pipedrive", clientId: config.clientId ?? getEnv("PIPEDRIVE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("PIPEDRIVE_CLIENT_SECRET"), scopes: config.scopes ?? [...PIPEDRIVE_SCOPES], redirectUri: config.redirectUri, config };
6108
+ return {
6109
+ id: "pipedrive",
6110
+ name: "Pipedrive",
6111
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/pipedrive.png",
6112
+ description: "Manage Pipedrive deals, leads, people, organizations, activities, notes, pipelines, and products",
6113
+ category: "Business",
6114
+ tools: [...PIPEDRIVE_TOOLS],
6115
+ authType: "oauth",
6116
+ oauth,
6117
+ async onInit() {
6118
+ logger34.debug("Pipedrive integration initialized");
6119
+ },
6120
+ async onAfterConnect() {
6121
+ logger34.debug("Pipedrive integration connected");
6122
+ }
6123
+ };
6124
+ }
6125
+ // src/integrations/freshservice.ts
6126
+ var logger35 = createLogger("Freshservice");
6127
+ var FRESHSERVICE_SCOPES = [
6128
+ "freshservice.tickets.read",
6129
+ "freshservice.tickets.write",
6130
+ "freshservice.assets.read",
6131
+ "freshservice.solutions.read"
6132
+ ];
6133
+ var FRESHSERVICE_TOOLS = [
6134
+ "freshservice_list_tickets",
6135
+ "freshservice_list_requesters",
6136
+ "freshservice_list_agents",
6137
+ "freshservice_list_assets",
6138
+ "freshservice_list_changes",
6139
+ "freshservice_list_problems",
6140
+ "freshservice_list_releases",
6141
+ "freshservice_create_ticket",
6142
+ "freshservice_list_solutions"
6143
+ ];
6144
+ function freshserviceIntegration(config = {}) {
6145
+ const oauth = { provider: "freshservice", clientId: config.clientId ?? getEnv("FRESHSERVICE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("FRESHSERVICE_CLIENT_SECRET"), scopes: config.scopes ?? [...FRESHSERVICE_SCOPES], redirectUri: config.redirectUri, config };
6146
+ return {
6147
+ id: "freshservice",
6148
+ name: "Freshservice",
6149
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/freshservice.png",
6150
+ description: "Manage Freshservice tickets, requesters, agents, assets, changes, problems, releases, and solutions",
6151
+ category: "Business",
6152
+ tools: [...FRESHSERVICE_TOOLS],
6153
+ authType: "oauth",
6154
+ oauth,
6155
+ getHeaders() {
6156
+ const domain = config.domain ?? getEnv("FRESHSERVICE_DOMAIN");
6157
+ const headers = {};
6158
+ if (domain)
6159
+ headers["X-Freshservice-Domain"] = domain;
6160
+ return headers;
6161
+ },
6162
+ async onInit() {
6163
+ logger35.debug("Freshservice integration initialized");
6164
+ },
6165
+ async onAfterConnect() {
6166
+ logger35.debug("Freshservice integration connected");
6167
+ }
6168
+ };
6169
+ }
6170
+ // src/integrations/zoho_crm.ts
6171
+ var logger36 = createLogger("Zoho CRM");
6172
+ var ZOHO_CRM_SCOPES = [
6173
+ "ZohoCRM.modules.ALL",
6174
+ "ZohoCRM.settings.ALL",
6175
+ "ZohoCRM.users.ALL"
6176
+ ];
6177
+ var ZOHO_CRM_TOOLS = [
6178
+ "zoho_crm_list_modules",
6179
+ "zoho_crm_list_records",
6180
+ "zoho_crm_get_record",
6181
+ "zoho_crm_create_records",
6182
+ "zoho_crm_update_record",
6183
+ "zoho_crm_search_records",
6184
+ "zoho_crm_coql_query",
6185
+ "zoho_crm_list_users",
6186
+ "zoho_crm_get_org"
6187
+ ];
6188
+ function zohoCrmIntegration(config = {}) {
6189
+ const oauth = { provider: "zoho_crm", clientId: config.clientId ?? getEnv("ZOHO_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("ZOHO_CLIENT_SECRET"), scopes: config.scopes ?? [...ZOHO_CRM_SCOPES], redirectUri: config.redirectUri, config };
6190
+ return {
6191
+ id: "zoho_crm",
6192
+ name: "Zoho CRM",
6193
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_crm.png",
6194
+ description: "Manage Zoho CRM modules, records, users, org settings, search, and COQL",
6195
+ category: "Business",
6196
+ tools: [...ZOHO_CRM_TOOLS],
6197
+ authType: "oauth",
6198
+ oauth,
6199
+ getHeaders() {
6200
+ const region = config.region ?? getEnv("ZOHO_REGION");
6201
+ const headers = {};
6202
+ if (region)
6203
+ headers["X-Zoho-Region"] = region;
6204
+ return headers;
6205
+ },
6206
+ async onInit() {
6207
+ logger36.debug("Zoho CRM integration initialized");
6208
+ },
6209
+ async onAfterConnect() {
6210
+ logger36.debug("Zoho CRM integration connected");
6211
+ }
6212
+ };
6213
+ }
6214
+ // src/integrations/zoho_mail.ts
6215
+ var logger37 = createLogger("Zoho Mail");
6216
+ var ZOHO_MAIL_SCOPES = [
6217
+ "ZohoMail.accounts.READ",
6218
+ "ZohoMail.messages.ALL",
6219
+ "ZohoMail.folders.ALL"
6220
+ ];
6221
+ var ZOHO_MAIL_TOOLS = [
6222
+ "zoho_mail_list_accounts",
6223
+ "zoho_mail_list_folders",
6224
+ "zoho_mail_list_messages",
6225
+ "zoho_mail_get_message",
6226
+ "zoho_mail_send_message",
6227
+ "zoho_mail_search_messages",
6228
+ "zoho_mail_list_labels"
6229
+ ];
6230
+ function zohoMailIntegration(config = {}) {
6231
+ const oauth = { provider: "zoho_mail", clientId: config.clientId ?? getEnv("ZOHO_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("ZOHO_CLIENT_SECRET"), scopes: config.scopes ?? [...ZOHO_MAIL_SCOPES], redirectUri: config.redirectUri, config };
6232
+ return {
6233
+ id: "zoho_mail",
6234
+ name: "Zoho Mail",
6235
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_mail.png",
6236
+ description: "Manage Zoho Mail accounts, folders, messages, labels, search, and sending",
6237
+ category: "Business",
6238
+ tools: [...ZOHO_MAIL_TOOLS],
6239
+ authType: "oauth",
6240
+ oauth,
6241
+ getHeaders() {
6242
+ const region = config.region ?? getEnv("ZOHO_REGION");
6243
+ const headers = {};
6244
+ if (region)
6245
+ headers["X-Zoho-Region"] = region;
6246
+ return headers;
6247
+ },
6248
+ async onInit() {
6249
+ logger37.debug("Zoho Mail integration initialized");
6250
+ },
6251
+ async onAfterConnect() {
6252
+ logger37.debug("Zoho Mail integration connected");
6253
+ }
6254
+ };
6255
+ }
6256
+ // src/integrations/zoho_desk.ts
6257
+ var logger38 = createLogger("Zoho Desk");
6258
+ var ZOHO_DESK_SCOPES = [
6259
+ "Desk.tickets.ALL",
6260
+ "Desk.contacts.ALL",
6261
+ "Desk.settings.READ"
6262
+ ];
6263
+ var ZOHO_DESK_TOOLS = [
6264
+ "zoho_desk_list_tickets",
6265
+ "zoho_desk_get_ticket",
6266
+ "zoho_desk_create_ticket",
6267
+ "zoho_desk_list_contacts",
6268
+ "zoho_desk_list_accounts",
6269
+ "zoho_desk_list_agents",
6270
+ "zoho_desk_list_departments",
6271
+ "zoho_desk_search_articles"
6272
+ ];
6273
+ function zohoDeskIntegration(config = {}) {
6274
+ const oauth = { provider: "zoho_desk", clientId: config.clientId ?? getEnv("ZOHO_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("ZOHO_CLIENT_SECRET"), scopes: config.scopes ?? [...ZOHO_DESK_SCOPES], redirectUri: config.redirectUri, config };
6275
+ return {
6276
+ id: "zoho_desk",
6277
+ name: "Zoho Desk",
6278
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_desk.png",
6279
+ description: "Manage Zoho Desk tickets, contacts, accounts, agents, departments, and articles",
6280
+ category: "Business",
6281
+ tools: [...ZOHO_DESK_TOOLS],
6282
+ authType: "oauth",
6283
+ oauth,
6284
+ getHeaders() {
6285
+ const region = config.region ?? getEnv("ZOHO_REGION");
6286
+ const headers = {};
6287
+ if (region)
6288
+ headers["X-Zoho-Region"] = region;
6289
+ return headers;
6290
+ },
6291
+ async onInit() {
6292
+ logger38.debug("Zoho Desk integration initialized");
6293
+ },
6294
+ async onAfterConnect() {
6295
+ logger38.debug("Zoho Desk integration connected");
6296
+ }
6297
+ };
6298
+ }
6299
+ // src/integrations/zoho_books.ts
6300
+ var logger39 = createLogger("Zoho Books");
6301
+ var ZOHO_BOOKS_SCOPES = [
6302
+ "ZohoBooks.fullaccess.all"
6303
+ ];
6304
+ var ZOHO_BOOKS_TOOLS = [
6305
+ "zoho_books_list_organizations",
6306
+ "zoho_books_list_contacts",
6307
+ "zoho_books_list_items",
6308
+ "zoho_books_list_invoices",
6309
+ "zoho_books_list_bills",
6310
+ "zoho_books_list_customerpayments",
6311
+ "zoho_books_create_invoice",
6312
+ "zoho_books_profit_and_loss"
6313
+ ];
6314
+ function zohoBooksIntegration(config = {}) {
6315
+ const oauth = { provider: "zoho_books", clientId: config.clientId ?? getEnv("ZOHO_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("ZOHO_CLIENT_SECRET"), scopes: config.scopes ?? [...ZOHO_BOOKS_SCOPES], redirectUri: config.redirectUri, config };
6316
+ return {
6317
+ id: "zoho_books",
6318
+ name: "Zoho Books",
6319
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_books.png",
6320
+ description: "Manage Zoho Books organizations, contacts, items, invoices, bills, payments, and reports",
6321
+ category: "Business",
6322
+ tools: [...ZOHO_BOOKS_TOOLS],
6323
+ authType: "oauth",
6324
+ oauth,
6325
+ getHeaders() {
6326
+ const region = config.region ?? getEnv("ZOHO_REGION");
6327
+ const headers = {};
6328
+ if (region)
6329
+ headers["X-Zoho-Region"] = region;
6330
+ return headers;
6331
+ },
6332
+ async onInit() {
6333
+ logger39.debug("Zoho Books integration initialized");
6334
+ },
6335
+ async onAfterConnect() {
6336
+ logger39.debug("Zoho Books integration connected");
6337
+ }
6338
+ };
6339
+ }
6340
+ // src/integrations/zoho_projects.ts
6341
+ var logger40 = createLogger("Zoho Projects");
6342
+ var ZOHO_PROJECTS_SCOPES = [
6343
+ "ZohoProjects.portals.ALL",
6344
+ "ZohoProjects.projects.ALL",
6345
+ "ZohoProjects.tasks.ALL",
6346
+ "ZohoProjects.issues.ALL"
6347
+ ];
6348
+ var ZOHO_PROJECTS_TOOLS = [
6349
+ "zoho_projects_list_portals",
6350
+ "zoho_projects_list_projects",
6351
+ "zoho_projects_get_project",
6352
+ "zoho_projects_list_milestones",
6353
+ "zoho_projects_list_tasklists",
6354
+ "zoho_projects_list_tasks",
6355
+ "zoho_projects_create_task",
6356
+ "zoho_projects_list_issues",
6357
+ "zoho_projects_list_timesheets"
6358
+ ];
6359
+ function zohoProjectsIntegration(config = {}) {
6360
+ const oauth = { provider: "zoho_projects", clientId: config.clientId ?? getEnv("ZOHO_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("ZOHO_CLIENT_SECRET"), scopes: config.scopes ?? [...ZOHO_PROJECTS_SCOPES], redirectUri: config.redirectUri, config };
6361
+ return {
6362
+ id: "zoho_projects",
6363
+ name: "Zoho Projects",
6364
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_projects.png",
6365
+ description: "Manage Zoho Projects portals, projects, milestones, tasks, issues, and timesheets",
6366
+ category: "Business",
6367
+ tools: [...ZOHO_PROJECTS_TOOLS],
6368
+ authType: "oauth",
6369
+ oauth,
6370
+ getHeaders() {
6371
+ const region = config.region ?? getEnv("ZOHO_REGION");
6372
+ const headers = {};
6373
+ if (region)
6374
+ headers["X-Zoho-Region"] = region;
6375
+ return headers;
6376
+ },
6377
+ async onInit() {
6378
+ logger40.debug("Zoho Projects integration initialized");
6379
+ },
6380
+ async onAfterConnect() {
6381
+ logger40.debug("Zoho Projects integration connected");
6382
+ }
6383
+ };
6384
+ }
6385
+ // src/integrations/zoho_campaigns.ts
6386
+ var logger41 = createLogger("Zoho Campaigns");
6387
+ var ZOHO_CAMPAIGNS_SCOPES = [
6388
+ "ZohoCampaigns.campaign.ALL",
6389
+ "ZohoCampaigns.contact.ALL",
6390
+ "ZohoCampaigns.report.READ"
6391
+ ];
6392
+ var ZOHO_CAMPAIGNS_TOOLS = [
6393
+ "zoho_campaigns_list_mailing_lists",
6394
+ "zoho_campaigns_list_contacts",
6395
+ "zoho_campaigns_add_contact",
6396
+ "zoho_campaigns_list_campaigns",
6397
+ "zoho_campaigns_get_campaign_report",
6398
+ "zoho_campaigns_send_campaign"
6399
+ ];
6400
+ function zohoCampaignsIntegration(config = {}) {
6401
+ const oauth = { provider: "zoho_campaigns", clientId: config.clientId ?? getEnv("ZOHO_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("ZOHO_CLIENT_SECRET"), scopes: config.scopes ?? [...ZOHO_CAMPAIGNS_SCOPES], redirectUri: config.redirectUri, config };
6402
+ return {
6403
+ id: "zoho_campaigns",
6404
+ name: "Zoho Campaigns",
6405
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_campaigns.png",
6406
+ description: "Manage Zoho Campaigns lists, contacts, campaigns, reports, and sends",
6407
+ category: "Business",
6408
+ tools: [...ZOHO_CAMPAIGNS_TOOLS],
6409
+ authType: "oauth",
6410
+ oauth,
6411
+ getHeaders() {
6412
+ const region = config.region ?? getEnv("ZOHO_REGION");
6413
+ const headers = {};
6414
+ if (region)
6415
+ headers["X-Zoho-Region"] = region;
6416
+ return headers;
6417
+ },
6418
+ async onInit() {
6419
+ logger41.debug("Zoho Campaigns integration initialized");
6420
+ },
6421
+ async onAfterConnect() {
6422
+ logger41.debug("Zoho Campaigns integration connected");
6423
+ }
6424
+ };
6425
+ }
6426
+ // src/integrations/zoho_analytics.ts
6427
+ var logger42 = createLogger("Zoho Analytics");
6428
+ var ZOHO_ANALYTICS_SCOPES = [
6429
+ "ZohoAnalytics.fullaccess.all"
6430
+ ];
6431
+ var ZOHO_ANALYTICS_TOOLS = [
6432
+ "zoho_analytics_list_workspaces",
6433
+ "zoho_analytics_get_workspace",
6434
+ "zoho_analytics_list_views",
6435
+ "zoho_analytics_export_view",
6436
+ "zoho_analytics_import_data",
6437
+ "zoho_analytics_query"
6438
+ ];
6439
+ function zohoAnalyticsIntegration(config = {}) {
6440
+ const oauth = { provider: "zoho_analytics", clientId: config.clientId ?? getEnv("ZOHO_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("ZOHO_CLIENT_SECRET"), scopes: config.scopes ?? [...ZOHO_ANALYTICS_SCOPES], redirectUri: config.redirectUri, config };
6441
+ return {
6442
+ id: "zoho_analytics",
6443
+ name: "Zoho Analytics",
6444
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_analytics.png",
6445
+ description: "Manage Zoho Analytics workspaces, views, imports, exports, and query APIs",
6446
+ category: "Business",
6447
+ tools: [...ZOHO_ANALYTICS_TOOLS],
6448
+ authType: "oauth",
6449
+ oauth,
6450
+ getHeaders() {
6451
+ const region = config.region ?? getEnv("ZOHO_REGION");
6452
+ const headers = {};
6453
+ if (region)
6454
+ headers["X-Zoho-Region"] = region;
6455
+ return headers;
6456
+ },
6457
+ async onInit() {
6458
+ logger42.debug("Zoho Analytics integration initialized");
6459
+ },
6460
+ async onAfterConnect() {
6461
+ logger42.debug("Zoho Analytics integration connected");
6462
+ }
6463
+ };
6464
+ }
6465
+ // src/integrations/zoho_invoice.ts
6466
+ var logger43 = createLogger("Zoho Invoice");
6467
+ var ZOHO_INVOICE_SCOPES = [
6468
+ "ZohoInvoice.fullaccess.all"
6469
+ ];
6470
+ var ZOHO_INVOICE_TOOLS = [
6471
+ "zoho_invoice_list_organizations",
6472
+ "zoho_invoice_list_contacts",
6473
+ "zoho_invoice_list_items",
6474
+ "zoho_invoice_list_estimates",
6475
+ "zoho_invoice_list_invoices",
6476
+ "zoho_invoice_list_customerpayments",
6477
+ "zoho_invoice_create_invoice",
6478
+ "zoho_invoice_get_aging_summary"
6479
+ ];
6480
+ function zohoInvoiceIntegration(config = {}) {
6481
+ const oauth = { provider: "zoho_invoice", clientId: config.clientId ?? getEnv("ZOHO_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("ZOHO_CLIENT_SECRET"), scopes: config.scopes ?? [...ZOHO_INVOICE_SCOPES], redirectUri: config.redirectUri, config };
6482
+ return {
6483
+ id: "zoho_invoice",
6484
+ name: "Zoho Invoice",
6485
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_invoice.png",
6486
+ description: "Manage Zoho Invoice organizations, customers, items, estimates, invoices, payments, and reports",
6487
+ category: "Business",
6488
+ tools: [...ZOHO_INVOICE_TOOLS],
6489
+ authType: "oauth",
6490
+ oauth,
6491
+ getHeaders() {
6492
+ const region = config.region ?? getEnv("ZOHO_REGION");
6493
+ const headers = {};
6494
+ if (region)
6495
+ headers["X-Zoho-Region"] = region;
6496
+ return headers;
6497
+ },
6498
+ async onInit() {
6499
+ logger43.debug("Zoho Invoice integration initialized");
6500
+ },
6501
+ async onAfterConnect() {
6502
+ logger43.debug("Zoho Invoice integration connected");
6503
+ }
6504
+ };
6505
+ }
5678
6506
  // src/integrations/linear.ts
5679
- var logger26 = createLogger("Linear");
6507
+ var logger44 = createLogger("Linear");
5680
6508
  var LINEAR_TOOLS = [
5681
6509
  "linear_create_issue",
5682
6510
  "linear_list_issues",
@@ -5731,15 +6559,15 @@ function linearIntegration(config = {}) {
5731
6559
  tools: [...LINEAR_TOOLS],
5732
6560
  oauth,
5733
6561
  async onInit(_client) {
5734
- logger26.debug("Linear integration initialized");
6562
+ logger44.debug("Linear integration initialized");
5735
6563
  },
5736
6564
  async onAfterConnect(_client) {
5737
- logger26.debug("Linear integration connected");
6565
+ logger44.debug("Linear integration connected");
5738
6566
  }
5739
6567
  };
5740
6568
  }
5741
6569
  // src/integrations/railway.ts
5742
- var logger27 = createLogger("Railway");
6570
+ var logger45 = createLogger("Railway");
5743
6571
  var RAILWAY_SCOPES = [
5744
6572
  "openid",
5745
6573
  "profile",
@@ -5844,15 +6672,15 @@ function railwayIntegration(config = {}) {
5844
6672
  tools: [...RAILWAY_TOOLS],
5845
6673
  oauth,
5846
6674
  async onInit(_client) {
5847
- logger27.debug("Railway integration initialized");
6675
+ logger45.debug("Railway integration initialized");
5848
6676
  },
5849
6677
  async onAfterConnect(_client) {
5850
- logger27.debug("Railway integration connected");
6678
+ logger45.debug("Railway integration connected");
5851
6679
  }
5852
6680
  };
5853
6681
  }
5854
6682
  // src/integrations/vercel.ts
5855
- var logger28 = createLogger("Vercel");
6683
+ var logger46 = createLogger("Vercel");
5856
6684
  var VERCEL_TOOLS = [
5857
6685
  "vercel_list_projects",
5858
6686
  "vercel_get_project",
@@ -5895,15 +6723,15 @@ function vercelIntegration(config = {}) {
5895
6723
  tools: [...VERCEL_TOOLS],
5896
6724
  oauth,
5897
6725
  async onInit(_client) {
5898
- logger28.debug("Vercel integration initialized");
6726
+ logger46.debug("Vercel integration initialized");
5899
6727
  },
5900
6728
  async onAfterConnect(_client) {
5901
- logger28.debug("Vercel integration connected");
6729
+ logger46.debug("Vercel integration connected");
5902
6730
  }
5903
6731
  };
5904
6732
  }
5905
6733
  // src/integrations/zendesk.ts
5906
- var logger29 = createLogger("Zendesk");
6734
+ var logger47 = createLogger("Zendesk");
5907
6735
  var ZENDESK_TOOLS = [
5908
6736
  "zendesk_list_tickets",
5909
6737
  "zendesk_get_ticket",
@@ -5952,15 +6780,15 @@ function zendeskIntegration(config = {}) {
5952
6780
  tools: [...ZENDESK_TOOLS],
5953
6781
  oauth,
5954
6782
  async onInit(_client) {
5955
- logger29.debug("Zendesk integration initialized");
6783
+ logger47.debug("Zendesk integration initialized");
5956
6784
  },
5957
6785
  async onAfterConnect(_client) {
5958
- logger29.debug("Zendesk integration connected");
6786
+ logger47.debug("Zendesk integration connected");
5959
6787
  }
5960
6788
  };
5961
6789
  }
5962
6790
  // src/integrations/stripe.ts
5963
- var logger30 = createLogger("Stripe");
6791
+ var logger48 = createLogger("Stripe");
5964
6792
  var STRIPE_TOOLS = [
5965
6793
  "stripe_list_customers",
5966
6794
  "stripe_get_customer",
@@ -6017,15 +6845,15 @@ function stripeIntegration(config = {}) {
6017
6845
  tools: [...STRIPE_TOOLS],
6018
6846
  oauth,
6019
6847
  async onInit(_client) {
6020
- logger30.debug("Stripe integration initialized");
6848
+ logger48.debug("Stripe integration initialized");
6021
6849
  },
6022
6850
  async onAfterConnect(_client) {
6023
- logger30.debug("Stripe integration connected");
6851
+ logger48.debug("Stripe integration connected");
6024
6852
  }
6025
6853
  };
6026
6854
  }
6027
6855
  // src/integrations/gcal.ts
6028
- var logger31 = createLogger("Google Calendar");
6856
+ var logger49 = createLogger("Google Calendar");
6029
6857
  var GCAL_TOOLS = [
6030
6858
  "gcal_create_calendar",
6031
6859
  "gcal_create_event",
@@ -6059,15 +6887,15 @@ function gcalIntegration(config = {}) {
6059
6887
  tools: [...GCAL_TOOLS],
6060
6888
  oauth,
6061
6889
  async onInit(_client) {
6062
- logger31.debug("Google Calendar integration initialized");
6890
+ logger49.debug("Google Calendar integration initialized");
6063
6891
  },
6064
6892
  async onAfterConnect(_client) {
6065
- logger31.debug("Google Calendar integration connected");
6893
+ logger49.debug("Google Calendar integration connected");
6066
6894
  }
6067
6895
  };
6068
6896
  }
6069
6897
  // src/integrations/gtasks.ts
6070
- var logger32 = createLogger("Google Tasks");
6898
+ var logger50 = createLogger("Google Tasks");
6071
6899
  var GTASKS_TOOLS = [
6072
6900
  "gtasks_clear_completed",
6073
6901
  "gtasks_create_task",
@@ -6103,15 +6931,15 @@ function gtasksIntegration(config = {}) {
6103
6931
  tools: [...GTASKS_TOOLS],
6104
6932
  oauth,
6105
6933
  async onInit(_client) {
6106
- logger32.debug("Google Tasks integration initialized");
6934
+ logger50.debug("Google Tasks integration initialized");
6107
6935
  },
6108
6936
  async onAfterConnect(_client) {
6109
- logger32.debug("Google Tasks integration connected");
6937
+ logger50.debug("Google Tasks integration connected");
6110
6938
  }
6111
6939
  };
6112
6940
  }
6113
6941
  // src/integrations/gkeep.ts
6114
- var logger33 = createLogger("Google Keep");
6942
+ var logger51 = createLogger("Google Keep");
6115
6943
  var GKEEP_TOOLS = [
6116
6944
  "gkeep_list_notes",
6117
6945
  "gkeep_get_note",
@@ -6143,15 +6971,15 @@ function gkeepIntegration(config = {}) {
6143
6971
  tools: [...GKEEP_TOOLS],
6144
6972
  oauth,
6145
6973
  async onInit(_client) {
6146
- logger33.debug("Google Keep integration initialized");
6974
+ logger51.debug("Google Keep integration initialized");
6147
6975
  },
6148
6976
  async onAfterConnect(_client) {
6149
- logger33.debug("Google Keep integration connected");
6977
+ logger51.debug("Google Keep integration connected");
6150
6978
  }
6151
6979
  };
6152
6980
  }
6153
6981
  // src/integrations/gcontacts.ts
6154
- var logger34 = createLogger("Google Contacts");
6982
+ var logger52 = createLogger("Google Contacts");
6155
6983
  var GCONTACTS_TOOLS = [
6156
6984
  "gcontacts_batch_get_contacts",
6157
6985
  "gcontacts_copy_other_contact",
@@ -6185,15 +7013,15 @@ function gcontactsIntegration(config = {}) {
6185
7013
  tools: [...GCONTACTS_TOOLS],
6186
7014
  oauth,
6187
7015
  async onInit(_client) {
6188
- logger34.debug("Google Contacts integration initialized");
7016
+ logger52.debug("Google Contacts integration initialized");
6189
7017
  },
6190
7018
  async onAfterConnect(_client) {
6191
- logger34.debug("Google Contacts integration connected");
7019
+ logger52.debug("Google Contacts integration connected");
6192
7020
  }
6193
7021
  };
6194
7022
  }
6195
7023
  // src/integrations/outlook.ts
6196
- var logger35 = createLogger("Outlook");
7024
+ var logger53 = createLogger("Outlook");
6197
7025
  var OUTLOOK_TOOLS = [
6198
7026
  "outlook_accept_event",
6199
7027
  "outlook_create_draft",
@@ -6240,15 +7068,15 @@ function outlookIntegration(config = {}) {
6240
7068
  tools: [...OUTLOOK_TOOLS],
6241
7069
  oauth,
6242
7070
  async onInit(_client) {
6243
- logger35.debug("Outlook integration initialized");
7071
+ logger53.debug("Outlook integration initialized");
6244
7072
  },
6245
7073
  async onAfterConnect(_client) {
6246
- logger35.debug("Outlook integration connected");
7074
+ logger53.debug("Outlook integration connected");
6247
7075
  }
6248
7076
  };
6249
7077
  }
6250
7078
  // src/integrations/teams.ts
6251
- var logger36 = createLogger("Teams");
7079
+ var logger54 = createLogger("Teams");
6252
7080
  var TEAMS_SCOPES = [
6253
7081
  "offline_access",
6254
7082
  "User.Read",
@@ -6298,15 +7126,15 @@ function teamsIntegration(config = {}) {
6298
7126
  tools: [...TEAMS_TOOLS],
6299
7127
  oauth,
6300
7128
  async onInit(_client) {
6301
- logger36.debug("Teams integration initialized");
7129
+ logger54.debug("Teams integration initialized");
6302
7130
  },
6303
7131
  async onAfterConnect(_client) {
6304
- logger36.debug("Teams integration connected");
7132
+ logger54.debug("Teams integration connected");
6305
7133
  }
6306
7134
  };
6307
7135
  }
6308
7136
  // src/integrations/airtable.ts
6309
- var logger37 = createLogger("Airtable");
7137
+ var logger55 = createLogger("Airtable");
6310
7138
  var AIRTABLE_TOOLS = [
6311
7139
  "airtable_list_bases",
6312
7140
  "airtable_get_base",
@@ -6352,15 +7180,15 @@ function airtableIntegration(config = {}) {
6352
7180
  tools: [...AIRTABLE_TOOLS],
6353
7181
  oauth,
6354
7182
  async onInit(_client) {
6355
- logger37.debug("Airtable integration initialized");
7183
+ logger55.debug("Airtable integration initialized");
6356
7184
  },
6357
7185
  async onAfterConnect(_client) {
6358
- logger37.debug("Airtable integration connected");
7186
+ logger55.debug("Airtable integration connected");
6359
7187
  }
6360
7188
  };
6361
7189
  }
6362
7190
  // src/integrations/astronomer.ts
6363
- var logger38 = createLogger("Astronomer");
7191
+ var logger56 = createLogger("Astronomer");
6364
7192
  var ASTRONOMER_TOOLS = [
6365
7193
  "astronomer_get_self",
6366
7194
  "astronomer_list_organizations",
@@ -6395,15 +7223,15 @@ function astronomerIntegration(options = {}) {
6395
7223
  };
6396
7224
  },
6397
7225
  async onInit(_client) {
6398
- logger38.debug("Astronomer integration initialized");
7226
+ logger56.debug("Astronomer integration initialized");
6399
7227
  },
6400
7228
  async onAfterConnect(_client) {
6401
- logger38.debug("Astronomer integration connected");
7229
+ logger56.debug("Astronomer integration connected");
6402
7230
  }
6403
7231
  };
6404
7232
  }
6405
7233
  // src/integrations/betterstack.ts
6406
- var logger39 = createLogger("BetterStack");
7234
+ var logger57 = createLogger("BetterStack");
6407
7235
  var BETTERSTACK_TOOLS = [
6408
7236
  "betterstack_list_sources",
6409
7237
  "betterstack_get_source",
@@ -6436,15 +7264,15 @@ function betterstackIntegration(options = {}) {
6436
7264
  };
6437
7265
  },
6438
7266
  async onInit(_client) {
6439
- logger39.debug("Better Stack integration initialized");
7267
+ logger57.debug("Better Stack integration initialized");
6440
7268
  },
6441
7269
  async onAfterConnect(_client) {
6442
- logger39.debug("Better Stack integration connected");
7270
+ logger57.debug("Better Stack integration connected");
6443
7271
  }
6444
7272
  };
6445
7273
  }
6446
7274
  // src/integrations/todoist.ts
6447
- var logger40 = createLogger("Todoist");
7275
+ var logger58 = createLogger("Todoist");
6448
7276
  var TODOIST_TOOLS = [
6449
7277
  "todoist_list_projects",
6450
7278
  "todoist_get_project",
@@ -6499,15 +7327,15 @@ function todoistIntegration(config = {}) {
6499
7327
  tools: [...TODOIST_TOOLS],
6500
7328
  oauth,
6501
7329
  async onInit(_client) {
6502
- logger40.debug("Todoist integration initialized");
7330
+ logger58.debug("Todoist integration initialized");
6503
7331
  },
6504
7332
  async onAfterConnect(_client) {
6505
- logger40.debug("Todoist integration connected");
7333
+ logger58.debug("Todoist integration connected");
6506
7334
  }
6507
7335
  };
6508
7336
  }
6509
7337
  // src/integrations/whatsapp.ts
6510
- var logger41 = createLogger("WhatsApp");
7338
+ var logger59 = createLogger("WhatsApp");
6511
7339
  var WHATSAPP_TOOLS = [
6512
7340
  "whatsapp_send_message",
6513
7341
  "whatsapp_reply_message",
@@ -6556,15 +7384,15 @@ function whatsappIntegration(config = {}) {
6556
7384
  tools: [...WHATSAPP_TOOLS],
6557
7385
  oauth,
6558
7386
  async onInit(_client) {
6559
- logger41.debug("WhatsApp Business integration initialized");
7387
+ logger59.debug("WhatsApp Business integration initialized");
6560
7388
  },
6561
7389
  async onAfterConnect(_client) {
6562
- logger41.debug("WhatsApp Business integration connected");
7390
+ logger59.debug("WhatsApp Business integration connected");
6563
7391
  }
6564
7392
  };
6565
7393
  }
6566
7394
  // src/integrations/calcom.ts
6567
- var logger42 = createLogger("Cal.com");
7395
+ var logger60 = createLogger("Cal.com");
6568
7396
  var CALCOM_TOOLS = [
6569
7397
  "calcom_list_bookings",
6570
7398
  "calcom_get_booking",
@@ -6640,15 +7468,15 @@ function calcomIntegration(config = {}) {
6640
7468
  tools: [...CALCOM_TOOLS],
6641
7469
  oauth,
6642
7470
  async onInit(_client) {
6643
- logger42.debug("Cal.com integration initialized");
7471
+ logger60.debug("Cal.com integration initialized");
6644
7472
  },
6645
7473
  async onAfterConnect(_client) {
6646
- logger42.debug("Cal.com integration connected");
7474
+ logger60.debug("Cal.com integration connected");
6647
7475
  }
6648
7476
  };
6649
7477
  }
6650
7478
  // src/integrations/ramp.ts
6651
- var logger43 = createLogger("Ramp");
7479
+ var logger61 = createLogger("Ramp");
6652
7480
  var RAMP_TOOLS = [
6653
7481
  "ramp_list_transactions",
6654
7482
  "ramp_get_transaction",
@@ -6680,15 +7508,15 @@ function rampIntegration(config = {}) {
6680
7508
  tools: [...RAMP_TOOLS],
6681
7509
  oauth,
6682
7510
  async onInit(_client) {
6683
- logger43.debug("Ramp integration initialized");
7511
+ logger61.debug("Ramp integration initialized");
6684
7512
  },
6685
7513
  async onAfterConnect(_client) {
6686
- logger43.debug("Ramp integration connected");
7514
+ logger61.debug("Ramp integration connected");
6687
7515
  }
6688
7516
  };
6689
7517
  }
6690
7518
  // src/integrations/onedrive.ts
6691
- var logger44 = createLogger("OneDrive");
7519
+ var logger62 = createLogger("OneDrive");
6692
7520
  var ONEDRIVE_TOOLS = [
6693
7521
  "onedrive_create_folder",
6694
7522
  "onedrive_delete_file",
@@ -6720,10 +7548,10 @@ function onedriveIntegration(config = {}) {
6720
7548
  tools: [...ONEDRIVE_TOOLS],
6721
7549
  oauth,
6722
7550
  async onInit(_client) {
6723
- logger44.debug("OneDrive integration initialized");
7551
+ logger62.debug("OneDrive integration initialized");
6724
7552
  },
6725
7553
  async onAfterConnect(_client) {
6726
- logger44.debug("OneDrive integration connected");
7554
+ logger62.debug("OneDrive integration connected");
6727
7555
  }
6728
7556
  };
6729
7557
  }
@@ -6761,7 +7589,7 @@ function plannerIntegration(config = {}) {
6761
7589
  };
6762
7590
  }
6763
7591
  // src/integrations/dropbox.ts
6764
- var logger45 = createLogger("Dropbox");
7592
+ var logger63 = createLogger("Dropbox");
6765
7593
  var DROPBOX_TOOLS = [
6766
7594
  "dropbox_get_current_account",
6767
7595
  "dropbox_get_space_usage",
@@ -6803,15 +7631,15 @@ function dropboxIntegration(options = {}) {
6803
7631
  authType: "oauth",
6804
7632
  oauth,
6805
7633
  async onInit(_client) {
6806
- logger45.debug("Dropbox integration initialized");
7634
+ logger63.debug("Dropbox integration initialized");
6807
7635
  },
6808
7636
  async onAfterConnect(_client) {
6809
- logger45.debug("Dropbox integration connected");
7637
+ logger63.debug("Dropbox integration connected");
6810
7638
  }
6811
7639
  };
6812
7640
  }
6813
7641
  // src/integrations/paper.ts
6814
- var logger46 = createLogger("Paper");
7642
+ var logger64 = createLogger("Paper");
6815
7643
  var PAPER_SCOPES = [
6816
7644
  "account_info.read",
6817
7645
  "files.metadata.read",
@@ -6857,15 +7685,15 @@ function paperIntegration(config = {}) {
6857
7685
  authType: "oauth",
6858
7686
  oauth,
6859
7687
  async onInit(_client) {
6860
- logger46.debug("Paper integration initialized");
7688
+ logger64.debug("Paper integration initialized");
6861
7689
  },
6862
7690
  async onAfterConnect(_client) {
6863
- logger46.debug("Paper integration connected");
7691
+ logger64.debug("Paper integration connected");
6864
7692
  }
6865
7693
  };
6866
7694
  }
6867
7695
  // src/integrations/gdocs.ts
6868
- var logger47 = createLogger("Google Docs");
7696
+ var logger65 = createLogger("Google Docs");
6869
7697
  var GDOCS_TOOLS = [
6870
7698
  "gdocs_append_text",
6871
7699
  "gdocs_batch_update",
@@ -6895,15 +7723,15 @@ function gdocsIntegration(config = {}) {
6895
7723
  tools: [...GDOCS_TOOLS],
6896
7724
  oauth,
6897
7725
  async onInit(_client) {
6898
- logger47.debug("Google Docs integration initialized");
7726
+ logger65.debug("Google Docs integration initialized");
6899
7727
  },
6900
7728
  async onAfterConnect(_client) {
6901
- logger47.debug("Google Docs integration connected");
7729
+ logger65.debug("Google Docs integration connected");
6902
7730
  }
6903
7731
  };
6904
7732
  }
6905
7733
  // src/integrations/gsheets.ts
6906
- var logger48 = createLogger("Google Sheets");
7734
+ var logger66 = createLogger("Google Sheets");
6907
7735
  var GSHEETS_TOOLS = [
6908
7736
  "gsheets_append_values",
6909
7737
  "gsheets_batch_update",
@@ -6933,15 +7761,15 @@ function gsheetsIntegration(config = {}) {
6933
7761
  tools: [...GSHEETS_TOOLS],
6934
7762
  oauth,
6935
7763
  async onInit(_client) {
6936
- logger48.debug("Google Sheets integration initialized");
7764
+ logger66.debug("Google Sheets integration initialized");
6937
7765
  },
6938
7766
  async onAfterConnect(_client) {
6939
- logger48.debug("Google Sheets integration connected");
7767
+ logger66.debug("Google Sheets integration connected");
6940
7768
  }
6941
7769
  };
6942
7770
  }
6943
7771
  // src/integrations/gslides.ts
6944
- var logger49 = createLogger("Google Slides");
7772
+ var logger67 = createLogger("Google Slides");
6945
7773
  var GSLIDES_TOOLS = [
6946
7774
  "gslides_add_slide",
6947
7775
  "gslides_batch_update",
@@ -6970,15 +7798,15 @@ function gslidesIntegration(config = {}) {
6970
7798
  tools: [...GSLIDES_TOOLS],
6971
7799
  oauth,
6972
7800
  async onInit(_client) {
6973
- logger49.debug("Google Slides integration initialized");
7801
+ logger67.debug("Google Slides integration initialized");
6974
7802
  },
6975
7803
  async onAfterConnect(_client) {
6976
- logger49.debug("Google Slides integration connected");
7804
+ logger67.debug("Google Slides integration connected");
6977
7805
  }
6978
7806
  };
6979
7807
  }
6980
7808
  // src/integrations/polar.ts
6981
- var logger50 = createLogger("Polar");
7809
+ var logger68 = createLogger("Polar");
6982
7810
  var POLAR_TOOLS = [
6983
7811
  "polar_list_products",
6984
7812
  "polar_get_product",
@@ -7035,15 +7863,15 @@ function polarIntegration(config = {}) {
7035
7863
  tools: [...POLAR_TOOLS],
7036
7864
  oauth,
7037
7865
  async onInit(_client) {
7038
- logger50.debug("Polar integration initialized");
7866
+ logger68.debug("Polar integration initialized");
7039
7867
  },
7040
7868
  async onAfterConnect(_client) {
7041
- logger50.debug("Polar integration connected");
7869
+ logger68.debug("Polar integration connected");
7042
7870
  }
7043
7871
  };
7044
7872
  }
7045
7873
  // src/integrations/supabase.ts
7046
- var logger51 = createLogger("Supabase");
7874
+ var logger69 = createLogger("Supabase");
7047
7875
  var SUPABASE_API_BASE = "https://api.supabase.com";
7048
7876
  var SUPABASE_TOOLS = [
7049
7877
  "supabase_get_profile",
@@ -7081,10 +7909,10 @@ function supabaseIntegration(config = {}) {
7081
7909
  };
7082
7910
  },
7083
7911
  async onInit(_client) {
7084
- logger51.debug("Supabase integration initialized (personal access token)");
7912
+ logger69.debug("Supabase integration initialized (personal access token)");
7085
7913
  },
7086
7914
  async onAfterConnect(_client) {
7087
- logger51.debug("Supabase integration connected");
7915
+ logger69.debug("Supabase integration connected");
7088
7916
  }
7089
7917
  };
7090
7918
  }
@@ -7114,15 +7942,15 @@ function supabaseIntegration(config = {}) {
7114
7942
  tools: [...SUPABASE_TOOLS],
7115
7943
  oauth,
7116
7944
  async onInit(_client) {
7117
- logger51.debug("Supabase integration initialized");
7945
+ logger69.debug("Supabase integration initialized");
7118
7946
  },
7119
7947
  async onAfterConnect(_client) {
7120
- logger51.debug("Supabase integration connected");
7948
+ logger69.debug("Supabase integration connected");
7121
7949
  }
7122
7950
  };
7123
7951
  }
7124
7952
  // src/integrations/phantom.ts
7125
- var logger52 = createLogger("Phantom");
7953
+ var logger70 = createLogger("Phantom");
7126
7954
  var PHANTOM_TOOLS = [
7127
7955
  "phantom_build_browse_deeplink",
7128
7956
  "phantom_deeplink_provider_reference"
@@ -7144,15 +7972,15 @@ function phantomIntegration(_options = {}) {
7144
7972
  category: "Other",
7145
7973
  tools: [...PHANTOM_TOOLS],
7146
7974
  async onInit(_client) {
7147
- logger52.debug("Phantom integration initialized");
7975
+ logger70.debug("Phantom integration initialized");
7148
7976
  },
7149
7977
  async onAfterConnect(_client) {
7150
- logger52.debug("Phantom integration connected");
7978
+ logger70.debug("Phantom integration connected");
7151
7979
  }
7152
7980
  };
7153
7981
  }
7154
7982
  // src/integrations/facebook.ts
7155
- var logger53 = createLogger("Facebook");
7983
+ var logger71 = createLogger("Facebook");
7156
7984
  var FACEBOOK_SCOPES = [
7157
7985
  "public_profile",
7158
7986
  "email",
@@ -7198,15 +8026,15 @@ function facebookIntegration(config = {}) {
7198
8026
  tools: [...FACEBOOK_TOOLS],
7199
8027
  oauth,
7200
8028
  async onInit(_client) {
7201
- logger53.debug("Facebook integration initialized");
8029
+ logger71.debug("Facebook integration initialized");
7202
8030
  },
7203
8031
  async onAfterConnect(_client) {
7204
- logger53.debug("Facebook integration connected");
8032
+ logger71.debug("Facebook integration connected");
7205
8033
  }
7206
8034
  };
7207
8035
  }
7208
8036
  // src/integrations/figma.ts
7209
- var logger54 = createLogger("Figma");
8037
+ var logger72 = createLogger("Figma");
7210
8038
  var FIGMA_TOOLS = [
7211
8039
  "figma_get_file",
7212
8040
  "figma_get_file_nodes",
@@ -7272,15 +8100,15 @@ function figmaIntegration(config = {}) {
7272
8100
  tools: [...FIGMA_TOOLS],
7273
8101
  oauth,
7274
8102
  async onInit(_client) {
7275
- logger54.debug("Figma integration initialized");
8103
+ logger72.debug("Figma integration initialized");
7276
8104
  },
7277
8105
  async onAfterConnect(_client) {
7278
- logger54.debug("Figma integration connected");
8106
+ logger72.debug("Figma integration connected");
7279
8107
  }
7280
8108
  };
7281
8109
  }
7282
8110
  // src/integrations/intercom.ts
7283
- var logger55 = createLogger("Intercom");
8111
+ var logger73 = createLogger("Intercom");
7284
8112
  var INTERCOM_TOOLS = [
7285
8113
  "intercom_list_contacts",
7286
8114
  "intercom_get_contact",
@@ -7311,15 +8139,15 @@ function intercomIntegration(config = {}) {
7311
8139
  tools: [...INTERCOM_TOOLS],
7312
8140
  oauth,
7313
8141
  async onInit(_client) {
7314
- logger55.debug("Intercom integration initialized");
8142
+ logger73.debug("Intercom integration initialized");
7315
8143
  },
7316
8144
  async onAfterConnect(_client) {
7317
- logger55.debug("Intercom integration connected");
8145
+ logger73.debug("Intercom integration connected");
7318
8146
  }
7319
8147
  };
7320
8148
  }
7321
8149
  // src/integrations/hubspot.ts
7322
- var logger56 = createLogger("HubSpot");
8150
+ var logger74 = createLogger("HubSpot");
7323
8151
  var HUBSPOT_TOOLS = [
7324
8152
  "hubspot_list_contacts",
7325
8153
  "hubspot_get_contact",
@@ -7369,15 +8197,15 @@ function hubspotIntegration(config = {}) {
7369
8197
  tools: [...HUBSPOT_TOOLS],
7370
8198
  oauth,
7371
8199
  async onInit(_client) {
7372
- logger56.debug("HubSpot integration initialized");
8200
+ logger74.debug("HubSpot integration initialized");
7373
8201
  },
7374
8202
  async onAfterConnect(_client) {
7375
- logger56.debug("HubSpot integration connected");
8203
+ logger74.debug("HubSpot integration connected");
7376
8204
  }
7377
8205
  };
7378
8206
  }
7379
8207
  // src/integrations/instagram.ts
7380
- var logger57 = createLogger("Instagram");
8208
+ var logger75 = createLogger("Instagram");
7381
8209
  var INSTAGRAM_SCOPES = [
7382
8210
  "pages_show_list",
7383
8211
  "pages_read_engagement",
@@ -7427,15 +8255,15 @@ function instagramIntegration(config = {}) {
7427
8255
  tools: [...INSTAGRAM_TOOLS],
7428
8256
  oauth,
7429
8257
  async onInit(_client) {
7430
- logger57.debug("Instagram integration initialized");
8258
+ logger75.debug("Instagram integration initialized");
7431
8259
  },
7432
8260
  async onAfterConnect(_client) {
7433
- logger57.debug("Instagram integration connected");
8261
+ logger75.debug("Instagram integration connected");
7434
8262
  }
7435
8263
  };
7436
8264
  }
7437
8265
  // src/integrations/youtube.ts
7438
- var logger58 = createLogger("YouTube");
8266
+ var logger76 = createLogger("YouTube");
7439
8267
  var YOUTUBE_TOOLS = [
7440
8268
  "youtube_add_comment",
7441
8269
  "youtube_add_to_playlist",
@@ -7481,15 +8309,15 @@ function youtubeIntegration(config = {}) {
7481
8309
  tools: [...YOUTUBE_TOOLS],
7482
8310
  oauth,
7483
8311
  async onInit(_client) {
7484
- logger58.debug("YouTube integration initialized");
8312
+ logger76.debug("YouTube integration initialized");
7485
8313
  },
7486
8314
  async onAfterConnect(_client) {
7487
- logger58.debug("YouTube integration connected");
8315
+ logger76.debug("YouTube integration connected");
7488
8316
  }
7489
8317
  };
7490
8318
  }
7491
8319
  // src/integrations/cursor.ts
7492
- var logger59 = createLogger("Cursor");
8320
+ var logger77 = createLogger("Cursor");
7493
8321
  var CURSOR_TOOLS = [
7494
8322
  "cursor_list_agents",
7495
8323
  "cursor_get_agent",
@@ -7509,15 +8337,15 @@ function cursorIntegration(_config = {}) {
7509
8337
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/cursor.jpeg",
7510
8338
  tools: [...CURSOR_TOOLS],
7511
8339
  async onInit(_client) {
7512
- logger59.debug("Cursor integration initialized");
8340
+ logger77.debug("Cursor integration initialized");
7513
8341
  },
7514
8342
  async onAfterConnect(_client) {
7515
- logger59.debug("Cursor integration connected");
8343
+ logger77.debug("Cursor integration connected");
7516
8344
  }
7517
8345
  };
7518
8346
  }
7519
8347
  // src/integrations/databricks.ts
7520
- var logger60 = createLogger("Databricks");
8348
+ var logger78 = createLogger("Databricks");
7521
8349
  var DATABRICKS_SCOPES = ["all-apis", "offline_access"];
7522
8350
  var DATABRICKS_TOOLS = [
7523
8351
  "databricks_current_user",
@@ -7564,15 +8392,15 @@ function databricksIntegration(config = {}) {
7564
8392
  tools: [...DATABRICKS_TOOLS],
7565
8393
  oauth,
7566
8394
  async onInit(_client) {
7567
- logger60.debug("Databricks integration initialized");
8395
+ logger78.debug("Databricks integration initialized");
7568
8396
  },
7569
8397
  async onAfterConnect(_client) {
7570
- logger60.debug("Databricks integration connected");
8398
+ logger78.debug("Databricks integration connected");
7571
8399
  }
7572
8400
  };
7573
8401
  }
7574
8402
  // src/integrations/posthog.ts
7575
- var logger61 = createLogger("PostHog");
8403
+ var logger79 = createLogger("PostHog");
7576
8404
  var DEFAULT_POSTHOG_BASE_URL = "https://us.posthog.com";
7577
8405
  var POSTHOG_SCOPES = [
7578
8406
  "openid",
@@ -7658,15 +8486,15 @@ function posthogIntegration(config = {}) {
7658
8486
  tools: [...POSTHOG_TOOLS],
7659
8487
  oauth,
7660
8488
  async onInit(_client) {
7661
- logger61.debug("PostHog integration initialized");
8489
+ logger79.debug("PostHog integration initialized");
7662
8490
  },
7663
8491
  async onAfterConnect(_client) {
7664
- logger61.debug("PostHog integration connected");
8492
+ logger79.debug("PostHog integration connected");
7665
8493
  }
7666
8494
  };
7667
8495
  }
7668
8496
  // src/integrations/postman.ts
7669
- var logger62 = createLogger("Postman");
8497
+ var logger80 = createLogger("Postman");
7670
8498
  var POSTMAN_TOOLS = [
7671
8499
  "postman_get_me",
7672
8500
  "postman_list_workspaces",
@@ -7697,15 +8525,15 @@ function postmanIntegration(options = {}) {
7697
8525
  };
7698
8526
  },
7699
8527
  async onInit(_client) {
7700
- logger62.debug("Postman integration initialized");
8528
+ logger80.debug("Postman integration initialized");
7701
8529
  },
7702
8530
  async onAfterConnect(_client) {
7703
- logger62.debug("Postman integration connected");
8531
+ logger80.debug("Postman integration connected");
7704
8532
  }
7705
8533
  };
7706
8534
  }
7707
8535
  // src/integrations/sentry.ts
7708
- var logger63 = createLogger("Sentry");
8536
+ var logger81 = createLogger("Sentry");
7709
8537
  var SENTRY_SCOPES = [
7710
8538
  "org:read",
7711
8539
  "project:read",
@@ -7754,15 +8582,15 @@ function sentryIntegration(config = {}) {
7754
8582
  tools: [...SENTRY_TOOLS],
7755
8583
  oauth,
7756
8584
  async onInit(_client) {
7757
- logger63.debug("Sentry integration initialized");
8585
+ logger81.debug("Sentry integration initialized");
7758
8586
  },
7759
8587
  async onAfterConnect(_client) {
7760
- logger63.debug("Sentry integration connected");
8588
+ logger81.debug("Sentry integration connected");
7761
8589
  }
7762
8590
  };
7763
8591
  }
7764
8592
  // src/integrations/datadog.ts
7765
- var logger64 = createLogger("Datadog");
8593
+ var logger82 = createLogger("Datadog");
7766
8594
  var DATADOG_SCOPES = [
7767
8595
  "monitors_read",
7768
8596
  "dashboards_read",
@@ -7792,10 +8620,10 @@ function datadogIntegration(config = {}) {
7792
8620
  category: "Engineering",
7793
8621
  tools: [...DATADOG_TOOLS],
7794
8622
  async onInit(_client) {
7795
- logger64.debug("Datadog integration initialized");
8623
+ logger82.debug("Datadog integration initialized");
7796
8624
  },
7797
8625
  async onAfterConnect(_client) {
7798
- logger64.debug("Datadog integration connected");
8626
+ logger82.debug("Datadog integration connected");
7799
8627
  }
7800
8628
  };
7801
8629
  if (apiKey || applicationKey) {
@@ -7836,7 +8664,7 @@ function datadogIntegration(config = {}) {
7836
8664
  };
7837
8665
  }
7838
8666
  // src/integrations/netlify.ts
7839
- var logger65 = createLogger("Netlify");
8667
+ var logger83 = createLogger("Netlify");
7840
8668
  var NETLIFY_TOOLS = [
7841
8669
  "netlify_get_current_user",
7842
8670
  "netlify_list_accounts",
@@ -7899,15 +8727,15 @@ function netlifyIntegration(config = {}) {
7899
8727
  tools: [...NETLIFY_TOOLS],
7900
8728
  oauth,
7901
8729
  async onInit(_client) {
7902
- logger65.debug("Netlify integration initialized");
8730
+ logger83.debug("Netlify integration initialized");
7903
8731
  },
7904
8732
  async onAfterConnect(_client) {
7905
- logger65.debug("Netlify integration connected");
8733
+ logger83.debug("Netlify integration connected");
7906
8734
  }
7907
8735
  };
7908
8736
  }
7909
8737
  // src/integrations/redis.ts
7910
- var logger66 = createLogger("Redis Cloud");
8738
+ var logger84 = createLogger("Redis Cloud");
7911
8739
  var REDIS_TOOLS = [
7912
8740
  "redis_list_subscriptions",
7913
8741
  "redis_get_subscription",
@@ -7962,15 +8790,15 @@ function redisIntegration(options = {}) {
7962
8790
  };
7963
8791
  },
7964
8792
  async onInit(_client) {
7965
- logger66.debug("Redis Cloud integration initialized");
8793
+ logger84.debug("Redis Cloud integration initialized");
7966
8794
  },
7967
8795
  async onAfterConnect(_client) {
7968
- logger66.debug("Redis Cloud integration connected");
8796
+ logger84.debug("Redis Cloud integration connected");
7969
8797
  }
7970
8798
  };
7971
8799
  }
7972
8800
  // src/integrations/webflow.ts
7973
- var logger67 = createLogger("Webflow");
8801
+ var logger85 = createLogger("Webflow");
7974
8802
  var WEBFLOW_TOOLS = [
7975
8803
  "webflow_token_introspect",
7976
8804
  "webflow_get_authorized_user",
@@ -8029,15 +8857,15 @@ function webflowIntegration(config = {}) {
8029
8857
  tools: [...WEBFLOW_TOOLS],
8030
8858
  oauth,
8031
8859
  async onInit(_client) {
8032
- logger67.debug("Webflow integration initialized");
8860
+ logger85.debug("Webflow integration initialized");
8033
8861
  },
8034
8862
  async onAfterConnect(_client) {
8035
- logger67.debug("Webflow integration connected");
8863
+ logger85.debug("Webflow integration connected");
8036
8864
  }
8037
8865
  };
8038
8866
  }
8039
8867
  // src/integrations/jira.ts
8040
- var logger68 = createLogger("Jira");
8868
+ var logger86 = createLogger("Jira");
8041
8869
  var JIRA_SCOPES = [
8042
8870
  "read:jira-work",
8043
8871
  "write:jira-work",
@@ -8082,15 +8910,15 @@ function jiraIntegration(config = {}) {
8082
8910
  tools: [...JIRA_TOOLS],
8083
8911
  oauth,
8084
8912
  async onInit(_client) {
8085
- logger68.debug("Jira integration initialized");
8913
+ logger86.debug("Jira integration initialized");
8086
8914
  },
8087
8915
  async onAfterConnect(_client) {
8088
- logger68.debug("Jira integration connected");
8916
+ logger86.debug("Jira integration connected");
8089
8917
  }
8090
8918
  };
8091
8919
  }
8092
8920
  // src/integrations/linkedin.ts
8093
- var logger69 = createLogger("LinkedIn");
8921
+ var logger87 = createLogger("LinkedIn");
8094
8922
  var LINKEDIN_SCOPES = ["openid", "profile", "email", "w_member_social"];
8095
8923
  var LINKEDIN_TOOLS = ["linkedin_get_userinfo", "linkedin_create_post"];
8096
8924
  function linkedinIntegration(config = {}) {
@@ -8117,15 +8945,15 @@ function linkedinIntegration(config = {}) {
8117
8945
  tools: [...LINKEDIN_TOOLS],
8118
8946
  oauth,
8119
8947
  async onInit(_client) {
8120
- logger69.debug("LinkedIn integration initialized");
8948
+ logger87.debug("LinkedIn integration initialized");
8121
8949
  },
8122
8950
  async onAfterConnect(_client) {
8123
- logger69.debug("LinkedIn integration connected");
8951
+ logger87.debug("LinkedIn integration connected");
8124
8952
  }
8125
8953
  };
8126
8954
  }
8127
8955
  // src/integrations/threads.ts
8128
- var logger70 = createLogger("Threads");
8956
+ var logger88 = createLogger("Threads");
8129
8957
  var THREADS_SCOPES = [
8130
8958
  "threads_basic",
8131
8959
  "threads_content_publish",
@@ -8176,15 +9004,15 @@ function threadsIntegration(config = {}) {
8176
9004
  tools: [...THREADS_TOOLS],
8177
9005
  oauth,
8178
9006
  async onInit(_client) {
8179
- logger70.debug("Threads integration initialized");
9007
+ logger88.debug("Threads integration initialized");
8180
9008
  },
8181
9009
  async onAfterConnect(_client) {
8182
- logger70.debug("Threads integration connected");
9010
+ logger88.debug("Threads integration connected");
8183
9011
  }
8184
9012
  };
8185
9013
  }
8186
9014
  // src/integrations/tiktok.ts
8187
- var logger71 = createLogger("TikTok");
9015
+ var logger89 = createLogger("TikTok");
8188
9016
  var TIKTOK_SCOPES = ["user.info.basic", "video.list"];
8189
9017
  var TIKTOK_TOOLS = [
8190
9018
  "tiktok_get_user_info",
@@ -8215,15 +9043,15 @@ function tiktokIntegration(config = {}) {
8215
9043
  tools: [...TIKTOK_TOOLS],
8216
9044
  oauth,
8217
9045
  async onInit(_client) {
8218
- logger71.debug("TikTok integration initialized");
9046
+ logger89.debug("TikTok integration initialized");
8219
9047
  },
8220
9048
  async onAfterConnect(_client) {
8221
- logger71.debug("TikTok integration connected");
9049
+ logger89.debug("TikTok integration connected");
8222
9050
  }
8223
9051
  };
8224
9052
  }
8225
9053
  // src/integrations/trello.ts
8226
- var logger72 = createLogger("Trello");
9054
+ var logger90 = createLogger("Trello");
8227
9055
  var TRELLO_TOOLS = [
8228
9056
  "trello_get_member",
8229
9057
  "trello_list_boards",
@@ -8260,15 +9088,15 @@ function trelloIntegration(options = {}) {
8260
9088
  return { Authorization: `Bearer ${encodeCredential(apiKey, memberToken)}` };
8261
9089
  },
8262
9090
  async onInit(_client) {
8263
- logger72.debug("Trello integration initialized");
9091
+ logger90.debug("Trello integration initialized");
8264
9092
  },
8265
9093
  async onAfterConnect(_client) {
8266
- logger72.debug("Trello integration connected");
9094
+ logger90.debug("Trello integration connected");
8267
9095
  }
8268
9096
  };
8269
9097
  }
8270
9098
  // src/integrations/typeform.ts
8271
- var logger73 = createLogger("Typeform");
9099
+ var logger91 = createLogger("Typeform");
8272
9100
  var TYPEFORM_SCOPES = [
8273
9101
  "offline",
8274
9102
  "accounts:read",
@@ -8312,15 +9140,15 @@ function typeformIntegration(config = {}) {
8312
9140
  tools: [...TYPEFORM_TOOLS],
8313
9141
  oauth,
8314
9142
  async onInit(_client) {
8315
- logger73.debug("Typeform integration initialized");
9143
+ logger91.debug("Typeform integration initialized");
8316
9144
  },
8317
9145
  async onAfterConnect(_client) {
8318
- logger73.debug("Typeform integration connected");
9146
+ logger91.debug("Typeform integration connected");
8319
9147
  }
8320
9148
  };
8321
9149
  }
8322
9150
  // src/integrations/sharepoint.ts
8323
- var logger74 = createLogger("SharePoint");
9151
+ var logger92 = createLogger("SharePoint");
8324
9152
  var SHAREPOINT_SCOPES = ["Sites.ReadWrite.All", "Files.ReadWrite.All", "offline_access"];
8325
9153
  var SHAREPOINT_TOOLS = [
8326
9154
  "sharepoint_create_folder",
@@ -8359,15 +9187,15 @@ function sharepointIntegration(config = {}) {
8359
9187
  tools: [...SHAREPOINT_TOOLS],
8360
9188
  oauth,
8361
9189
  async onInit(_client) {
8362
- logger74.debug("SharePoint integration initialized");
9190
+ logger92.debug("SharePoint integration initialized");
8363
9191
  },
8364
9192
  async onAfterConnect(_client) {
8365
- logger74.debug("SharePoint integration connected");
9193
+ logger92.debug("SharePoint integration connected");
8366
9194
  }
8367
9195
  };
8368
9196
  }
8369
9197
  // src/integrations/xero.ts
8370
- var logger75 = createLogger("Xero");
9198
+ var logger93 = createLogger("Xero");
8371
9199
  var XERO_SCOPES = [
8372
9200
  "openid",
8373
9201
  "profile",
@@ -8414,15 +9242,15 @@ function xeroIntegration(config = {}) {
8414
9242
  tools: [...XERO_TOOLS],
8415
9243
  oauth,
8416
9244
  async onInit(_client) {
8417
- logger75.debug("Xero integration initialized");
9245
+ logger93.debug("Xero integration initialized");
8418
9246
  },
8419
9247
  async onAfterConnect(_client) {
8420
- logger75.debug("Xero integration connected");
9248
+ logger93.debug("Xero integration connected");
8421
9249
  }
8422
9250
  };
8423
9251
  }
8424
9252
  // src/integrations/salesforce.ts
8425
- var logger76 = createLogger("Salesforce");
9253
+ var logger94 = createLogger("Salesforce");
8426
9254
  var SALESFORCE_TOOLS = [
8427
9255
  "salesforce_query",
8428
9256
  "salesforce_get_limits",
@@ -8453,15 +9281,15 @@ function salesforceIntegration(config = {}) {
8453
9281
  tools: [...SALESFORCE_TOOLS],
8454
9282
  oauth,
8455
9283
  async onInit(_client) {
8456
- logger76.debug("Salesforce integration initialized");
9284
+ logger94.debug("Salesforce integration initialized");
8457
9285
  },
8458
9286
  async onAfterConnect(_client) {
8459
- logger76.debug("Salesforce integration connected");
9287
+ logger94.debug("Salesforce integration connected");
8460
9288
  }
8461
9289
  };
8462
9290
  }
8463
9291
  // src/integrations/attio.ts
8464
- var logger77 = createLogger("Attio");
9292
+ var logger95 = createLogger("Attio");
8465
9293
  var ATTIO_SCOPES = [
8466
9294
  "record_permission:read-write",
8467
9295
  "object_configuration:read",
@@ -8507,15 +9335,15 @@ function attioIntegration(config = {}) {
8507
9335
  tools: [...ATTIO_TOOLS],
8508
9336
  oauth,
8509
9337
  async onInit(_client) {
8510
- logger77.debug("Attio integration initialized");
9338
+ logger95.debug("Attio integration initialized");
8511
9339
  },
8512
9340
  async onAfterConnect(_client) {
8513
- logger77.debug("Attio integration connected");
9341
+ logger95.debug("Attio integration connected");
8514
9342
  }
8515
9343
  };
8516
9344
  }
8517
9345
  // src/integrations/gchat.ts
8518
- var logger78 = createLogger("Google Chat");
9346
+ var logger96 = createLogger("Google Chat");
8519
9347
  var GCHAT_SCOPES = [
8520
9348
  "https://www.googleapis.com/auth/chat.messages",
8521
9349
  "https://www.googleapis.com/auth/chat.spaces.readonly"
@@ -8554,15 +9382,15 @@ function gchatIntegration(config = {}) {
8554
9382
  tools: [...GCHAT_TOOLS],
8555
9383
  oauth,
8556
9384
  async onInit(_client) {
8557
- logger78.debug("Google Chat integration initialized");
9385
+ logger96.debug("Google Chat integration initialized");
8558
9386
  },
8559
9387
  async onAfterConnect(_client) {
8560
- logger78.debug("Google Chat integration connected");
9388
+ logger96.debug("Google Chat integration connected");
8561
9389
  }
8562
9390
  };
8563
9391
  }
8564
9392
  // src/integrations/shopify.ts
8565
- var logger79 = createLogger("Shopify");
9393
+ var logger97 = createLogger("Shopify");
8566
9394
  var SHOPIFY_SCOPES = [
8567
9395
  "read_products",
8568
9396
  "write_products",
@@ -8611,15 +9439,15 @@ function shopifyIntegration(config = {}) {
8611
9439
  tools: [...SHOPIFY_TOOLS],
8612
9440
  oauth,
8613
9441
  async onInit(_client) {
8614
- logger79.debug("Shopify integration initialized");
9442
+ logger97.debug("Shopify integration initialized");
8615
9443
  },
8616
9444
  async onAfterConnect(_client) {
8617
- logger79.debug("Shopify integration connected");
9445
+ logger97.debug("Shopify integration connected");
8618
9446
  }
8619
9447
  };
8620
9448
  }
8621
9449
  // src/integrations/convex.ts
8622
- var logger80 = createLogger("Convex");
9450
+ var logger98 = createLogger("Convex");
8623
9451
  var CONVEX_TOOLS = [
8624
9452
  "convex_management_token_details",
8625
9453
  "convex_management_list_projects",
@@ -8656,15 +9484,15 @@ function convexIntegration(options = {}) {
8656
9484
  return { Authorization: `Bearer ${accessToken}` };
8657
9485
  },
8658
9486
  async onInit(_client) {
8659
- logger80.debug("Convex integration initialized");
9487
+ logger98.debug("Convex integration initialized");
8660
9488
  },
8661
9489
  async onAfterConnect(_client) {
8662
- logger80.debug("Convex integration connected");
9490
+ logger98.debug("Convex integration connected");
8663
9491
  }
8664
9492
  };
8665
9493
  }
8666
9494
  // src/integrations/etoro.ts
8667
- var logger81 = createLogger("eToro");
9495
+ var logger99 = createLogger("eToro");
8668
9496
  var ETORO_TOOLS = [
8669
9497
  "etoro_get_identity",
8670
9498
  "etoro_get_portfolio",
@@ -8694,15 +9522,15 @@ function etoroIntegration(options = {}) {
8694
9522
  };
8695
9523
  },
8696
9524
  async onInit(_client) {
8697
- logger81.debug("eToro integration initialized");
9525
+ logger99.debug("eToro integration initialized");
8698
9526
  },
8699
9527
  async onAfterConnect(_client) {
8700
- logger81.debug("eToro integration connected");
9528
+ logger99.debug("eToro integration connected");
8701
9529
  }
8702
9530
  };
8703
9531
  }
8704
9532
  // src/integrations/alpaca.ts
8705
- var logger82 = createLogger("Alpaca");
9533
+ var logger100 = createLogger("Alpaca");
8706
9534
  var ALPACA_TOOLS = [
8707
9535
  "alpaca_get_account",
8708
9536
  "alpaca_list_positions",
@@ -8744,15 +9572,15 @@ function alpacaIntegration(options = {}) {
8744
9572
  return headers;
8745
9573
  },
8746
9574
  async onInit(_client) {
8747
- logger82.debug("Alpaca integration initialized");
9575
+ logger100.debug("Alpaca integration initialized");
8748
9576
  },
8749
9577
  async onAfterConnect(_client) {
8750
- logger82.debug("Alpaca integration connected");
9578
+ logger100.debug("Alpaca integration connected");
8751
9579
  }
8752
9580
  };
8753
9581
  }
8754
9582
  // src/integrations/neon.ts
8755
- var logger83 = createLogger("Neon");
9583
+ var logger101 = createLogger("Neon");
8756
9584
  var NEON_TOOLS = [
8757
9585
  "neon_list_api_keys",
8758
9586
  "neon_create_api_key",
@@ -8792,15 +9620,15 @@ function neonIntegration(options = {}) {
8792
9620
  };
8793
9621
  },
8794
9622
  async onInit(_client) {
8795
- logger83.debug("Neon integration initialized");
9623
+ logger101.debug("Neon integration initialized");
8796
9624
  },
8797
9625
  async onAfterConnect(_client) {
8798
- logger83.debug("Neon integration connected");
9626
+ logger101.debug("Neon integration connected");
8799
9627
  }
8800
9628
  };
8801
9629
  }
8802
9630
  // src/integrations/workos.ts
8803
- var logger84 = createLogger("WorkOS");
9631
+ var logger102 = createLogger("WorkOS");
8804
9632
  var WORKOS_TOOLS = [
8805
9633
  "workos_list_organizations",
8806
9634
  "workos_get_organization",
@@ -8833,15 +9661,15 @@ function workosIntegration(options = {}) {
8833
9661
  };
8834
9662
  },
8835
9663
  async onInit(_client) {
8836
- logger84.debug("WorkOS integration initialized");
9664
+ logger102.debug("WorkOS integration initialized");
8837
9665
  },
8838
9666
  async onAfterConnect(_client) {
8839
- logger84.debug("WorkOS integration connected");
9667
+ logger102.debug("WorkOS integration connected");
8840
9668
  }
8841
9669
  };
8842
9670
  }
8843
9671
  // src/integrations/workday.ts
8844
- var logger85 = createLogger("Workday");
9672
+ var logger103 = createLogger("Workday");
8845
9673
  var WORKDAY_TOOLS = [
8846
9674
  "workday_list_workers",
8847
9675
  "workday_get_worker"
@@ -8866,10 +9694,10 @@ function workdayIntegration(config = {}) {
8866
9694
  tools: [...WORKDAY_TOOLS],
8867
9695
  oauth,
8868
9696
  async onInit(_client) {
8869
- logger85.debug("Workday integration initialized");
9697
+ logger103.debug("Workday integration initialized");
8870
9698
  },
8871
9699
  async onAfterConnect(_client) {
8872
- logger85.debug("Workday integration connected");
9700
+ logger103.debug("Workday integration connected");
8873
9701
  }
8874
9702
  };
8875
9703
  }
@@ -8892,7 +9720,7 @@ function tldrawIntegration(options = {}) {
8892
9720
  };
8893
9721
  }
8894
9722
  // src/integrations/upstash.ts
8895
- var logger86 = createLogger("Upstash");
9723
+ var logger104 = createLogger("Upstash");
8896
9724
  var UPSTASH_TOOLS = [
8897
9725
  "upstash_redis_run",
8898
9726
  "upstash_redis_get",
@@ -8932,10 +9760,10 @@ function upstashIntegration(options = {}) {
8932
9760
  return headers;
8933
9761
  },
8934
9762
  async onInit(_client) {
8935
- logger86.debug("Upstash integration initialized");
9763
+ logger104.debug("Upstash integration initialized");
8936
9764
  },
8937
9765
  async onAfterConnect(_client) {
8938
- logger86.debug("Upstash integration connected");
9766
+ logger104.debug("Upstash integration connected");
8939
9767
  }
8940
9768
  };
8941
9769
  }
@@ -9072,7 +9900,7 @@ function mailchimpIntegration(config = {}) {
9072
9900
  };
9073
9901
  }
9074
9902
  // src/integrations/aws.ts
9075
- var logger87 = createLogger("AWS");
9903
+ var logger105 = createLogger("AWS");
9076
9904
  var AWS_TOOLS = [
9077
9905
  "aws_sts_get_caller_identity",
9078
9906
  "aws_ec2_describe_regions",
@@ -9125,15 +9953,15 @@ function awsIntegration(options = {}) {
9125
9953
  };
9126
9954
  },
9127
9955
  async onInit(_client) {
9128
- logger87.debug("AWS integration initialized");
9956
+ logger105.debug("AWS integration initialized");
9129
9957
  },
9130
9958
  async onAfterConnect(_client) {
9131
- logger87.debug("AWS integration connected");
9959
+ logger105.debug("AWS integration connected");
9132
9960
  }
9133
9961
  };
9134
9962
  }
9135
9963
  // src/integrations/wix.ts
9136
- var logger88 = createLogger("Wix");
9964
+ var logger106 = createLogger("Wix");
9137
9965
  var WIX_TOOLS = [
9138
9966
  "wix_query_products",
9139
9967
  "wix_get_product",
@@ -9166,15 +9994,15 @@ function wixIntegration(options = {}) {
9166
9994
  };
9167
9995
  },
9168
9996
  async onInit(_client) {
9169
- logger88.debug("Wix integration initialized");
9997
+ logger106.debug("Wix integration initialized");
9170
9998
  },
9171
9999
  async onAfterConnect(_client) {
9172
- logger88.debug("Wix integration connected");
10000
+ logger106.debug("Wix integration connected");
9173
10001
  }
9174
10002
  };
9175
10003
  }
9176
10004
  // src/integrations/auth0.ts
9177
- var logger89 = createLogger("Auth0");
10005
+ var logger107 = createLogger("Auth0");
9178
10006
  var AUTH0_TOOLS = [
9179
10007
  "auth0_list_users",
9180
10008
  "auth0_get_user",
@@ -9263,7 +10091,7 @@ function auth0Integration(options) {
9263
10091
  };
9264
10092
  },
9265
10093
  async onInit() {
9266
- logger89.debug("Auth0 integration initialized");
10094
+ logger107.debug("Auth0 integration initialized");
9267
10095
  },
9268
10096
  async onBeforeConnect() {
9269
10097
  await ensureFreshToken();
@@ -9272,12 +10100,12 @@ function auth0Integration(options) {
9272
10100
  }
9273
10101
  },
9274
10102
  async onAfterConnect() {
9275
- logger89.debug("Auth0 integration connected");
10103
+ logger107.debug("Auth0 integration connected");
9276
10104
  }
9277
10105
  };
9278
10106
  }
9279
10107
  // src/integrations/binance.ts
9280
- var logger90 = createLogger("Binance");
10108
+ var logger108 = createLogger("Binance");
9281
10109
  var BINANCE_TOOLS = [
9282
10110
  "binance_ping",
9283
10111
  "binance_get_server_time",
@@ -9320,15 +10148,15 @@ function binanceIntegration(options = {}) {
9320
10148
  };
9321
10149
  },
9322
10150
  async onInit(_client) {
9323
- logger90.debug("Binance integration initialized");
10151
+ logger108.debug("Binance integration initialized");
9324
10152
  },
9325
10153
  async onAfterConnect(_client) {
9326
- logger90.debug("Binance integration connected");
10154
+ logger108.debug("Binance integration connected");
9327
10155
  }
9328
10156
  };
9329
10157
  }
9330
10158
  // src/integrations/canva.ts
9331
- var logger91 = createLogger("Canva");
10159
+ var logger109 = createLogger("Canva");
9332
10160
  var CANVA_TOOLS = [
9333
10161
  "canva_get_me",
9334
10162
  "canva_get_profile",
@@ -9365,15 +10193,15 @@ function canvaIntegration(config = {}) {
9365
10193
  tools: [...CANVA_TOOLS],
9366
10194
  oauth,
9367
10195
  async onInit(_client) {
9368
- logger91.debug("Canva integration initialized");
10196
+ logger109.debug("Canva integration initialized");
9369
10197
  },
9370
10198
  async onAfterConnect(_client) {
9371
- logger91.debug("Canva integration connected");
10199
+ logger109.debug("Canva integration connected");
9372
10200
  }
9373
10201
  };
9374
10202
  }
9375
10203
  // src/integrations/clerk.ts
9376
- var logger92 = createLogger("Clerk");
10204
+ var logger110 = createLogger("Clerk");
9377
10205
  var CLERK_TOOLS = [
9378
10206
  "clerk_list_users",
9379
10207
  "clerk_get_user",
@@ -9408,15 +10236,15 @@ function clerkIntegration(options = {}) {
9408
10236
  };
9409
10237
  },
9410
10238
  async onInit(_client) {
9411
- logger92.debug("Clerk integration initialized");
10239
+ logger110.debug("Clerk integration initialized");
9412
10240
  },
9413
10241
  async onAfterConnect(_client) {
9414
- logger92.debug("Clerk integration connected");
10242
+ logger110.debug("Clerk integration connected");
9415
10243
  }
9416
10244
  };
9417
10245
  }
9418
10246
  // src/integrations/cloudflare.ts
9419
- var logger93 = createLogger("Cloudflare");
10247
+ var logger111 = createLogger("Cloudflare");
9420
10248
  var CLOUDFLARE_TOOLS = [
9421
10249
  "cloudflare_verify_token",
9422
10250
  "cloudflare_get_user",
@@ -9455,10 +10283,10 @@ function cloudflareIntegration(config = {}) {
9455
10283
  return { Authorization: `Bearer ${apiToken.trim()}` };
9456
10284
  },
9457
10285
  async onInit(_client) {
9458
- logger93.debug("Cloudflare integration initialized (API token)");
10286
+ logger111.debug("Cloudflare integration initialized (API token)");
9459
10287
  },
9460
10288
  async onAfterConnect(_client) {
9461
- logger93.debug("Cloudflare integration connected");
10289
+ logger111.debug("Cloudflare integration connected");
9462
10290
  }
9463
10291
  };
9464
10292
  }
@@ -9484,15 +10312,15 @@ function cloudflareIntegration(config = {}) {
9484
10312
  tools: [...CLOUDFLARE_TOOLS],
9485
10313
  oauth,
9486
10314
  async onInit(_client) {
9487
- logger93.debug("Cloudflare integration initialized (OAuth)");
10315
+ logger111.debug("Cloudflare integration initialized (OAuth)");
9488
10316
  },
9489
10317
  async onAfterConnect(_client) {
9490
- logger93.debug("Cloudflare integration connected");
10318
+ logger111.debug("Cloudflare integration connected");
9491
10319
  }
9492
10320
  };
9493
10321
  }
9494
10322
  // src/integrations/clickup.ts
9495
- var logger94 = createLogger("ClickUp");
10323
+ var logger112 = createLogger("ClickUp");
9496
10324
  var CLICKUP_TOOLS = [
9497
10325
  "clickup_get_authorized_user",
9498
10326
  "clickup_list_teams",
@@ -9528,15 +10356,15 @@ function clickupIntegration(config = {}) {
9528
10356
  tools: [...CLICKUP_TOOLS],
9529
10357
  oauth,
9530
10358
  async onInit(_client) {
9531
- logger94.debug("ClickUp integration initialized");
10359
+ logger112.debug("ClickUp integration initialized");
9532
10360
  },
9533
10361
  async onAfterConnect(_client) {
9534
- logger94.debug("ClickUp integration connected");
10362
+ logger112.debug("ClickUp integration connected");
9535
10363
  }
9536
10364
  };
9537
10365
  }
9538
10366
  // src/integrations/excel.ts
9539
- var logger95 = createLogger("Excel");
10367
+ var logger113 = createLogger("Excel");
9540
10368
  var EXCEL_TOOLS = [
9541
10369
  "excel_add_table_rows",
9542
10370
  "excel_add_worksheet",
@@ -9572,10 +10400,10 @@ function excelIntegration(config = {}) {
9572
10400
  tools: [...EXCEL_TOOLS],
9573
10401
  oauth,
9574
10402
  async onInit(_client) {
9575
- logger95.debug("Excel integration initialized");
10403
+ logger113.debug("Excel integration initialized");
9576
10404
  },
9577
10405
  async onAfterConnect(_client) {
9578
- logger95.debug("Excel integration connected");
10406
+ logger113.debug("Excel integration connected");
9579
10407
  }
9580
10408
  };
9581
10409
  }
@@ -9605,7 +10433,7 @@ function ga4Integration(config = {}) {
9605
10433
  };
9606
10434
  }
9607
10435
  // src/integrations/gdrive.ts
9608
- var logger96 = createLogger("Google Drive");
10436
+ var logger114 = createLogger("Google Drive");
9609
10437
  var GDRIVE_TOOLS = [
9610
10438
  "gdrive_copy_file",
9611
10439
  "gdrive_create_folder",
@@ -9639,15 +10467,15 @@ function gdriveIntegration(config = {}) {
9639
10467
  tools: [...GDRIVE_TOOLS],
9640
10468
  oauth,
9641
10469
  async onInit(_client) {
9642
- logger96.debug("Google Drive integration initialized");
10470
+ logger114.debug("Google Drive integration initialized");
9643
10471
  },
9644
10472
  async onAfterConnect(_client) {
9645
- logger96.debug("Google Drive integration connected");
10473
+ logger114.debug("Google Drive integration connected");
9646
10474
  }
9647
10475
  };
9648
10476
  }
9649
10477
  // src/integrations/gitlab.ts
9650
- var logger97 = createLogger("GitLab");
10478
+ var logger115 = createLogger("GitLab");
9651
10479
  var GITLAB_TOOLS = [
9652
10480
  "gitlab_list_projects",
9653
10481
  "gitlab_list_own_projects",
@@ -9694,15 +10522,15 @@ function gitlabIntegration(config = {}) {
9694
10522
  tools: [...GITLAB_TOOLS],
9695
10523
  oauth,
9696
10524
  async onInit(_client) {
9697
- logger97.debug("GitLab integration initialized");
10525
+ logger115.debug("GitLab integration initialized");
9698
10526
  },
9699
10527
  async onAfterConnect(_client) {
9700
- logger97.debug("GitLab integration connected");
10528
+ logger115.debug("GitLab integration connected");
9701
10529
  }
9702
10530
  };
9703
10531
  }
9704
10532
  // src/integrations/gmeet.ts
9705
- var logger98 = createLogger("Google Meet");
10533
+ var logger116 = createLogger("Google Meet");
9706
10534
  var GMEET_TOOLS = [
9707
10535
  "gmeet_add_meet_to_event",
9708
10536
  "gmeet_create_meeting",
@@ -9730,15 +10558,15 @@ function gmeetIntegration(config = {}) {
9730
10558
  tools: [...GMEET_TOOLS],
9731
10559
  oauth,
9732
10560
  async onInit(_client) {
9733
- logger98.debug("Google Meet integration initialized");
10561
+ logger116.debug("Google Meet integration initialized");
9734
10562
  },
9735
10563
  async onAfterConnect(_client) {
9736
- logger98.debug("Google Meet integration connected");
10564
+ logger116.debug("Google Meet integration connected");
9737
10565
  }
9738
10566
  };
9739
10567
  }
9740
10568
  // src/integrations/monday.ts
9741
- var logger99 = createLogger("Monday");
10569
+ var logger117 = createLogger("Monday");
9742
10570
  var MONDAY_TOOLS = [
9743
10571
  "monday_me",
9744
10572
  "monday_list_workspaces",
@@ -9775,10 +10603,10 @@ function mondayIntegration(config = {}) {
9775
10603
  tools: [...MONDAY_TOOLS],
9776
10604
  oauth,
9777
10605
  async onInit(_client) {
9778
- logger99.debug("Monday.com integration initialized");
10606
+ logger117.debug("Monday.com integration initialized");
9779
10607
  },
9780
10608
  async onAfterConnect(_client) {
9781
- logger99.debug("Monday.com integration connected");
10609
+ logger117.debug("Monday.com integration connected");
9782
10610
  }
9783
10611
  };
9784
10612
  }
@@ -9818,7 +10646,7 @@ function planetscaleIntegration(config = {}) {
9818
10646
  };
9819
10647
  }
9820
10648
  // src/integrations/powerpoint.ts
9821
- var logger100 = createLogger("PowerPoint");
10649
+ var logger118 = createLogger("PowerPoint");
9822
10650
  var POWERPOINT_TOOLS = [
9823
10651
  "powerpoint_copy",
9824
10652
  "powerpoint_create",
@@ -9845,10 +10673,10 @@ function powerpointIntegration(config = {}) {
9845
10673
  tools: [...POWERPOINT_TOOLS],
9846
10674
  oauth,
9847
10675
  async onInit(_client) {
9848
- logger100.debug("PowerPoint integration initialized");
10676
+ logger118.debug("PowerPoint integration initialized");
9849
10677
  },
9850
10678
  async onAfterConnect(_client) {
9851
- logger100.debug("PowerPoint integration connected");
10679
+ logger118.debug("PowerPoint integration connected");
9852
10680
  }
9853
10681
  };
9854
10682
  }
@@ -9883,7 +10711,7 @@ function redditIntegration(config = {}) {
9883
10711
  };
9884
10712
  }
9885
10713
  // src/integrations/resend.ts
9886
- var logger101 = createLogger("Resend");
10714
+ var logger119 = createLogger("Resend");
9887
10715
  var RESEND_TOOLS = [
9888
10716
  "resend_list_domains",
9889
10717
  "resend_get_domain",
@@ -9908,15 +10736,15 @@ function resendIntegration(options = {}) {
9908
10736
  return { Authorization: `Bearer ${apiKey}` };
9909
10737
  },
9910
10738
  async onInit(_client) {
9911
- logger101.debug("Resend integration initialized");
10739
+ logger119.debug("Resend integration initialized");
9912
10740
  },
9913
10741
  async onAfterConnect(_client) {
9914
- logger101.debug("Resend integration connected");
10742
+ logger119.debug("Resend integration connected");
9915
10743
  }
9916
10744
  };
9917
10745
  }
9918
10746
  // src/integrations/word.ts
9919
- var logger102 = createLogger("Word");
10747
+ var logger120 = createLogger("Word");
9920
10748
  var WORD_TOOLS = [
9921
10749
  "word_copy",
9922
10750
  "word_create",
@@ -9943,15 +10771,15 @@ function wordIntegration(config = {}) {
9943
10771
  tools: [...WORD_TOOLS],
9944
10772
  oauth,
9945
10773
  async onInit(_client) {
9946
- logger102.debug("Word integration initialized");
10774
+ logger120.debug("Word integration initialized");
9947
10775
  },
9948
10776
  async onAfterConnect(_client) {
9949
- logger102.debug("Word integration connected");
10777
+ logger120.debug("Word integration connected");
9950
10778
  }
9951
10779
  };
9952
10780
  }
9953
10781
  // src/integrations/zapier.ts
9954
- var logger103 = createLogger("Zapier");
10782
+ var logger121 = createLogger("Zapier");
9955
10783
  var ZAPIER_TOOLS = [
9956
10784
  "zapier_get_profile",
9957
10785
  "zapier_list_zaps",
@@ -9983,15 +10811,15 @@ function zapierIntegration(config = {}) {
9983
10811
  tools: [...ZAPIER_TOOLS],
9984
10812
  oauth,
9985
10813
  async onInit(_client) {
9986
- logger103.debug("Zapier integration initialized");
10814
+ logger121.debug("Zapier integration initialized");
9987
10815
  },
9988
10816
  async onAfterConnect(_client) {
9989
- logger103.debug("Zapier integration connected");
10817
+ logger121.debug("Zapier integration connected");
9990
10818
  }
9991
10819
  };
9992
10820
  }
9993
10821
  // src/integrations/zoom.ts
9994
- var logger104 = createLogger("Zoom");
10822
+ var logger122 = createLogger("Zoom");
9995
10823
  var ZOOM_TOOLS = [
9996
10824
  "zoom_get_user",
9997
10825
  "zoom_list_meetings",
@@ -10017,10 +10845,10 @@ function zoomIntegration(config = {}) {
10017
10845
  tools: [...ZOOM_TOOLS],
10018
10846
  oauth,
10019
10847
  async onInit(_client) {
10020
- logger104.debug("Zoom integration initialized");
10848
+ logger122.debug("Zoom integration initialized");
10021
10849
  },
10022
10850
  async onAfterConnect(_client) {
10023
- logger104.debug("Zoom integration connected");
10851
+ logger122.debug("Zoom integration connected");
10024
10852
  }
10025
10853
  };
10026
10854
  }
@@ -10038,7 +10866,7 @@ function validateStepLimit(stepIndex, maxSteps) {
10038
10866
  return { valid: true };
10039
10867
  }
10040
10868
  // src/triggers/webhooks.ts
10041
- var logger105 = createLogger("Webhooks", "server");
10869
+ var logger123 = createLogger("Webhooks", "server");
10042
10870
  async function signPayload(payload, secret) {
10043
10871
  const encoder = new TextEncoder;
10044
10872
  const data = encoder.encode(JSON.stringify(payload));
@@ -10064,7 +10892,7 @@ async function deliverWebhook(webhook, payload, timeoutMs) {
10064
10892
  signal: controller.signal
10065
10893
  });
10066
10894
  if (!response.ok) {
10067
- logger105.warn(`Webhook delivery to ${webhook.url} returned ${response.status}`);
10895
+ logger123.warn(`Webhook delivery to ${webhook.url} returned ${response.status}`);
10068
10896
  }
10069
10897
  } finally {
10070
10898
  clearTimeout(timeout);
@@ -10077,7 +10905,7 @@ async function deliverWebhooks(webhooks, payload, timeoutMs) {
10077
10905
  for (let i = 0;i < results.length; i++) {
10078
10906
  const result = results[i];
10079
10907
  if (result.status === "rejected") {
10080
- logger105.warn(`Webhook delivery to ${webhooks[i].url} failed:`, result.reason);
10908
+ logger123.warn(`Webhook delivery to ${webhooks[i].url} failed:`, result.reason);
10081
10909
  }
10082
10910
  }
10083
10911
  }
@@ -10132,6 +10960,24 @@ var client = createMCPClient({
10132
10960
  quickbooksIntegration(),
10133
10961
  bitbucketIntegration(),
10134
10962
  smartthingsIntegration(),
10963
+ googleAdsIntegration(),
10964
+ pinterestIntegration(),
10965
+ twitchIntegration(),
10966
+ xIntegration(),
10967
+ ebayIntegration(),
10968
+ miroIntegration(),
10969
+ smartsheetIntegration(),
10970
+ docusignIntegration(),
10971
+ pipedriveIntegration(),
10972
+ freshserviceIntegration(),
10973
+ zohoCrmIntegration(),
10974
+ zohoMailIntegration(),
10975
+ zohoDeskIntegration(),
10976
+ zohoBooksIntegration(),
10977
+ zohoProjectsIntegration(),
10978
+ zohoCampaignsIntegration(),
10979
+ zohoAnalyticsIntegration(),
10980
+ zohoInvoiceIntegration(),
10135
10981
  linearIntegration(),
10136
10982
  vercelIntegration(),
10137
10983
  zendeskIntegration(),
@@ -10192,10 +11038,19 @@ var client = createMCPClient({
10192
11038
  });
10193
11039
  export {
10194
11040
  zoomIntegration,
11041
+ zohoProjectsIntegration,
11042
+ zohoMailIntegration,
11043
+ zohoInvoiceIntegration,
11044
+ zohoDeskIntegration,
11045
+ zohoCrmIntegration,
11046
+ zohoCampaignsIntegration,
11047
+ zohoBooksIntegration,
11048
+ zohoAnalyticsIntegration,
10195
11049
  zendeskIntegration,
10196
11050
  zapierIntegration,
10197
11051
  youtubeIntegration,
10198
11052
  xeroIntegration,
11053
+ xIntegration,
10199
11054
  workosIntegration,
10200
11055
  workdayIntegration,
10201
11056
  wordIntegration,
@@ -10206,6 +11061,7 @@ export {
10206
11061
  validateStepLimit,
10207
11062
  upstashIntegration,
10208
11063
  typeformIntegration,
11064
+ twitchIntegration,
10209
11065
  trelloIntegration,
10210
11066
  todoistIntegration,
10211
11067
  toWebRequest,
@@ -10221,6 +11077,7 @@ export {
10221
11077
  squareIntegration,
10222
11078
  spotifyIntegration,
10223
11079
  smartthingsIntegration,
11080
+ smartsheetIntegration,
10224
11081
  slackIntegration,
10225
11082
  shouldRefreshToken,
10226
11083
  shopifyIntegration,
@@ -10242,6 +11099,8 @@ export {
10242
11099
  polarIntegration,
10243
11100
  plannerIntegration,
10244
11101
  planetscaleIntegration,
11102
+ pipedriveIntegration,
11103
+ pinterestIntegration,
10245
11104
  phantomIntegration,
10246
11105
  paypalIntegration,
10247
11106
  parseState,
@@ -10254,6 +11113,7 @@ export {
10254
11113
  netlifyIntegration,
10255
11114
  neonIntegration,
10256
11115
  mondayIntegration,
11116
+ miroIntegration,
10257
11117
  mercuryIntegration,
10258
11118
  mailchimpIntegration,
10259
11119
  linkedinIntegration,
@@ -10269,6 +11129,7 @@ export {
10269
11129
  gslidesIntegration,
10270
11130
  gsheetsIntegration,
10271
11131
  granolaIntegration,
11132
+ googleAdsIntegration,
10272
11133
  gmeetIntegration,
10273
11134
  gmailIntegration,
10274
11135
  gkeepIntegration,
@@ -10286,12 +11147,15 @@ export {
10286
11147
  gcalIntegration,
10287
11148
  ga4Integration,
10288
11149
  fromNodeHeaders,
11150
+ freshserviceIntegration,
10289
11151
  figmaIntegration,
10290
11152
  facebookIntegration,
10291
11153
  excelIntegration,
10292
11154
  etoroIntegration,
10293
11155
  encodeRedisCloudBearerToken,
11156
+ ebayIntegration,
10294
11157
  dropboxIntegration,
11158
+ docusignIntegration,
10295
11159
  discordIntegration,
10296
11160
  deliverWebhooks,
10297
11161
  datadogIntegration,