integrate-sdk 0.9.30-dev.2 → 0.9.42-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/auto-routes.js +220 -0
- package/dist/adapters/base-handler.js +220 -0
- package/dist/adapters/index.js +407 -82
- package/dist/adapters/nextjs.js +220 -0
- package/dist/adapters/solid-start.js +407 -82
- package/dist/adapters/svelte-kit.js +407 -82
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3364 -490
- package/dist/oauth.js +220 -0
- package/dist/server.js +3434 -406
- package/dist/src/client.d.ts +58 -1
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +118 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/alpaca-client.d.ts +64 -0
- package/dist/src/integrations/alpaca-client.d.ts.map +1 -0
- package/dist/src/integrations/alpaca.d.ts +22 -0
- package/dist/src/integrations/alpaca.d.ts.map +1 -0
- package/dist/src/integrations/astronomer-client.d.ts +80 -0
- package/dist/src/integrations/astronomer-client.d.ts.map +1 -0
- package/dist/src/integrations/astronomer.d.ts +14 -0
- package/dist/src/integrations/astronomer.d.ts.map +1 -0
- package/dist/src/integrations/attio-client.d.ts +17 -0
- package/dist/src/integrations/attio-client.d.ts.map +1 -0
- package/dist/src/integrations/attio.d.ts +15 -0
- package/dist/src/integrations/attio.d.ts.map +1 -0
- package/dist/src/integrations/auth0-client.d.ts +55 -0
- package/dist/src/integrations/auth0-client.d.ts.map +1 -0
- package/dist/src/integrations/auth0.d.ts +22 -0
- package/dist/src/integrations/auth0.d.ts.map +1 -0
- package/dist/src/integrations/aws-client.d.ts +26 -0
- package/dist/src/integrations/aws-client.d.ts.map +1 -0
- package/dist/src/integrations/aws.d.ts +28 -0
- package/dist/src/integrations/aws.d.ts.map +1 -0
- package/dist/src/integrations/betterstack-client.d.ts +62 -0
- package/dist/src/integrations/betterstack-client.d.ts.map +1 -0
- package/dist/src/integrations/betterstack.d.ts +14 -0
- package/dist/src/integrations/betterstack.d.ts.map +1 -0
- package/dist/src/integrations/binance-client.d.ts +54 -0
- package/dist/src/integrations/binance-client.d.ts.map +1 -0
- package/dist/src/integrations/binance.d.ts +22 -0
- package/dist/src/integrations/binance.d.ts.map +1 -0
- package/dist/src/integrations/canva-client.d.ts +70 -0
- package/dist/src/integrations/canva-client.d.ts.map +1 -0
- package/dist/src/integrations/canva.d.ts +20 -0
- package/dist/src/integrations/canva.d.ts.map +1 -0
- package/dist/src/integrations/clerk-client.d.ts +66 -0
- package/dist/src/integrations/clerk-client.d.ts.map +1 -0
- package/dist/src/integrations/clerk.d.ts +14 -0
- package/dist/src/integrations/clerk.d.ts.map +1 -0
- package/dist/src/integrations/clickup-client.d.ts +5 -0
- package/dist/src/integrations/clickup-client.d.ts.map +1 -0
- package/dist/src/integrations/clickup.d.ts +13 -0
- package/dist/src/integrations/clickup.d.ts.map +1 -0
- package/dist/src/integrations/cloudflare-client.d.ts +69 -0
- package/dist/src/integrations/cloudflare-client.d.ts.map +1 -0
- package/dist/src/integrations/cloudflare.d.ts +23 -0
- package/dist/src/integrations/cloudflare.d.ts.map +1 -0
- package/dist/src/integrations/convex-client.d.ts +21 -0
- package/dist/src/integrations/convex-client.d.ts.map +1 -0
- package/dist/src/integrations/convex.d.ts +9 -0
- package/dist/src/integrations/convex.d.ts.map +1 -0
- package/dist/src/integrations/databricks-client.d.ts +40 -0
- package/dist/src/integrations/databricks-client.d.ts.map +1 -0
- package/dist/src/integrations/databricks.d.ts +27 -0
- package/dist/src/integrations/databricks.d.ts.map +1 -0
- package/dist/src/integrations/datadog-client.d.ts +9 -0
- package/dist/src/integrations/datadog-client.d.ts.map +1 -0
- package/dist/src/integrations/datadog.d.ts +30 -0
- package/dist/src/integrations/datadog.d.ts.map +1 -0
- package/dist/src/integrations/discord-client.d.ts +44 -0
- package/dist/src/integrations/discord-client.d.ts.map +1 -0
- package/dist/src/integrations/discord.d.ts +19 -0
- package/dist/src/integrations/discord.d.ts.map +1 -0
- package/dist/src/integrations/etoro-client.d.ts +10 -0
- package/dist/src/integrations/etoro-client.d.ts.map +1 -0
- package/dist/src/integrations/etoro.d.ts +10 -0
- package/dist/src/integrations/etoro.d.ts.map +1 -0
- package/dist/src/integrations/excel.d.ts +1 -1
- package/dist/src/integrations/facebook-client.d.ts +61 -0
- package/dist/src/integrations/facebook-client.d.ts.map +1 -0
- package/dist/src/integrations/facebook.d.ts +22 -0
- package/dist/src/integrations/facebook.d.ts.map +1 -0
- package/dist/src/integrations/ga4-client.d.ts +9 -0
- package/dist/src/integrations/ga4-client.d.ts.map +1 -0
- package/dist/src/integrations/ga4.d.ts +13 -0
- package/dist/src/integrations/ga4.d.ts.map +1 -0
- package/dist/src/integrations/gcal-client.d.ts +6 -0
- package/dist/src/integrations/gcal-client.d.ts.map +1 -1
- package/dist/src/integrations/gcal.d.ts +1 -1
- package/dist/src/integrations/gcal.d.ts.map +1 -1
- package/dist/src/integrations/gchat-client.d.ts +12 -0
- package/dist/src/integrations/gchat-client.d.ts.map +1 -0
- package/dist/src/integrations/gchat.d.ts +15 -0
- package/dist/src/integrations/gchat.d.ts.map +1 -0
- package/dist/src/integrations/gcontacts-client.d.ts +14 -0
- package/dist/src/integrations/gcontacts-client.d.ts.map +1 -0
- package/dist/src/integrations/gcontacts.d.ts +22 -0
- package/dist/src/integrations/gcontacts.d.ts.map +1 -0
- package/dist/src/integrations/gdocs-client.d.ts +22 -0
- package/dist/src/integrations/gdocs-client.d.ts.map +1 -1
- package/dist/src/integrations/gdocs.d.ts +1 -1
- package/dist/src/integrations/gdocs.d.ts.map +1 -1
- package/dist/src/integrations/gdrive.d.ts +1 -1
- package/dist/src/integrations/github-client.d.ts +4 -0
- package/dist/src/integrations/github-client.d.ts.map +1 -1
- package/dist/src/integrations/github.d.ts +1 -1
- package/dist/src/integrations/github.d.ts.map +1 -1
- package/dist/src/integrations/gitlab-client.d.ts +5 -0
- package/dist/src/integrations/gitlab-client.d.ts.map +1 -0
- package/dist/src/integrations/gitlab.d.ts +20 -0
- package/dist/src/integrations/gitlab.d.ts.map +1 -0
- package/dist/src/integrations/gmail-client.d.ts +18 -0
- package/dist/src/integrations/gmail-client.d.ts.map +1 -1
- package/dist/src/integrations/gmail.d.ts +1 -1
- package/dist/src/integrations/gmail.d.ts.map +1 -1
- package/dist/src/integrations/gmeet-client.d.ts +10 -0
- package/dist/src/integrations/gmeet-client.d.ts.map +1 -0
- package/dist/src/integrations/gmeet.d.ts +19 -0
- package/dist/src/integrations/gmeet.d.ts.map +1 -0
- package/dist/src/integrations/gsheets-client.d.ts +10 -0
- package/dist/src/integrations/gsheets-client.d.ts.map +1 -1
- package/dist/src/integrations/gsheets.d.ts +1 -1
- package/dist/src/integrations/gsheets.d.ts.map +1 -1
- package/dist/src/integrations/gslides-client.d.ts +8 -0
- package/dist/src/integrations/gslides-client.d.ts.map +1 -1
- package/dist/src/integrations/gslides.d.ts +1 -1
- package/dist/src/integrations/gslides.d.ts.map +1 -1
- package/dist/src/integrations/gtasks-client.d.ts +16 -0
- package/dist/src/integrations/gtasks-client.d.ts.map +1 -0
- package/dist/src/integrations/gtasks.d.ts +22 -0
- package/dist/src/integrations/gtasks.d.ts.map +1 -0
- package/dist/src/integrations/instagram-client.d.ts +74 -0
- package/dist/src/integrations/instagram-client.d.ts.map +1 -0
- package/dist/src/integrations/instagram.d.ts +24 -0
- package/dist/src/integrations/instagram.d.ts.map +1 -0
- package/dist/src/integrations/jira-client.d.ts +146 -0
- package/dist/src/integrations/jira-client.d.ts.map +1 -0
- package/dist/src/integrations/jira.d.ts +22 -0
- package/dist/src/integrations/jira.d.ts.map +1 -0
- package/dist/src/integrations/library-metadata.d.ts.map +1 -1
- package/dist/src/integrations/linkedin-client.d.ts +6 -0
- package/dist/src/integrations/linkedin-client.d.ts.map +1 -0
- package/dist/src/integrations/linkedin.d.ts +15 -0
- package/dist/src/integrations/linkedin.d.ts.map +1 -0
- package/dist/src/integrations/mailchimp-client.d.ts +5 -0
- package/dist/src/integrations/mailchimp-client.d.ts.map +1 -0
- package/dist/src/integrations/mailchimp.d.ts +13 -0
- package/dist/src/integrations/mailchimp.d.ts.map +1 -0
- package/dist/src/integrations/monday-client.d.ts +44 -0
- package/dist/src/integrations/monday-client.d.ts.map +1 -0
- package/dist/src/integrations/monday.d.ts +19 -0
- package/dist/src/integrations/monday.d.ts.map +1 -0
- package/dist/src/integrations/neon-client.d.ts +89 -0
- package/dist/src/integrations/neon-client.d.ts.map +1 -0
- package/dist/src/integrations/neon.d.ts +13 -0
- package/dist/src/integrations/neon.d.ts.map +1 -0
- package/dist/src/integrations/onedrive-client.d.ts +16 -0
- package/dist/src/integrations/onedrive-client.d.ts.map +1 -1
- package/dist/src/integrations/onedrive.d.ts +1 -1
- package/dist/src/integrations/onedrive.d.ts.map +1 -1
- package/dist/src/integrations/outlook.d.ts +1 -1
- package/dist/src/integrations/outlook.d.ts.map +1 -1
- package/dist/src/integrations/paper-client.d.ts +24 -0
- package/dist/src/integrations/paper-client.d.ts.map +1 -0
- package/dist/src/integrations/paper.d.ts +22 -0
- package/dist/src/integrations/paper.d.ts.map +1 -0
- package/dist/src/integrations/phantom-client.d.ts +9 -0
- package/dist/src/integrations/phantom-client.d.ts.map +1 -0
- package/dist/src/integrations/phantom.d.ts +13 -0
- package/dist/src/integrations/phantom.d.ts.map +1 -0
- package/dist/src/integrations/planetscale-client.d.ts +5 -0
- package/dist/src/integrations/planetscale-client.d.ts.map +1 -0
- package/dist/src/integrations/planetscale.d.ts +14 -0
- package/dist/src/integrations/planetscale.d.ts.map +1 -0
- package/dist/src/integrations/planner-client.d.ts +17 -0
- package/dist/src/integrations/planner-client.d.ts.map +1 -0
- package/dist/src/integrations/planner.d.ts +13 -0
- package/dist/src/integrations/planner.d.ts.map +1 -0
- package/dist/src/integrations/postman-client.d.ts +34 -0
- package/dist/src/integrations/postman-client.d.ts.map +1 -0
- package/dist/src/integrations/postman.d.ts +14 -0
- package/dist/src/integrations/postman.d.ts.map +1 -0
- package/dist/src/integrations/powerpoint-client.d.ts +8 -0
- package/dist/src/integrations/powerpoint-client.d.ts.map +1 -1
- package/dist/src/integrations/powerpoint.d.ts +1 -1
- package/dist/src/integrations/powerpoint.d.ts.map +1 -1
- package/dist/src/integrations/reddit-client.d.ts +5 -0
- package/dist/src/integrations/reddit-client.d.ts.map +1 -0
- package/dist/src/integrations/reddit.d.ts +13 -0
- package/dist/src/integrations/reddit.d.ts.map +1 -0
- package/dist/src/integrations/redis-client.d.ts +67 -0
- package/dist/src/integrations/redis-client.d.ts.map +1 -0
- package/dist/src/integrations/redis.d.ts +18 -0
- package/dist/src/integrations/redis.d.ts.map +1 -0
- package/dist/src/integrations/resend-client.d.ts +5 -0
- package/dist/src/integrations/resend-client.d.ts.map +1 -0
- package/dist/src/integrations/resend.d.ts +9 -0
- package/dist/src/integrations/resend.d.ts.map +1 -0
- package/dist/src/integrations/salesforce-client.d.ts +43 -0
- package/dist/src/integrations/salesforce-client.d.ts.map +1 -0
- package/dist/src/integrations/salesforce.d.ts +25 -0
- package/dist/src/integrations/salesforce.d.ts.map +1 -0
- package/dist/src/integrations/sharepoint-client.d.ts +15 -0
- package/dist/src/integrations/sharepoint-client.d.ts.map +1 -0
- package/dist/src/integrations/sharepoint.d.ts +15 -0
- package/dist/src/integrations/sharepoint.d.ts.map +1 -0
- package/dist/src/integrations/shopify-client.d.ts +31 -0
- package/dist/src/integrations/shopify-client.d.ts.map +1 -0
- package/dist/src/integrations/shopify.d.ts +16 -0
- package/dist/src/integrations/shopify.d.ts.map +1 -0
- package/dist/src/integrations/stripe-client.d.ts +12 -0
- package/dist/src/integrations/stripe-client.d.ts.map +1 -1
- package/dist/src/integrations/stripe.d.ts +1 -1
- package/dist/src/integrations/stripe.d.ts.map +1 -1
- package/dist/src/integrations/supabase-client.d.ts +63 -0
- package/dist/src/integrations/supabase-client.d.ts.map +1 -0
- package/dist/src/integrations/supabase.d.ts +26 -0
- package/dist/src/integrations/supabase.d.ts.map +1 -0
- package/dist/src/integrations/teams-client.d.ts +16 -0
- package/dist/src/integrations/teams-client.d.ts.map +1 -0
- package/dist/src/integrations/teams.d.ts +24 -0
- package/dist/src/integrations/teams.d.ts.map +1 -0
- package/dist/src/integrations/threads-client.d.ts +16 -0
- package/dist/src/integrations/threads-client.d.ts.map +1 -0
- package/dist/src/integrations/threads.d.ts +15 -0
- package/dist/src/integrations/threads.d.ts.map +1 -0
- package/dist/src/integrations/tiktok-client.d.ts +7 -0
- package/dist/src/integrations/tiktok-client.d.ts.map +1 -0
- package/dist/src/integrations/tiktok.d.ts +15 -0
- package/dist/src/integrations/tiktok.d.ts.map +1 -0
- package/dist/src/integrations/tldraw-client.d.ts +5 -0
- package/dist/src/integrations/tldraw-client.d.ts.map +1 -0
- package/dist/src/integrations/tldraw.d.ts +9 -0
- package/dist/src/integrations/tldraw.d.ts.map +1 -0
- package/dist/src/integrations/trello-client.d.ts +16 -0
- package/dist/src/integrations/trello-client.d.ts.map +1 -0
- package/dist/src/integrations/trello.d.ts +10 -0
- package/dist/src/integrations/trello.d.ts.map +1 -0
- package/dist/src/integrations/typeform-client.d.ts +13 -0
- package/dist/src/integrations/typeform-client.d.ts.map +1 -0
- package/dist/src/integrations/typeform.d.ts +15 -0
- package/dist/src/integrations/typeform.d.ts.map +1 -0
- package/dist/src/integrations/upstash-client.d.ts +28 -0
- package/dist/src/integrations/upstash-client.d.ts.map +1 -0
- package/dist/src/integrations/upstash.d.ts +18 -0
- package/dist/src/integrations/upstash.d.ts.map +1 -0
- package/dist/src/integrations/webflow-client.d.ts +78 -0
- package/dist/src/integrations/webflow-client.d.ts.map +1 -0
- package/dist/src/integrations/webflow.d.ts +20 -0
- package/dist/src/integrations/webflow.d.ts.map +1 -0
- package/dist/src/integrations/whatsapp-client.d.ts +22 -0
- package/dist/src/integrations/whatsapp-client.d.ts.map +1 -1
- package/dist/src/integrations/whatsapp.d.ts +1 -1
- package/dist/src/integrations/whatsapp.d.ts.map +1 -1
- package/dist/src/integrations/wix-client.d.ts +27 -0
- package/dist/src/integrations/wix-client.d.ts.map +1 -0
- package/dist/src/integrations/wix.d.ts +16 -0
- package/dist/src/integrations/wix.d.ts.map +1 -0
- package/dist/src/integrations/word-client.d.ts +8 -0
- package/dist/src/integrations/word-client.d.ts.map +1 -1
- package/dist/src/integrations/word.d.ts +1 -1
- package/dist/src/integrations/word.d.ts.map +1 -1
- package/dist/src/integrations/workday-client.d.ts +18 -0
- package/dist/src/integrations/workday-client.d.ts.map +1 -0
- package/dist/src/integrations/workday.d.ts +24 -0
- package/dist/src/integrations/workday.d.ts.map +1 -0
- package/dist/src/integrations/workos-client.d.ts +75 -0
- package/dist/src/integrations/workos-client.d.ts.map +1 -0
- package/dist/src/integrations/workos.d.ts +14 -0
- package/dist/src/integrations/workos.d.ts.map +1 -0
- package/dist/src/integrations/xero-client.d.ts +14 -0
- package/dist/src/integrations/xero-client.d.ts.map +1 -0
- package/dist/src/integrations/xero.d.ts +15 -0
- package/dist/src/integrations/xero.d.ts.map +1 -0
- package/dist/src/integrations/youtube.d.ts +1 -1
- package/dist/src/integrations/youtube.d.ts.map +1 -1
- package/dist/src/integrations/zapier-client.d.ts +41 -0
- package/dist/src/integrations/zapier-client.d.ts.map +1 -0
- package/dist/src/integrations/zapier.d.ts +20 -0
- package/dist/src/integrations/zapier.d.ts.map +1 -0
- package/dist/src/integrations/zoom-client.d.ts +42 -0
- package/dist/src/integrations/zoom-client.d.ts.map +1 -0
- package/dist/src/integrations/zoom.d.ts +23 -0
- package/dist/src/integrations/zoom.d.ts.map +1 -0
- package/dist/src/server.d.ts +57 -0
- package/dist/src/server.d.ts.map +1 -1
- package/index.ts +54 -0
- package/package.json +1 -1
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dropbox Paper Integration Client Types
|
|
3
|
+
* Typed methods map to paper_* MCP tools (Dropbox OAuth, Paper /files API).
|
|
4
|
+
*/
|
|
5
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
6
|
+
export interface PaperIntegrationClient {
|
|
7
|
+
createDoc(params: {
|
|
8
|
+
path: string;
|
|
9
|
+
import_format: "html" | "markdown" | "plain_text";
|
|
10
|
+
content: string;
|
|
11
|
+
}): Promise<MCPToolCallResponse>;
|
|
12
|
+
updateDoc(params: {
|
|
13
|
+
path: string;
|
|
14
|
+
import_format: "html" | "markdown" | "plain_text";
|
|
15
|
+
doc_update_policy: "update" | "overwrite" | "append" | "prepend";
|
|
16
|
+
content: string;
|
|
17
|
+
paper_revision?: number;
|
|
18
|
+
}): Promise<MCPToolCallResponse>;
|
|
19
|
+
exportDoc(params: {
|
|
20
|
+
path: string;
|
|
21
|
+
export_format?: string;
|
|
22
|
+
}): Promise<MCPToolCallResponse>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=paper-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paper-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/paper-client.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,sBAAsB;IACrC,SAAS,CAAC,MAAM,EAAE;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,aAAa,EAAE,MAAM,GAAG,UAAU,GAAG,YAAY,CAAC;QAClD,OAAO,EAAE,MAAM,CAAC;KACjB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC,SAAS,CAAC,MAAM,EAAE;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,aAAa,EAAE,MAAM,GAAG,UAAU,GAAG,YAAY,CAAC;QAClD,iBAAiB,EAAE,QAAQ,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,CAAC;QACjE,OAAO,EAAE,MAAM,CAAC;QAChB,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC,SAAS,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC3F"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dropbox Paper Integration
|
|
3
|
+
* Create, update, and export Paper documents via the Dropbox API (same OAuth host as Dropbox).
|
|
4
|
+
*/
|
|
5
|
+
import type { MCPIntegration } from "./types.js";
|
|
6
|
+
declare const PAPER_SCOPES: readonly ["account_info.read", "files.metadata.read", "files.content.read", "files.content.write"];
|
|
7
|
+
declare const PAPER_TOOLS: readonly ["paper_create_doc", "paper_update_doc", "paper_export_doc"];
|
|
8
|
+
export interface PaperIntegrationConfig {
|
|
9
|
+
/** OAuth client ID (defaults to PAPER_CLIENT_ID, then DROPBOX_CLIENT_ID) */
|
|
10
|
+
clientId?: string;
|
|
11
|
+
/** OAuth client secret (defaults to PAPER_CLIENT_SECRET, then DROPBOX_CLIENT_SECRET) */
|
|
12
|
+
clientSecret?: string;
|
|
13
|
+
/** Override OAuth scopes */
|
|
14
|
+
scopes?: string[];
|
|
15
|
+
optionalScopes?: string[];
|
|
16
|
+
redirectUri?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare function paperIntegration(config?: PaperIntegrationConfig): MCPIntegration<"paper">;
|
|
19
|
+
export type PaperTools = (typeof PAPER_TOOLS)[number];
|
|
20
|
+
export type PaperScopes = (typeof PAPER_SCOPES)[number];
|
|
21
|
+
export type { PaperIntegrationClient } from "./paper-client.js";
|
|
22
|
+
//# sourceMappingURL=paper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paper.d.ts","sourceRoot":"","sources":["../../../src/integrations/paper.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,YAAY,oGAKR,CAAC;AAEX,QAAA,MAAM,WAAW,uEAIP,CAAC;AAEX,MAAM,WAAW,sBAAsB;IACrC,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wFAAwF;IACxF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,4BAA4B;IAC5B,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAUD,wBAAgB,gBAAgB,CAAC,MAAM,GAAE,sBAA2B,GAAG,cAAc,CAAC,OAAO,CAAC,CAyC7F;AAED,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AACtD,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AACxD,YAAY,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface PhantomIntegrationClient {
|
|
3
|
+
buildBrowseDeeplink(params: {
|
|
4
|
+
url: string;
|
|
5
|
+
ref: string;
|
|
6
|
+
}): Promise<MCPToolCallResponse>;
|
|
7
|
+
deeplinkProviderReference(params?: Record<string, never>): Promise<MCPToolCallResponse>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=phantom-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phantom-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/phantom-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,mBAAmB,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACxF,yBAAyB,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACzF"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const PHANTOM_TOOLS: readonly ["phantom_build_browse_deeplink", "phantom_deeplink_provider_reference"];
|
|
3
|
+
export interface PhantomIntegrationOptions {
|
|
4
|
+
ref?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare function buildPhantomBrowseDeeplink(params: {
|
|
7
|
+
url: string;
|
|
8
|
+
ref: string;
|
|
9
|
+
}): string;
|
|
10
|
+
export declare function phantomIntegration(_options?: PhantomIntegrationOptions): MCPIntegration<"phantom">;
|
|
11
|
+
export type PhantomTools = (typeof PHANTOM_TOOLS)[number];
|
|
12
|
+
export type { PhantomIntegrationClient } from "./phantom-client.js";
|
|
13
|
+
//# sourceMappingURL=phantom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phantom.d.ts","sourceRoot":"","sources":["../../../src/integrations/phantom.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAKjD,QAAA,MAAM,aAAa,mFAGT,CAAC;AAEX,MAAM,WAAW,yBAAyB;IACxC,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,wBAAgB,0BAA0B,CAAC,MAAM,EAAE;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,GAAG,MAAM,CAOvF;AAED,wBAAgB,kBAAkB,CAAC,QAAQ,GAAE,yBAA8B,GAAG,cAAc,CAAC,SAAS,CAAC,CAetG;AAED,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;AAC1D,YAAY,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"planetscale-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/planetscale-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,4BAA4B;IAC3C,CAAC,MAAM,EAAE,MAAM,GAAG,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACtF"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const PLANETSCALE_TOOLS: readonly ["planetscale_get_current_user", "planetscale_list_organizations", "planetscale_get_organization", "planetscale_list_databases", "planetscale_get_database", "planetscale_list_branches", "planetscale_get_branch", "planetscale_list_deploy_requests", "planetscale_get_deploy_request"];
|
|
3
|
+
export interface PlanetScaleIntegrationConfig {
|
|
4
|
+
clientId?: string;
|
|
5
|
+
clientSecret?: string;
|
|
6
|
+
scopes?: string[];
|
|
7
|
+
optionalScopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
apiBaseUrl?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare function planetscaleIntegration(config?: PlanetScaleIntegrationConfig): MCPIntegration<"planetscale">;
|
|
12
|
+
export type PlanetScaleTools = (typeof PLANETSCALE_TOOLS)[number];
|
|
13
|
+
export type { PlanetScaleIntegrationClient } from "./planetscale-client.js";
|
|
14
|
+
//# sourceMappingURL=planetscale.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"planetscale.d.ts","sourceRoot":"","sources":["../../../src/integrations/planetscale.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAG9D,QAAA,MAAM,iBAAiB,oSAUb,CAAC;AAEX,MAAM,WAAW,4BAA4B;IAC3C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,sBAAsB,CAAC,MAAM,GAAE,4BAAiC,GAAG,cAAc,CAAC,aAAa,CAAC,CAsB/G;AAED,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAClE,YAAY,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface PlannerIntegrationClient {
|
|
3
|
+
createBucket(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
4
|
+
createPlan(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
5
|
+
createTask(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
6
|
+
deleteTask(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
7
|
+
getPlan(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
8
|
+
getTask(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
9
|
+
getTaskDetails(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
10
|
+
listBuckets(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
11
|
+
listGroupPlans(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
12
|
+
listMyPlans(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
13
|
+
listMyTasks(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
14
|
+
listPlanTasks(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
15
|
+
updateTask(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=planner-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"planner-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/planner-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,YAAY,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE7E,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE3E,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE3E,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE3E,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAExE,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAExE,cAAc,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE/E,WAAW,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE5E,cAAc,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE/E,WAAW,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE5E,WAAW,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE5E,aAAa,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE9E,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC5E"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const PLANNER_TOOLS: readonly ["planner_create_bucket", "planner_create_plan", "planner_create_task", "planner_delete_task", "planner_get_plan", "planner_get_task", "planner_get_task_details", "planner_list_buckets", "planner_list_group_plans", "planner_list_my_plans", "planner_list_my_tasks", "planner_list_plan_tasks", "planner_update_task"];
|
|
3
|
+
export interface PlannerIntegrationConfig {
|
|
4
|
+
clientId?: string;
|
|
5
|
+
clientSecret?: string;
|
|
6
|
+
scopes?: string[];
|
|
7
|
+
optionalScopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function plannerIntegration(config?: PlannerIntegrationConfig): MCPIntegration<"planner">;
|
|
11
|
+
export type PlannerTools = (typeof PLANNER_TOOLS)[number];
|
|
12
|
+
export type { PlannerIntegrationClient } from "./planner-client.js";
|
|
13
|
+
//# sourceMappingURL=planner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"planner.d.ts","sourceRoot":"","sources":["../../../src/integrations/planner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAG9D,QAAA,MAAM,aAAa,qUAcT,CAAC;AAEX,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,kBAAkB,CAAC,MAAM,GAAE,wBAA6B,GAAG,cAAc,CAAC,SAAS,CAAC,CAgBnG;AAED,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;AAC1D,YAAY,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Postman Integration Client Types
|
|
3
|
+
*/
|
|
4
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
5
|
+
export interface PostmanIntegrationClient {
|
|
6
|
+
getMe(params?: Record<string, never>): Promise<MCPToolCallResponse>;
|
|
7
|
+
listWorkspaces(params?: {
|
|
8
|
+
type?: string;
|
|
9
|
+
created_by?: string;
|
|
10
|
+
}): Promise<MCPToolCallResponse>;
|
|
11
|
+
getWorkspace(params: {
|
|
12
|
+
workspace_id: string;
|
|
13
|
+
}): Promise<MCPToolCallResponse>;
|
|
14
|
+
listCollections(params?: {
|
|
15
|
+
workspace?: string;
|
|
16
|
+
}): Promise<MCPToolCallResponse>;
|
|
17
|
+
getCollection(params: {
|
|
18
|
+
collection_uid: string;
|
|
19
|
+
}): Promise<MCPToolCallResponse>;
|
|
20
|
+
deleteCollection(params: {
|
|
21
|
+
collection_uid: string;
|
|
22
|
+
}): Promise<MCPToolCallResponse>;
|
|
23
|
+
listEnvironments(params?: {
|
|
24
|
+
workspace?: string;
|
|
25
|
+
}): Promise<MCPToolCallResponse>;
|
|
26
|
+
getEnvironment(params: {
|
|
27
|
+
environment_uid: string;
|
|
28
|
+
}): Promise<MCPToolCallResponse>;
|
|
29
|
+
createCollection(params: {
|
|
30
|
+
workspace: string;
|
|
31
|
+
collection: string;
|
|
32
|
+
}): Promise<MCPToolCallResponse>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=postman-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postman-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/postman-client.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,KAAK,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACpE,cAAc,CAAC,MAAM,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9F,YAAY,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC7E,eAAe,CAAC,MAAM,CAAC,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC/E,aAAa,CAAC,MAAM,EAAE;QAAE,cAAc,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChF,gBAAgB,CAAC,MAAM,EAAE;QAAE,cAAc,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnF,gBAAgB,CAAC,MAAM,CAAC,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChF,cAAc,CAAC,MAAM,EAAE;QAAE,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAClF,gBAAgB,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACnG"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Postman Integration
|
|
3
|
+
* Postman REST API (API key via X-API-Key on the server; SDK sends Bearer with the same key).
|
|
4
|
+
*/
|
|
5
|
+
import type { MCPIntegration } from "./types.js";
|
|
6
|
+
declare const POSTMAN_TOOLS: readonly ["postman_get_me", "postman_list_workspaces", "postman_get_workspace", "postman_list_collections", "postman_get_collection", "postman_delete_collection", "postman_list_environments", "postman_get_environment", "postman_create_collection"];
|
|
7
|
+
export interface PostmanIntegrationOptions {
|
|
8
|
+
/** Postman API key (defaults to POSTMAN_API_KEY env var) */
|
|
9
|
+
apiKey?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare function postmanIntegration(options?: PostmanIntegrationOptions): MCPIntegration<"postman">;
|
|
12
|
+
export type PostmanTools = (typeof POSTMAN_TOOLS)[number];
|
|
13
|
+
export type { PostmanIntegrationClient } from "./postman-client.js";
|
|
14
|
+
//# sourceMappingURL=postman.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postman.d.ts","sourceRoot":"","sources":["../../../src/integrations/postman.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAMjD,QAAA,MAAM,aAAa,yPAUT,CAAC;AAEX,MAAM,WAAW,yBAAyB;IACxC,4DAA4D;IAC5D,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,kBAAkB,CAAC,OAAO,GAAE,yBAA8B,GAAG,cAAc,CAAC,SAAS,CAAC,CA4BrG;AAED,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;AAE1D,YAAY,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -48,6 +48,14 @@ export interface PowerPointIntegrationClient {
|
|
|
48
48
|
/** Parent folder item ID (defaults to root) */
|
|
49
49
|
parent_id?: string;
|
|
50
50
|
}): Promise<MCPToolCallResponse>;
|
|
51
|
+
updateContent(params: {
|
|
52
|
+
/** Presentation item ID */
|
|
53
|
+
item_id: string;
|
|
54
|
+
/** Base64-encoded .pptx bytes */
|
|
55
|
+
content: string;
|
|
56
|
+
/** MIME type override */
|
|
57
|
+
content_type?: string;
|
|
58
|
+
}): Promise<MCPToolCallResponse>;
|
|
51
59
|
/**
|
|
52
60
|
* Copy a presentation
|
|
53
61
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"powerpoint-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/powerpoint-client.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE;;;GAGG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;;;;;;OAOG;IACH,IAAI,CAAC,MAAM,CAAC,EAAE;QACZ,+CAA+C;QAC/C,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,+BAA+B;QAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;KACd,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC;;;;;;;OAOG;IACH,GAAG,CAAC,MAAM,EAAE;QACV,2BAA2B;QAC3B,OAAO,EAAE,MAAM,CAAC;KACjB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC;;;;;;;OAOG;IACH,MAAM,CAAC,MAAM,EAAE;QACb,0DAA0D;QAC1D,IAAI,EAAE,MAAM,CAAC;QACb,+CAA+C;QAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC;;;;;;;;;;OAUG;IACH,IAAI,CAAC,MAAM,EAAE;QACX,mCAAmC;QACnC,OAAO,EAAE,MAAM,CAAC;QAChB,wBAAwB;QACxB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,iCAAiC;QACjC,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC;;;;;;;OAOG;IACH,MAAM,CAAC,MAAM,EAAE;QACb,2BAA2B;QAC3B,OAAO,EAAE,MAAM,CAAC;KACjB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC;;;;;;;OAOG;IACH,KAAK,CAAC,MAAM,EAAE;QACZ,2BAA2B;QAC3B,OAAO,EAAE,MAAM,CAAC;QAChB,2CAA2C;QAC3C,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;QACjC,qDAAqD;QACrD,KAAK,CAAC,EAAE,WAAW,GAAG,cAAc,CAAC;KACtC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAClC"}
|
|
1
|
+
{"version":3,"file":"powerpoint-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/powerpoint-client.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE;;;GAGG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;;;;;;OAOG;IACH,IAAI,CAAC,MAAM,CAAC,EAAE;QACZ,+CAA+C;QAC/C,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,+BAA+B;QAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;KACd,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC;;;;;;;OAOG;IACH,GAAG,CAAC,MAAM,EAAE;QACV,2BAA2B;QAC3B,OAAO,EAAE,MAAM,CAAC;KACjB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC;;;;;;;OAOG;IACH,MAAM,CAAC,MAAM,EAAE;QACb,0DAA0D;QAC1D,IAAI,EAAE,MAAM,CAAC;QACb,+CAA+C;QAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC,aAAa,CAAC,MAAM,EAAE;QACpB,2BAA2B;QAC3B,OAAO,EAAE,MAAM,CAAC;QAChB,iCAAiC;QACjC,OAAO,EAAE,MAAM,CAAC;QAChB,yBAAyB;QACzB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC;;;;;;;;;;OAUG;IACH,IAAI,CAAC,MAAM,EAAE;QACX,mCAAmC;QACnC,OAAO,EAAE,MAAM,CAAC;QAChB,wBAAwB;QACxB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,iCAAiC;QACjC,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC;;;;;;;OAOG;IACH,MAAM,CAAC,MAAM,EAAE;QACb,2BAA2B;QAC3B,OAAO,EAAE,MAAM,CAAC;KACjB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC;;;;;;;OAOG;IACH,KAAK,CAAC,MAAM,EAAE;QACZ,2BAA2B;QAC3B,OAAO,EAAE,MAAM,CAAC;QAChB,2CAA2C;QAC3C,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;QACjC,qDAAqD;QACrD,KAAK,CAAC,EAAE,WAAW,GAAG,cAAc,CAAC;KACtC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAClC"}
|
|
@@ -15,7 +15,7 @@ export interface PowerPointIntegrationConfig {
|
|
|
15
15
|
/** OAuth redirect URI */
|
|
16
16
|
redirectUri?: string;
|
|
17
17
|
}
|
|
18
|
-
declare const POWERPOINT_TOOLS: readonly ["
|
|
18
|
+
declare const POWERPOINT_TOOLS: readonly ["powerpoint_copy", "powerpoint_create", "powerpoint_delete", "powerpoint_get", "powerpoint_list", "powerpoint_share", "powerpoint_update_content"];
|
|
19
19
|
export declare function powerpointIntegration(config?: PowerPointIntegrationConfig): MCPIntegration<"powerpoint">;
|
|
20
20
|
export type PowerPointTools = typeof POWERPOINT_TOOLS[number];
|
|
21
21
|
export type { PowerPointIntegrationClient } from "./powerpoint-client.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"powerpoint.d.ts","sourceRoot":"","sources":["../../../src/integrations/powerpoint.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,MAAM,WAAW,2BAA2B;IAC1C,2EAA2E;IAC3E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mFAAmF;IACnF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,8BAA8B;IAC9B,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,4BAA4B;IAC5B,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,yBAAyB;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"powerpoint.d.ts","sourceRoot":"","sources":["../../../src/integrations/powerpoint.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,MAAM,WAAW,2BAA2B;IAC1C,2EAA2E;IAC3E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mFAAmF;IACnF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,8BAA8B;IAC9B,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,4BAA4B;IAC5B,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,yBAAyB;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,gBAAgB,8JAQZ,CAAC;AAEX,wBAAgB,qBAAqB,CAAC,MAAM,GAAE,2BAAgC,GAAG,cAAc,CAAC,YAAY,CAAC,CA0B5G;AAED,MAAM,MAAM,eAAe,GAAG,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAC9D,YAAY,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reddit-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/reddit-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,uBAAuB;IACtC,CAAC,MAAM,EAAE,MAAM,GAAG,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACtF"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const REDDIT_TOOLS: readonly ["reddit_get_me", "reddit_get_subreddit_about", "reddit_list_subreddit_posts", "reddit_get_post_thread", "reddit_search", "reddit_submit_post", "reddit_comment", "reddit_vote", "reddit_list_my_subreddits", "reddit_list_popular_subreddits"];
|
|
3
|
+
export interface RedditIntegrationConfig {
|
|
4
|
+
clientId?: string;
|
|
5
|
+
clientSecret?: string;
|
|
6
|
+
scopes?: string[];
|
|
7
|
+
optionalScopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function redditIntegration(config?: RedditIntegrationConfig): MCPIntegration<"reddit">;
|
|
11
|
+
export type RedditTools = (typeof REDDIT_TOOLS)[number];
|
|
12
|
+
export type { RedditIntegrationClient } from "./reddit-client.js";
|
|
13
|
+
//# sourceMappingURL=reddit.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reddit.d.ts","sourceRoot":"","sources":["../../../src/integrations/reddit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAG9D,QAAA,MAAM,YAAY,0PAWR,CAAC;AAEX,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,iBAAiB,CAAC,MAAM,GAAE,uBAA4B,GAAG,cAAc,CAAC,QAAQ,CAAC,CAgBhG;AAED,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AACxD,YAAY,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Redis Cloud Integration Client Types
|
|
3
|
+
* Fully typed interface for Redis Cloud REST API tools (managed control plane, not Redis wire protocol).
|
|
4
|
+
*/
|
|
5
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
6
|
+
export interface RedisIntegrationClient {
|
|
7
|
+
listSubscriptions(params?: Record<string, never>): Promise<MCPToolCallResponse>;
|
|
8
|
+
getSubscription(params: {
|
|
9
|
+
subscription_id: string;
|
|
10
|
+
}): Promise<MCPToolCallResponse>;
|
|
11
|
+
listFixedSubscriptions(params?: Record<string, never>): Promise<MCPToolCallResponse>;
|
|
12
|
+
getFixedSubscription(params: {
|
|
13
|
+
subscription_id: string;
|
|
14
|
+
}): Promise<MCPToolCallResponse>;
|
|
15
|
+
listDatabases(params: {
|
|
16
|
+
subscription_id: string;
|
|
17
|
+
}): Promise<MCPToolCallResponse>;
|
|
18
|
+
getDatabase(params: {
|
|
19
|
+
subscription_id: string;
|
|
20
|
+
database_id: string;
|
|
21
|
+
}): Promise<MCPToolCallResponse>;
|
|
22
|
+
createDatabase(params: {
|
|
23
|
+
subscription_id: string;
|
|
24
|
+
name: string;
|
|
25
|
+
dataset_size_gb?: number;
|
|
26
|
+
protocol?: string;
|
|
27
|
+
extra_json?: string;
|
|
28
|
+
}): Promise<MCPToolCallResponse>;
|
|
29
|
+
updateDatabase(params: {
|
|
30
|
+
subscription_id: string;
|
|
31
|
+
database_id: string;
|
|
32
|
+
extra_json: string;
|
|
33
|
+
}): Promise<MCPToolCallResponse>;
|
|
34
|
+
deleteDatabase(params: {
|
|
35
|
+
subscription_id: string;
|
|
36
|
+
database_id: string;
|
|
37
|
+
}): Promise<MCPToolCallResponse>;
|
|
38
|
+
listEssentialsDatabases(params: {
|
|
39
|
+
subscription_id: string;
|
|
40
|
+
}): Promise<MCPToolCallResponse>;
|
|
41
|
+
getEssentialsDatabase(params: {
|
|
42
|
+
subscription_id: string;
|
|
43
|
+
database_id: string;
|
|
44
|
+
}): Promise<MCPToolCallResponse>;
|
|
45
|
+
createEssentialsDatabase(params: {
|
|
46
|
+
subscription_id: string;
|
|
47
|
+
name: string;
|
|
48
|
+
extra_json?: string;
|
|
49
|
+
}): Promise<MCPToolCallResponse>;
|
|
50
|
+
updateEssentialsDatabase(params: {
|
|
51
|
+
subscription_id: string;
|
|
52
|
+
database_id: string;
|
|
53
|
+
extra_json: string;
|
|
54
|
+
}): Promise<MCPToolCallResponse>;
|
|
55
|
+
deleteEssentialsDatabase(params: {
|
|
56
|
+
subscription_id: string;
|
|
57
|
+
database_id: string;
|
|
58
|
+
}): Promise<MCPToolCallResponse>;
|
|
59
|
+
getTask(params: {
|
|
60
|
+
task_id: string;
|
|
61
|
+
}): Promise<MCPToolCallResponse>;
|
|
62
|
+
listLogs(params?: {
|
|
63
|
+
limit?: number;
|
|
64
|
+
offset?: number;
|
|
65
|
+
}): Promise<MCPToolCallResponse>;
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=redis-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/redis-client.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,sBAAsB;IACrC,iBAAiB,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChF,eAAe,CAAC,MAAM,EAAE;QAAE,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnF,sBAAsB,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACrF,oBAAoB,CAAC,MAAM,EAAE;QAAE,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACxF,aAAa,CAAC,MAAM,EAAE;QAAE,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjF,WAAW,CAAC,MAAM,EAAE;QAAE,eAAe,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACpG,cAAc,CAAC,MAAM,EAAE;QACrB,eAAe,EAAE,MAAM,CAAC;QACxB,IAAI,EAAE,MAAM,CAAC;QACb,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjC,cAAc,CAAC,MAAM,EAAE;QACrB,eAAe,EAAE,MAAM,CAAC;QACxB,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;KACpB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjC,cAAc,CAAC,MAAM,EAAE;QAAE,eAAe,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACvG,uBAAuB,CAAC,MAAM,EAAE;QAAE,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC3F,qBAAqB,CAAC,MAAM,EAAE;QAAE,eAAe,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9G,wBAAwB,CAAC,MAAM,EAAE;QAC/B,eAAe,EAAE,MAAM,CAAC;QACxB,IAAI,EAAE,MAAM,CAAC;QACb,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjC,wBAAwB,CAAC,MAAM,EAAE;QAC/B,eAAe,EAAE,MAAM,CAAC;QACxB,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;KACpB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjC,wBAAwB,CAAC,MAAM,EAAE;QAAE,eAAe,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjH,OAAO,CAAC,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnE,QAAQ,CAAC,MAAM,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACtF"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Redis Cloud Integration
|
|
3
|
+
* Managed Redis Cloud control-plane API (subscriptions, databases, tasks, logs) — not the Redis wire protocol.
|
|
4
|
+
*/
|
|
5
|
+
import type { MCPIntegration } from "./types.js";
|
|
6
|
+
declare const REDIS_TOOLS: readonly ["redis_list_subscriptions", "redis_get_subscription", "redis_list_fixed_subscriptions", "redis_get_fixed_subscription", "redis_list_databases", "redis_get_database", "redis_create_database", "redis_update_database", "redis_delete_database", "redis_list_essentials_databases", "redis_get_essentials_database", "redis_create_essentials_database", "redis_update_essentials_database", "redis_delete_essentials_database", "redis_get_task", "redis_list_logs"];
|
|
7
|
+
/** Encodes account + user secret keys for the MCP Authorization header (parsed by the Integrate MCP server). */
|
|
8
|
+
export declare function encodeRedisCloudBearerToken(accountKey: string, secretKey: string): string;
|
|
9
|
+
export interface RedisIntegrationOptions {
|
|
10
|
+
/** Redis Cloud account API key (defaults to REDIS_CLOUD_ACCOUNT_KEY) */
|
|
11
|
+
accountKey?: string;
|
|
12
|
+
/** Redis Cloud user secret key (defaults to REDIS_CLOUD_SECRET_KEY) */
|
|
13
|
+
secretKey?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare function redisIntegration(options?: RedisIntegrationOptions): MCPIntegration<"redis">;
|
|
16
|
+
export type RedisTools = (typeof REDIS_TOOLS)[number];
|
|
17
|
+
export type { RedisIntegrationClient } from "./redis-client.js";
|
|
18
|
+
//# sourceMappingURL=redis.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis.d.ts","sourceRoot":"","sources":["../../../src/integrations/redis.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAMjD,QAAA,MAAM,WAAW,idAiBP,CAAC;AAEX,gHAAgH;AAChH,wBAAgB,2BAA2B,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,CAczF;AAED,MAAM,WAAW,uBAAuB;IACtC,wEAAwE;IACxE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,uEAAuE;IACvE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,gBAAgB,CAAC,OAAO,GAAE,uBAA4B,GAAG,cAAc,CAAC,OAAO,CAAC,CAiC/F;AAED,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtD,YAAY,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resend-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/resend-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,uBAAuB;IACtC,CAAC,MAAM,EAAE,MAAM,GAAG,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACtF"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const RESEND_TOOLS: readonly ["resend_list_domains", "resend_get_domain", "resend_create_domain", "resend_delete_domain", "resend_verify_domain", "resend_send_email", "resend_get_email", "resend_cancel_scheduled_email"];
|
|
3
|
+
export interface ResendIntegrationOptions {
|
|
4
|
+
apiKey?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare function resendIntegration(options?: ResendIntegrationOptions): MCPIntegration<"resend">;
|
|
7
|
+
export type ResendTools = (typeof RESEND_TOOLS)[number];
|
|
8
|
+
export type { ResendIntegrationClient } from "./resend-client.js";
|
|
9
|
+
//# sourceMappingURL=resend.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resend.d.ts","sourceRoot":"","sources":["../../../src/integrations/resend.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAMjD,QAAA,MAAM,YAAY,yMASR,CAAC;AAEX,MAAM,WAAW,wBAAwB;IACvC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,iBAAiB,CAAC,OAAO,GAAE,wBAA6B,GAAG,cAAc,CAAC,QAAQ,CAAC,CAqBlG;AAED,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AACxD,YAAY,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Salesforce integration client — typed wrappers for MCP tools
|
|
3
|
+
*/
|
|
4
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
5
|
+
export interface SalesforceIntegrationClient {
|
|
6
|
+
query(params: {
|
|
7
|
+
q: string;
|
|
8
|
+
instance_url?: string;
|
|
9
|
+
}): Promise<MCPToolCallResponse>;
|
|
10
|
+
getLimits(params?: {
|
|
11
|
+
instance_url?: string;
|
|
12
|
+
}): Promise<MCPToolCallResponse>;
|
|
13
|
+
describeGlobal(params?: {
|
|
14
|
+
instance_url?: string;
|
|
15
|
+
}): Promise<MCPToolCallResponse>;
|
|
16
|
+
sobjectDescribe(params: {
|
|
17
|
+
sobject_type: string;
|
|
18
|
+
instance_url?: string;
|
|
19
|
+
}): Promise<MCPToolCallResponse>;
|
|
20
|
+
sobjectGet(params: {
|
|
21
|
+
sobject_type: string;
|
|
22
|
+
record_id: string;
|
|
23
|
+
fields?: string;
|
|
24
|
+
instance_url?: string;
|
|
25
|
+
}): Promise<MCPToolCallResponse>;
|
|
26
|
+
sobjectCreate(params: {
|
|
27
|
+
sobject_type: string;
|
|
28
|
+
fields: Record<string, unknown>;
|
|
29
|
+
instance_url?: string;
|
|
30
|
+
}): Promise<MCPToolCallResponse>;
|
|
31
|
+
sobjectUpdate(params: {
|
|
32
|
+
sobject_type: string;
|
|
33
|
+
record_id: string;
|
|
34
|
+
fields: Record<string, unknown>;
|
|
35
|
+
instance_url?: string;
|
|
36
|
+
}): Promise<MCPToolCallResponse>;
|
|
37
|
+
sobjectDelete(params: {
|
|
38
|
+
sobject_type: string;
|
|
39
|
+
record_id: string;
|
|
40
|
+
instance_url?: string;
|
|
41
|
+
}): Promise<MCPToolCallResponse>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=salesforce-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"salesforce-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/salesforce-client.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,2BAA2B;IAC1C,KAAK,CAAC,MAAM,EAAE;QACZ,CAAC,EAAE,MAAM,CAAC;QACV,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC,SAAS,CAAC,MAAM,CAAC,EAAE;QAAE,YAAY,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE5E,cAAc,CAAC,MAAM,CAAC,EAAE;QAAE,YAAY,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjF,eAAe,CAAC,MAAM,EAAE;QACtB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC,UAAU,CAAC,MAAM,EAAE;QACjB,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,MAAM,CAAC;QAClB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC,aAAa,CAAC,MAAM,EAAE;QACpB,YAAY,EAAE,MAAM,CAAC;QACrB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAChC,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC,aAAa,CAAC,MAAM,EAAE;QACpB,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,MAAM,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAChC,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEjC,aAAa,CAAC,MAAM,EAAE;QACpB,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,MAAM,CAAC;QAClB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAClC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Salesforce Integration
|
|
3
|
+
* OAuth + REST API tools for Salesforce CRM
|
|
4
|
+
*/
|
|
5
|
+
import type { MCPIntegration } from "./types.js";
|
|
6
|
+
export interface SalesforceIntegrationConfig {
|
|
7
|
+
/** Salesforce Connected App consumer key (defaults to SALESFORCE_CLIENT_ID) */
|
|
8
|
+
clientId?: string;
|
|
9
|
+
/** Connected App consumer secret (defaults to SALESFORCE_CLIENT_SECRET) */
|
|
10
|
+
clientSecret?: string;
|
|
11
|
+
/** OAuth scopes (default: api refresh_token offline_access) */
|
|
12
|
+
scopes?: string[];
|
|
13
|
+
optionalScopes?: string[];
|
|
14
|
+
redirectUri?: string;
|
|
15
|
+
/**
|
|
16
|
+
* OAuth host: pass `test` or `sandbox` to use https://test.salesforce.com for authorize/token.
|
|
17
|
+
* Production uses login.salesforce.com.
|
|
18
|
+
*/
|
|
19
|
+
subdomain?: string;
|
|
20
|
+
}
|
|
21
|
+
declare const SALESFORCE_TOOLS: readonly ["salesforce_query", "salesforce_get_limits", "salesforce_describe_global", "salesforce_sobject_describe", "salesforce_sobject_get", "salesforce_sobject_create", "salesforce_sobject_update", "salesforce_sobject_delete"];
|
|
22
|
+
export declare function salesforceIntegration(config?: SalesforceIntegrationConfig): MCPIntegration<"salesforce">;
|
|
23
|
+
export type SalesforceTools = (typeof SALESFORCE_TOOLS)[number];
|
|
24
|
+
export type { SalesforceIntegrationClient } from "./salesforce-client.js";
|
|
25
|
+
//# sourceMappingURL=salesforce.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"salesforce.d.ts","sourceRoot":"","sources":["../../../src/integrations/salesforce.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,MAAM,WAAW,2BAA2B;IAC1C,+EAA+E;IAC/E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,2EAA2E;IAC3E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+DAA+D;IAC/D,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,gBAAgB,sOASZ,CAAC;AAEX,wBAAgB,qBAAqB,CACnC,MAAM,GAAE,2BAAgC,GACvC,cAAc,CAAC,YAAY,CAAC,CA6B9B;AAED,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhE,YAAY,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface SharePointIntegrationClient {
|
|
3
|
+
createFolder(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
4
|
+
deleteItem(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
5
|
+
getItem(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
6
|
+
getSite(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
7
|
+
listDrives(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
8
|
+
listItems(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
9
|
+
searchFiles(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
10
|
+
searchSites(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
11
|
+
shareItem(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
12
|
+
updateItem(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
13
|
+
uploadFile(params?: Record<string, unknown>): Promise<MCPToolCallResponse>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=sharepoint-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sharepoint-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/sharepoint-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,2BAA2B;IAC1C,YAAY,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE7E,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE3E,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAExE,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAExE,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE3E,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE1E,WAAW,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE5E,WAAW,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE5E,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE1E,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAE3E,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC5E"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const SHAREPOINT_SCOPES: readonly ["Sites.ReadWrite.All", "Files.ReadWrite.All", "offline_access"];
|
|
3
|
+
declare const SHAREPOINT_TOOLS: readonly ["sharepoint_create_folder", "sharepoint_delete_item", "sharepoint_get_item", "sharepoint_get_site", "sharepoint_list_drives", "sharepoint_list_items", "sharepoint_search_files", "sharepoint_search_sites", "sharepoint_share_item", "sharepoint_update_item", "sharepoint_upload_file"];
|
|
4
|
+
export interface SharePointIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
optionalScopes?: string[];
|
|
9
|
+
redirectUri?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare function sharepointIntegration(config?: SharePointIntegrationConfig): MCPIntegration<"sharepoint">;
|
|
12
|
+
export type SharePointTools = (typeof SHAREPOINT_TOOLS)[number];
|
|
13
|
+
export type SharePointScopes = (typeof SHAREPOINT_SCOPES)[number];
|
|
14
|
+
export type { SharePointIntegrationClient } from "./sharepoint-client.js";
|
|
15
|
+
//# sourceMappingURL=sharepoint.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sharepoint.d.ts","sourceRoot":"","sources":["../../../src/integrations/sharepoint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,iBAAiB,2EAA4E,CAAC;AAEpG,QAAA,MAAM,gBAAgB,qSAYZ,CAAC;AAEX,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,qBAAqB,CAAC,MAAM,GAAE,2BAAgC,GAAG,cAAc,CAAC,YAAY,CAAC,CA+B5G;AAED,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAChE,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAClE,YAAY,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface ShopifyIntegrationClient {
|
|
3
|
+
adminGraphql(params: {
|
|
4
|
+
query: string;
|
|
5
|
+
variables?: Record<string, unknown> | string;
|
|
6
|
+
shop?: string;
|
|
7
|
+
}): Promise<MCPToolCallResponse>;
|
|
8
|
+
restGet(params: {
|
|
9
|
+
path: string;
|
|
10
|
+
query?: string;
|
|
11
|
+
shop?: string;
|
|
12
|
+
}): Promise<MCPToolCallResponse>;
|
|
13
|
+
restPost(params: {
|
|
14
|
+
path: string;
|
|
15
|
+
body?: Record<string, unknown> | unknown[] | string;
|
|
16
|
+
shop?: string;
|
|
17
|
+
}): Promise<MCPToolCallResponse>;
|
|
18
|
+
restPut(params: {
|
|
19
|
+
path: string;
|
|
20
|
+
body: Record<string, unknown> | unknown[] | string;
|
|
21
|
+
shop?: string;
|
|
22
|
+
}): Promise<MCPToolCallResponse>;
|
|
23
|
+
restDelete(params: {
|
|
24
|
+
path: string;
|
|
25
|
+
shop?: string;
|
|
26
|
+
}): Promise<MCPToolCallResponse>;
|
|
27
|
+
getShop(params?: {
|
|
28
|
+
shop?: string;
|
|
29
|
+
}): Promise<MCPToolCallResponse>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=shopify-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shopify-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/shopify-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,YAAY,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnI,OAAO,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC/F,QAAQ,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,EAAE,GAAG,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACrI,OAAO,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,EAAE,GAAG,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnI,UAAU,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAClF,OAAO,CAAC,MAAM,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACnE"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const SHOPIFY_SCOPES: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_content", "write_content", "read_fulfillments", "write_fulfillments", "read_analytics"];
|
|
3
|
+
declare const SHOPIFY_TOOLS: readonly ["shopify_admin_graphql", "shopify_rest_get", "shopify_rest_post", "shopify_rest_put", "shopify_rest_delete", "shopify_get_shop"];
|
|
4
|
+
export interface ShopifyIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
optionalScopes?: string[];
|
|
9
|
+
redirectUri?: string;
|
|
10
|
+
shop?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function shopifyIntegration(config?: ShopifyIntegrationConfig): MCPIntegration<"shopify">;
|
|
13
|
+
export type ShopifyTools = (typeof SHOPIFY_TOOLS)[number];
|
|
14
|
+
export type ShopifyScopes = (typeof SHOPIFY_SCOPES)[number];
|
|
15
|
+
export type { ShopifyIntegrationClient } from "./shopify-client.js";
|
|
16
|
+
//# sourceMappingURL=shopify.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shopify.d.ts","sourceRoot":"","sources":["../../../src/integrations/shopify.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,cAAc,qPAcV,CAAC;AAEX,QAAA,MAAM,aAAa,4IAOT,CAAC;AAEX,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,kBAAkB,CAAC,MAAM,GAAE,wBAA6B,GAAG,cAAc,CAAC,SAAS,CAAC,CAgCnG;AAED,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;AAC1D,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;AAC5D,YAAY,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC"}
|