integrate-sdk 0.9.51-dev.0 → 0.9.53-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 +251 -11
- package/dist/adapters/base-handler.js +251 -11
- package/dist/adapters/index.js +564 -90
- package/dist/adapters/nextjs.js +251 -11
- package/dist/adapters/solid-start.js +564 -90
- package/dist/adapters/svelte-kit.js +564 -90
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2805 -361
- package/dist/integrations.d.ts +8 -0
- package/dist/integrations.d.ts.map +1 -0
- package/dist/integrations.js +13539 -0
- package/dist/oauth.js +251 -11
- package/dist/server.js +3699 -436
- package/dist/src/client.d.ts +120 -0
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +120 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/adobe_acrobat_sign-client.d.ts +22 -0
- package/dist/src/integrations/adobe_acrobat_sign-client.d.ts.map +1 -0
- package/dist/src/integrations/adobe_acrobat_sign.d.ts +14 -0
- package/dist/src/integrations/adobe_acrobat_sign.d.ts.map +1 -0
- package/dist/src/integrations/amadeus-client.d.ts +32 -0
- package/dist/src/integrations/amadeus-client.d.ts.map +1 -0
- package/dist/src/integrations/amadeus.d.ts +14 -0
- package/dist/src/integrations/amadeus.d.ts.map +1 -0
- package/dist/src/integrations/amazon-client.d.ts +34 -0
- package/dist/src/integrations/amazon-client.d.ts.map +1 -0
- package/dist/src/integrations/amazon.d.ts +14 -0
- package/dist/src/integrations/amazon.d.ts.map +1 -0
- package/dist/src/integrations/amazon_ads-client.d.ts +23 -0
- package/dist/src/integrations/amazon_ads-client.d.ts.map +1 -0
- package/dist/src/integrations/amazon_ads.d.ts +14 -0
- package/dist/src/integrations/amazon_ads.d.ts.map +1 -0
- package/dist/src/integrations/bamboohr-client.d.ts +31 -0
- package/dist/src/integrations/bamboohr-client.d.ts.map +1 -0
- package/dist/src/integrations/bamboohr.d.ts +15 -0
- package/dist/src/integrations/bamboohr.d.ts.map +1 -0
- package/dist/src/integrations/bigcommerce-client.d.ts +32 -0
- package/dist/src/integrations/bigcommerce-client.d.ts.map +1 -0
- package/dist/src/integrations/bigcommerce.d.ts +15 -0
- package/dist/src/integrations/bigcommerce.d.ts.map +1 -0
- package/dist/src/integrations/bigquery-client.d.ts +33 -0
- package/dist/src/integrations/bigquery-client.d.ts.map +1 -0
- package/dist/src/integrations/bigquery.d.ts +14 -0
- package/dist/src/integrations/bigquery.d.ts.map +1 -0
- package/dist/src/integrations/canvas_lms-client.d.ts +40 -0
- package/dist/src/integrations/canvas_lms-client.d.ts.map +1 -0
- package/dist/src/integrations/canvas_lms.d.ts +15 -0
- package/dist/src/integrations/canvas_lms.d.ts.map +1 -0
- package/dist/src/integrations/contentful-client.d.ts +33 -0
- package/dist/src/integrations/contentful-client.d.ts.map +1 -0
- package/dist/src/integrations/contentful.d.ts +14 -0
- package/dist/src/integrations/contentful.d.ts.map +1 -0
- package/dist/src/integrations/deezer-client.d.ts +24 -0
- package/dist/src/integrations/deezer-client.d.ts.map +1 -0
- package/dist/src/integrations/deezer.d.ts +14 -0
- package/dist/src/integrations/deezer.d.ts.map +1 -0
- package/dist/src/integrations/dhl-client.d.ts +20 -0
- package/dist/src/integrations/dhl-client.d.ts.map +1 -0
- package/dist/src/integrations/dhl.d.ts +14 -0
- package/dist/src/integrations/dhl.d.ts.map +1 -0
- package/dist/src/integrations/dropbox_sign-client.d.ts +22 -0
- package/dist/src/integrations/dropbox_sign-client.d.ts.map +1 -0
- package/dist/src/integrations/dropbox_sign.d.ts +14 -0
- package/dist/src/integrations/dropbox_sign.d.ts.map +1 -0
- package/dist/src/integrations/etsy-client.d.ts +27 -0
- package/dist/src/integrations/etsy-client.d.ts.map +1 -0
- package/dist/src/integrations/etsy.d.ts +14 -0
- package/dist/src/integrations/etsy.d.ts.map +1 -0
- package/dist/src/integrations/eventbrite-client.d.ts +22 -0
- package/dist/src/integrations/eventbrite-client.d.ts.map +1 -0
- package/dist/src/integrations/eventbrite.d.ts +14 -0
- package/dist/src/integrations/eventbrite.d.ts.map +1 -0
- package/dist/src/integrations/exact_online-client.d.ts +29 -0
- package/dist/src/integrations/exact_online-client.d.ts.map +1 -0
- package/dist/src/integrations/exact_online.d.ts +14 -0
- package/dist/src/integrations/exact_online.d.ts.map +1 -0
- package/dist/src/integrations/expedia-client.d.ts +30 -0
- package/dist/src/integrations/expedia-client.d.ts.map +1 -0
- package/dist/src/integrations/expedia.d.ts +14 -0
- package/dist/src/integrations/expedia.d.ts.map +1 -0
- package/dist/src/integrations/fedex-client.d.ts +19 -0
- package/dist/src/integrations/fedex-client.d.ts.map +1 -0
- package/dist/src/integrations/fedex.d.ts +14 -0
- package/dist/src/integrations/fedex.d.ts.map +1 -0
- package/dist/src/integrations/fitbit-client.d.ts +20 -0
- package/dist/src/integrations/fitbit-client.d.ts.map +1 -0
- package/dist/src/integrations/fitbit.d.ts +14 -0
- package/dist/src/integrations/fitbit.d.ts.map +1 -0
- package/dist/src/integrations/foursquare-client.d.ts +30 -0
- package/dist/src/integrations/foursquare-client.d.ts.map +1 -0
- package/dist/src/integrations/foursquare.d.ts +14 -0
- package/dist/src/integrations/foursquare.d.ts.map +1 -0
- package/dist/src/integrations/freeagent-client.d.ts +21 -0
- package/dist/src/integrations/freeagent-client.d.ts.map +1 -0
- package/dist/src/integrations/freeagent.d.ts +14 -0
- package/dist/src/integrations/freeagent.d.ts.map +1 -0
- package/dist/src/integrations/garmin-client.d.ts +24 -0
- package/dist/src/integrations/garmin-client.d.ts.map +1 -0
- package/dist/src/integrations/garmin.d.ts +14 -0
- package/dist/src/integrations/garmin.d.ts.map +1 -0
- package/dist/src/integrations/gocardless-client.d.ts +22 -0
- package/dist/src/integrations/gocardless-client.d.ts.map +1 -0
- package/dist/src/integrations/gocardless.d.ts +14 -0
- package/dist/src/integrations/gocardless.d.ts.map +1 -0
- package/dist/src/integrations/google_classroom-client.d.ts +30 -0
- package/dist/src/integrations/google_classroom-client.d.ts.map +1 -0
- package/dist/src/integrations/google_classroom.d.ts +14 -0
- package/dist/src/integrations/google_classroom.d.ts.map +1 -0
- package/dist/src/integrations/google_home-client.d.ts +23 -0
- package/dist/src/integrations/google_home-client.d.ts.map +1 -0
- package/dist/src/integrations/google_home.d.ts +14 -0
- package/dist/src/integrations/google_home.d.ts.map +1 -0
- package/dist/src/integrations/greenhouse-client.d.ts +26 -0
- package/dist/src/integrations/greenhouse-client.d.ts.map +1 -0
- package/dist/src/integrations/greenhouse.d.ts +14 -0
- package/dist/src/integrations/greenhouse.d.ts.map +1 -0
- package/dist/src/integrations/home_connect-client.d.ts +23 -0
- package/dist/src/integrations/home_connect-client.d.ts.map +1 -0
- package/dist/src/integrations/home_connect.d.ts +14 -0
- package/dist/src/integrations/home_connect.d.ts.map +1 -0
- package/dist/src/integrations/kick-client.d.ts +25 -0
- package/dist/src/integrations/kick-client.d.ts.map +1 -0
- package/dist/src/integrations/kick.d.ts +14 -0
- package/dist/src/integrations/kick.d.ts.map +1 -0
- package/dist/src/integrations/lever-client.d.ts +25 -0
- package/dist/src/integrations/lever-client.d.ts.map +1 -0
- package/dist/src/integrations/lever.d.ts +14 -0
- package/dist/src/integrations/lever.d.ts.map +1 -0
- package/dist/src/integrations/library-metadata.d.ts +1 -1
- package/dist/src/integrations/library-metadata.d.ts.map +1 -1
- package/dist/src/integrations/looker-client.d.ts +30 -0
- package/dist/src/integrations/looker-client.d.ts.map +1 -0
- package/dist/src/integrations/looker.d.ts +15 -0
- package/dist/src/integrations/looker.d.ts.map +1 -0
- package/dist/src/integrations/mapmyfitness-client.d.ts +21 -0
- package/dist/src/integrations/mapmyfitness-client.d.ts.map +1 -0
- package/dist/src/integrations/mapmyfitness.d.ts +14 -0
- package/dist/src/integrations/mapmyfitness.d.ts.map +1 -0
- package/dist/src/integrations/meetup-client.d.ts +28 -0
- package/dist/src/integrations/meetup-client.d.ts.map +1 -0
- package/dist/src/integrations/meetup.d.ts +14 -0
- package/dist/src/integrations/meetup.d.ts.map +1 -0
- package/dist/src/integrations/meta_ads-client.d.ts +31 -0
- package/dist/src/integrations/meta_ads-client.d.ts.map +1 -0
- package/dist/src/integrations/meta_ads.d.ts +14 -0
- package/dist/src/integrations/meta_ads.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_ads-client.d.ts +22 -0
- package/dist/src/integrations/microsoft_ads-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_ads.d.ts +14 -0
- package/dist/src/integrations/microsoft_ads.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_entra_id-client.d.ts +26 -0
- package/dist/src/integrations/microsoft_entra_id-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_entra_id.d.ts +14 -0
- package/dist/src/integrations/microsoft_entra_id.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_graph_education-client.d.ts +28 -0
- package/dist/src/integrations/microsoft_graph_education-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_graph_education.d.ts +14 -0
- package/dist/src/integrations/microsoft_graph_education.d.ts.map +1 -0
- package/dist/src/integrations/miele-client.d.ts +23 -0
- package/dist/src/integrations/miele-client.d.ts.map +1 -0
- package/dist/src/integrations/miele.d.ts +14 -0
- package/dist/src/integrations/miele.d.ts.map +1 -0
- package/dist/src/integrations/moneybird-client.d.ts +26 -0
- package/dist/src/integrations/moneybird-client.d.ts.map +1 -0
- package/dist/src/integrations/moneybird.d.ts +14 -0
- package/dist/src/integrations/moneybird.d.ts.map +1 -0
- package/dist/src/integrations/netatmo-client.d.ts +29 -0
- package/dist/src/integrations/netatmo-client.d.ts.map +1 -0
- package/dist/src/integrations/netatmo.d.ts +14 -0
- package/dist/src/integrations/netatmo.d.ts.map +1 -0
- package/dist/src/integrations/onelogin-client.d.ts +30 -0
- package/dist/src/integrations/onelogin-client.d.ts.map +1 -0
- package/dist/src/integrations/onelogin.d.ts +15 -0
- package/dist/src/integrations/onelogin.d.ts.map +1 -0
- package/dist/src/integrations/oura-client.d.ts +30 -0
- package/dist/src/integrations/oura-client.d.ts.map +1 -0
- package/dist/src/integrations/oura.d.ts +14 -0
- package/dist/src/integrations/oura.d.ts.map +1 -0
- package/dist/src/integrations/pandadoc-client.d.ts +29 -0
- package/dist/src/integrations/pandadoc-client.d.ts.map +1 -0
- package/dist/src/integrations/pandadoc.d.ts +14 -0
- package/dist/src/integrations/pandadoc.d.ts.map +1 -0
- package/dist/src/integrations/philips_hue-client.d.ts +15 -0
- package/dist/src/integrations/philips_hue-client.d.ts.map +1 -0
- package/dist/src/integrations/philips_hue.d.ts +14 -0
- package/dist/src/integrations/philips_hue.d.ts.map +1 -0
- package/dist/src/integrations/plaid-client.d.ts +22 -0
- package/dist/src/integrations/plaid-client.d.ts.map +1 -0
- package/dist/src/integrations/plaid.d.ts +14 -0
- package/dist/src/integrations/plaid.d.ts.map +1 -0
- package/dist/src/integrations/ring-client.d.ts +19 -0
- package/dist/src/integrations/ring-client.d.ts.map +1 -0
- package/dist/src/integrations/ring.d.ts +14 -0
- package/dist/src/integrations/ring.d.ts.map +1 -0
- package/dist/src/integrations/sage-client.d.ts +25 -0
- package/dist/src/integrations/sage-client.d.ts.map +1 -0
- package/dist/src/integrations/sage.d.ts +14 -0
- package/dist/src/integrations/sage.d.ts.map +1 -0
- package/dist/src/integrations/snowflake-client.d.ts +25 -0
- package/dist/src/integrations/snowflake-client.d.ts.map +1 -0
- package/dist/src/integrations/snowflake.d.ts +15 -0
- package/dist/src/integrations/snowflake.d.ts.map +1 -0
- package/dist/src/integrations/sonos-client.d.ts +23 -0
- package/dist/src/integrations/sonos-client.d.ts.map +1 -0
- package/dist/src/integrations/sonos.d.ts +14 -0
- package/dist/src/integrations/sonos.d.ts.map +1 -0
- package/dist/src/integrations/tableau-client.d.ts +36 -0
- package/dist/src/integrations/tableau-client.d.ts.map +1 -0
- package/dist/src/integrations/tableau.d.ts +15 -0
- package/dist/src/integrations/tableau.d.ts.map +1 -0
- package/dist/src/integrations/tesla-client.d.ts +18 -0
- package/dist/src/integrations/tesla-client.d.ts.map +1 -0
- package/dist/src/integrations/tesla.d.ts +14 -0
- package/dist/src/integrations/tesla.d.ts.map +1 -0
- package/dist/src/integrations/tiktok_business-client.d.ts +31 -0
- package/dist/src/integrations/tiktok_business-client.d.ts.map +1 -0
- package/dist/src/integrations/tiktok_business.d.ts +14 -0
- package/dist/src/integrations/tiktok_business.d.ts.map +1 -0
- package/dist/src/integrations/tink-client.d.ts +17 -0
- package/dist/src/integrations/tink-client.d.ts.map +1 -0
- package/dist/src/integrations/tink.d.ts +14 -0
- package/dist/src/integrations/tink.d.ts.map +1 -0
- package/dist/src/integrations/truelayer-client.d.ts +18 -0
- package/dist/src/integrations/truelayer-client.d.ts.map +1 -0
- package/dist/src/integrations/truelayer.d.ts +14 -0
- package/dist/src/integrations/truelayer.d.ts.map +1 -0
- package/dist/src/integrations/tuya-client.d.ts +20 -0
- package/dist/src/integrations/tuya-client.d.ts.map +1 -0
- package/dist/src/integrations/tuya.d.ts +14 -0
- package/dist/src/integrations/tuya.d.ts.map +1 -0
- package/dist/src/integrations/uber-client.d.ts +27 -0
- package/dist/src/integrations/uber-client.d.ts.map +1 -0
- package/dist/src/integrations/uber.d.ts +14 -0
- package/dist/src/integrations/uber.d.ts.map +1 -0
- package/dist/src/integrations/uber_eats-client.d.ts +26 -0
- package/dist/src/integrations/uber_eats-client.d.ts.map +1 -0
- package/dist/src/integrations/uber_eats.d.ts +14 -0
- package/dist/src/integrations/uber_eats.d.ts.map +1 -0
- package/dist/src/integrations/universe-client.d.ts +25 -0
- package/dist/src/integrations/universe-client.d.ts.map +1 -0
- package/dist/src/integrations/universe.d.ts +14 -0
- package/dist/src/integrations/universe.d.ts.map +1 -0
- package/dist/src/integrations/ups-client.d.ts +20 -0
- package/dist/src/integrations/ups-client.d.ts.map +1 -0
- package/dist/src/integrations/ups.d.ts +14 -0
- package/dist/src/integrations/ups.d.ts.map +1 -0
- package/dist/src/integrations/whoop-client.d.ts +30 -0
- package/dist/src/integrations/whoop-client.d.ts.map +1 -0
- package/dist/src/integrations/whoop.d.ts +14 -0
- package/dist/src/integrations/whoop.d.ts.map +1 -0
- package/dist/src/integrations/withings-client.d.ts +29 -0
- package/dist/src/integrations/withings-client.d.ts.map +1 -0
- package/dist/src/integrations/withings.d.ts +14 -0
- package/dist/src/integrations/withings.d.ts.map +1 -0
- package/dist/src/integrations/wordpress-client.d.ts +32 -0
- package/dist/src/integrations/wordpress-client.d.ts.map +1 -0
- package/dist/src/integrations/wordpress.d.ts +15 -0
- package/dist/src/integrations/wordpress.d.ts.map +1 -0
- package/dist/src/server.d.ts +78 -0
- package/dist/src/server.d.ts.map +1 -1
- package/index.ts +36 -0
- package/integrations.ts +1 -2
- package/package.json +2 -2
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface ExactOnlineIntegrationClient {
|
|
3
|
+
listDivisions(params: Record<string, never>): Promise<MCPToolCallResponse>;
|
|
4
|
+
listAccounts(params: {
|
|
5
|
+
division: string;
|
|
6
|
+
"$top"?: number;
|
|
7
|
+
"$skip"?: string;
|
|
8
|
+
}): Promise<MCPToolCallResponse>;
|
|
9
|
+
listItems(params: {
|
|
10
|
+
division: string;
|
|
11
|
+
"$top"?: number;
|
|
12
|
+
"$skip"?: string;
|
|
13
|
+
}): Promise<MCPToolCallResponse>;
|
|
14
|
+
listSalesInvoices(params: {
|
|
15
|
+
division: string;
|
|
16
|
+
"$top"?: number;
|
|
17
|
+
"$skip"?: string;
|
|
18
|
+
}): Promise<MCPToolCallResponse>;
|
|
19
|
+
createSalesInvoice(params: {
|
|
20
|
+
division: string;
|
|
21
|
+
invoice_json: string;
|
|
22
|
+
}): Promise<MCPToolCallResponse>;
|
|
23
|
+
listGlAccounts(params: {
|
|
24
|
+
division: string;
|
|
25
|
+
"$top"?: number;
|
|
26
|
+
"$skip"?: string;
|
|
27
|
+
}): Promise<MCPToolCallResponse>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=exact_online-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact_online-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/exact_online-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,4BAA4B;IAC3C,aAAa,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC3E,YAAY,CAAC,MAAM,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC5G,SAAS,CAAC,MAAM,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACzG,iBAAiB,CAAC,MAAM,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjH,kBAAkB,CAAC,MAAM,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACrG,cAAc,CAAC,MAAM,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC/G"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const EXACT_ONLINE_SCOPES: readonly ["financial", "crm", "sales", "purchase", "offline_access"];
|
|
3
|
+
declare const EXACT_ONLINE_TOOLS: readonly ["exact_online_list_divisions", "exact_online_list_accounts", "exact_online_list_items", "exact_online_list_sales_invoices", "exact_online_create_sales_invoice", "exact_online_list_gl_accounts"];
|
|
4
|
+
export interface ExactOnlineIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function exactOnlineIntegration(config?: ExactOnlineIntegrationConfig): MCPIntegration<"exact_online">;
|
|
11
|
+
export type ExactOnlineTools = (typeof EXACT_ONLINE_TOOLS)[number];
|
|
12
|
+
export type ExactOnlineScopes = (typeof EXACT_ONLINE_SCOPES)[number];
|
|
13
|
+
export type { ExactOnlineIntegrationClient } from "./exact_online-client.js";
|
|
14
|
+
//# sourceMappingURL=exact_online.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact_online.d.ts","sourceRoot":"","sources":["../../../src/integrations/exact_online.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,mBAAmB,sEAMf,CAAC;AAEX,QAAA,MAAM,kBAAkB,6MAOd,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,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,sBAAsB,CAAC,MAAM,GAAE,4BAAiC,GAAG,cAAc,CAAC,cAAc,CAAC,CAMhH;AAED,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;AACnE,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC;AACrE,YAAY,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface ExpediaIntegrationClient {
|
|
3
|
+
searchProperties(params: {
|
|
4
|
+
"checkin"?: string;
|
|
5
|
+
"checkout"?: string;
|
|
6
|
+
"currency"?: string;
|
|
7
|
+
"language"?: string;
|
|
8
|
+
"occupancy"?: string;
|
|
9
|
+
"property_id"?: string;
|
|
10
|
+
}): Promise<MCPToolCallResponse>;
|
|
11
|
+
getPropertyContent(params: {
|
|
12
|
+
"language"?: string;
|
|
13
|
+
"property_id"?: string;
|
|
14
|
+
"include"?: string;
|
|
15
|
+
}): Promise<MCPToolCallResponse>;
|
|
16
|
+
getRateQuote(params: {
|
|
17
|
+
property_id: string;
|
|
18
|
+
room_id: string;
|
|
19
|
+
rate_id: string;
|
|
20
|
+
"token"?: string;
|
|
21
|
+
}): Promise<MCPToolCallResponse>;
|
|
22
|
+
createBooking(params: {
|
|
23
|
+
booking_json: string;
|
|
24
|
+
}): Promise<MCPToolCallResponse>;
|
|
25
|
+
getItinerary(params: {
|
|
26
|
+
itinerary_id: string;
|
|
27
|
+
"email"?: string;
|
|
28
|
+
}): Promise<MCPToolCallResponse>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=expedia-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expedia-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/expedia-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,gBAAgB,CAAC,MAAM,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAC;QAAC,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC5L,kBAAkB,CAAC,MAAM,EAAE;QAAE,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,aAAa,CAAC,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9H,YAAY,CAAC,MAAM,EAAE;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChI,aAAa,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9E,YAAY,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAChG"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const EXPEDIA_SCOPES: readonly ["rapid"];
|
|
3
|
+
declare const EXPEDIA_TOOLS: readonly ["expedia_search_properties", "expedia_get_property_content", "expedia_get_rate_quote", "expedia_create_booking", "expedia_get_itinerary"];
|
|
4
|
+
export interface ExpediaIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function expediaIntegration(config?: ExpediaIntegrationConfig): MCPIntegration<"expedia">;
|
|
11
|
+
export type ExpediaTools = (typeof EXPEDIA_TOOLS)[number];
|
|
12
|
+
export type ExpediaScopes = (typeof EXPEDIA_SCOPES)[number];
|
|
13
|
+
export type { ExpediaIntegrationClient } from "./expedia-client.js";
|
|
14
|
+
//# sourceMappingURL=expedia.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expedia.d.ts","sourceRoot":"","sources":["../../../src/integrations/expedia.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,cAAc,oBAEV,CAAC;AAEX,QAAA,MAAM,aAAa,qJAMT,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,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,kBAAkB,CAAC,MAAM,GAAE,wBAA6B,GAAG,cAAc,CAAC,SAAS,CAAC,CAMnG;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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface FedexIntegrationClient {
|
|
3
|
+
trackShipments(params: {
|
|
4
|
+
tracking_json: string;
|
|
5
|
+
}): Promise<MCPToolCallResponse>;
|
|
6
|
+
rateShipment(params: {
|
|
7
|
+
rate_json: string;
|
|
8
|
+
}): Promise<MCPToolCallResponse>;
|
|
9
|
+
createShipment(params: {
|
|
10
|
+
shipment_json: string;
|
|
11
|
+
}): Promise<MCPToolCallResponse>;
|
|
12
|
+
cancelShipment(params: {
|
|
13
|
+
cancel_json: string;
|
|
14
|
+
}): Promise<MCPToolCallResponse>;
|
|
15
|
+
validateAddress(params: {
|
|
16
|
+
address_json: string;
|
|
17
|
+
}): Promise<MCPToolCallResponse>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=fedex-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fedex-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/fedex-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,sBAAsB;IACrC,cAAc,CAAC,MAAM,EAAE;QAAE,aAAa,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChF,YAAY,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC1E,cAAc,CAAC,MAAM,EAAE;QAAE,aAAa,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChF,cAAc,CAAC,MAAM,EAAE;QAAE,WAAW,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9E,eAAe,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACjF"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const FEDEX_SCOPES: readonly ["ship", "track", "rates", "address"];
|
|
3
|
+
declare const FEDEX_TOOLS: readonly ["fedex_track_shipments", "fedex_rate_shipment", "fedex_create_shipment", "fedex_cancel_shipment", "fedex_validate_address"];
|
|
4
|
+
export interface FedexIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function fedexIntegration(config?: FedexIntegrationConfig): MCPIntegration<"fedex">;
|
|
11
|
+
export type FedexTools = (typeof FEDEX_TOOLS)[number];
|
|
12
|
+
export type FedexScopes = (typeof FEDEX_SCOPES)[number];
|
|
13
|
+
export type { FedexIntegrationClient } from "./fedex-client.js";
|
|
14
|
+
//# sourceMappingURL=fedex.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fedex.d.ts","sourceRoot":"","sources":["../../../src/integrations/fedex.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,YAAY,gDAKR,CAAC;AAEX,QAAA,MAAM,WAAW,uIAMP,CAAC;AAEX,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,gBAAgB,CAAC,MAAM,GAAE,sBAA2B,GAAG,cAAc,CAAC,OAAO,CAAC,CAM7F;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,20 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface FitbitIntegrationClient {
|
|
3
|
+
getProfile(params: Record<string, never>): Promise<MCPToolCallResponse>;
|
|
4
|
+
listActivities(params: {
|
|
5
|
+
date: string;
|
|
6
|
+
}): Promise<MCPToolCallResponse>;
|
|
7
|
+
listSleep(params: {
|
|
8
|
+
date: string;
|
|
9
|
+
}): Promise<MCPToolCallResponse>;
|
|
10
|
+
listHeartRate(params: {
|
|
11
|
+
date: string;
|
|
12
|
+
}): Promise<MCPToolCallResponse>;
|
|
13
|
+
listWeight(params: {
|
|
14
|
+
date: string;
|
|
15
|
+
}): Promise<MCPToolCallResponse>;
|
|
16
|
+
logActivity(params: {
|
|
17
|
+
activity_json: string;
|
|
18
|
+
}): Promise<MCPToolCallResponse>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=fitbit-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fitbit-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/fitbit-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,uBAAuB;IACtC,UAAU,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACxE,cAAc,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACvE,SAAS,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAClE,aAAa,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACtE,UAAU,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnE,WAAW,CAAC,MAAM,EAAE;QAAE,aAAa,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC9E"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const FITBIT_SCOPES: readonly ["activity", "heartrate", "location", "nutrition", "profile", "settings", "sleep", "social", "weight"];
|
|
3
|
+
declare const FITBIT_TOOLS: readonly ["fitbit_get_profile", "fitbit_list_activities", "fitbit_list_sleep", "fitbit_list_heart_rate", "fitbit_list_weight", "fitbit_log_activity"];
|
|
4
|
+
export interface FitbitIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function fitbitIntegration(config?: FitbitIntegrationConfig): MCPIntegration<"fitbit">;
|
|
11
|
+
export type FitbitTools = (typeof FITBIT_TOOLS)[number];
|
|
12
|
+
export type FitbitScopes = (typeof FITBIT_SCOPES)[number];
|
|
13
|
+
export type { FitbitIntegrationClient } from "./fitbit-client.js";
|
|
14
|
+
//# sourceMappingURL=fitbit.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fitbit.d.ts","sourceRoot":"","sources":["../../../src/integrations/fitbit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,aAAa,iHAUT,CAAC;AAEX,QAAA,MAAM,YAAY,uJAOR,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,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,iBAAiB,CAAC,MAAM,GAAE,uBAA4B,GAAG,cAAc,CAAC,QAAQ,CAAC,CAMhG;AAED,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AACxD,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;AAC1D,YAAY,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface FoursquareIntegrationClient {
|
|
3
|
+
searchPlaces(params: {
|
|
4
|
+
"query"?: string;
|
|
5
|
+
"ll"?: string;
|
|
6
|
+
"near"?: string;
|
|
7
|
+
"categories"?: string;
|
|
8
|
+
"limit"?: number;
|
|
9
|
+
}): Promise<MCPToolCallResponse>;
|
|
10
|
+
getPlace(params: {
|
|
11
|
+
fsq_id: string;
|
|
12
|
+
}): Promise<MCPToolCallResponse>;
|
|
13
|
+
getPlaceTips(params: {
|
|
14
|
+
fsq_id: string;
|
|
15
|
+
"limit"?: number;
|
|
16
|
+
"sort"?: string;
|
|
17
|
+
}): Promise<MCPToolCallResponse>;
|
|
18
|
+
getPlacePhotos(params: {
|
|
19
|
+
fsq_id: string;
|
|
20
|
+
"limit"?: number;
|
|
21
|
+
"sort"?: string;
|
|
22
|
+
}): Promise<MCPToolCallResponse>;
|
|
23
|
+
autocompletePlaces(params: {
|
|
24
|
+
"query"?: string;
|
|
25
|
+
"ll"?: string;
|
|
26
|
+
"near"?: string;
|
|
27
|
+
"limit"?: number;
|
|
28
|
+
}): Promise<MCPToolCallResponse>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=foursquare-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"foursquare-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/foursquare-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,2BAA2B;IAC1C,YAAY,CAAC,MAAM,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,YAAY,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAClJ,QAAQ,CAAC,MAAM,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnE,YAAY,CAAC,MAAM,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC1G,cAAc,CAAC,MAAM,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC5G,kBAAkB,CAAC,MAAM,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAClI"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const FOURSQUARE_SCOPES: readonly ["places", "tips", "photos"];
|
|
3
|
+
declare const FOURSQUARE_TOOLS: readonly ["foursquare_search_places", "foursquare_get_place", "foursquare_get_place_tips", "foursquare_get_place_photos", "foursquare_autocomplete_places"];
|
|
4
|
+
export interface FoursquareIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function foursquareIntegration(config?: FoursquareIntegrationConfig): MCPIntegration<"foursquare">;
|
|
11
|
+
export type FoursquareTools = (typeof FOURSQUARE_TOOLS)[number];
|
|
12
|
+
export type FoursquareScopes = (typeof FOURSQUARE_SCOPES)[number];
|
|
13
|
+
export type { FoursquareIntegrationClient } from "./foursquare-client.js";
|
|
14
|
+
//# sourceMappingURL=foursquare.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"foursquare.d.ts","sourceRoot":"","sources":["../../../src/integrations/foursquare.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,iBAAiB,uCAIb,CAAC;AAEX,QAAA,MAAM,gBAAgB,6JAMZ,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,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,qBAAqB,CAAC,MAAM,GAAE,2BAAgC,GAAG,cAAc,CAAC,YAAY,CAAC,CAM5G;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,21 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface FreeagentIntegrationClient {
|
|
3
|
+
getCompany(params: Record<string, never>): Promise<MCPToolCallResponse>;
|
|
4
|
+
listContacts(params: {
|
|
5
|
+
"page"?: number;
|
|
6
|
+
}): Promise<MCPToolCallResponse>;
|
|
7
|
+
createContact(params: {
|
|
8
|
+
contact_json: string;
|
|
9
|
+
}): Promise<MCPToolCallResponse>;
|
|
10
|
+
listInvoices(params: {
|
|
11
|
+
"view"?: string;
|
|
12
|
+
"page"?: number;
|
|
13
|
+
}): Promise<MCPToolCallResponse>;
|
|
14
|
+
createInvoice(params: {
|
|
15
|
+
invoice_json: string;
|
|
16
|
+
}): Promise<MCPToolCallResponse>;
|
|
17
|
+
listBills(params: {
|
|
18
|
+
"page"?: number;
|
|
19
|
+
}): Promise<MCPToolCallResponse>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=freeagent-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"freeagent-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/freeagent-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,0BAA0B;IACzC,UAAU,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACxE,YAAY,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACxE,aAAa,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9E,YAAY,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACzF,aAAa,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9E,SAAS,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACtE"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const FREEAGENT_SCOPES: readonly ["full_access"];
|
|
3
|
+
declare const FREEAGENT_TOOLS: readonly ["freeagent_get_company", "freeagent_list_contacts", "freeagent_create_contact", "freeagent_list_invoices", "freeagent_create_invoice", "freeagent_list_bills"];
|
|
4
|
+
export interface FreeagentIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function freeagentIntegration(config?: FreeagentIntegrationConfig): MCPIntegration<"freeagent">;
|
|
11
|
+
export type FreeagentTools = (typeof FREEAGENT_TOOLS)[number];
|
|
12
|
+
export type FreeagentScopes = (typeof FREEAGENT_SCOPES)[number];
|
|
13
|
+
export type { FreeagentIntegrationClient } from "./freeagent-client.js";
|
|
14
|
+
//# sourceMappingURL=freeagent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"freeagent.d.ts","sourceRoot":"","sources":["../../../src/integrations/freeagent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,gBAAgB,0BAEZ,CAAC;AAEX,QAAA,MAAM,eAAe,0KAOX,CAAC;AAEX,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,oBAAoB,CAAC,MAAM,GAAE,0BAA+B,GAAG,cAAc,CAAC,WAAW,CAAC,CAMzG;AAED,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAC9D,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAChE,YAAY,EAAE,0BAA0B,EAAE,MAAM,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface GarminIntegrationClient {
|
|
3
|
+
listActivities(params: {
|
|
4
|
+
"uploadStartTimeInSeconds"?: string;
|
|
5
|
+
"uploadEndTimeInSeconds"?: string;
|
|
6
|
+
}): Promise<MCPToolCallResponse>;
|
|
7
|
+
listDailySummaries(params: {
|
|
8
|
+
"uploadStartTimeInSeconds"?: string;
|
|
9
|
+
"uploadEndTimeInSeconds"?: string;
|
|
10
|
+
}): Promise<MCPToolCallResponse>;
|
|
11
|
+
listSleep(params: {
|
|
12
|
+
"uploadStartTimeInSeconds"?: string;
|
|
13
|
+
"uploadEndTimeInSeconds"?: string;
|
|
14
|
+
}): Promise<MCPToolCallResponse>;
|
|
15
|
+
listHeartRates(params: {
|
|
16
|
+
"uploadStartTimeInSeconds"?: string;
|
|
17
|
+
"uploadEndTimeInSeconds"?: string;
|
|
18
|
+
}): Promise<MCPToolCallResponse>;
|
|
19
|
+
listBodyComposition(params: {
|
|
20
|
+
"uploadStartTimeInSeconds"?: string;
|
|
21
|
+
"uploadEndTimeInSeconds"?: string;
|
|
22
|
+
}): Promise<MCPToolCallResponse>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=garmin-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"garmin-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/garmin-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,uBAAuB;IACtC,cAAc,CAAC,MAAM,EAAE;QAAE,0BAA0B,CAAC,EAAE,MAAM,CAAC;QAAC,wBAAwB,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjI,kBAAkB,CAAC,MAAM,EAAE;QAAE,0BAA0B,CAAC,EAAE,MAAM,CAAC;QAAC,wBAAwB,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACrI,SAAS,CAAC,MAAM,EAAE;QAAE,0BAA0B,CAAC,EAAE,MAAM,CAAC;QAAC,wBAAwB,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC5H,cAAc,CAAC,MAAM,EAAE;QAAE,0BAA0B,CAAC,EAAE,MAAM,CAAC;QAAC,wBAAwB,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjI,mBAAmB,CAAC,MAAM,EAAE;QAAE,0BAA0B,CAAC,EAAE,MAAM,CAAC;QAAC,wBAAwB,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACvI"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const GARMIN_SCOPES: readonly ["activities", "heartrate", "sleep", "stress", "body_composition", "user_metrics"];
|
|
3
|
+
declare const GARMIN_TOOLS: readonly ["garmin_list_activities", "garmin_list_daily_summaries", "garmin_list_sleep", "garmin_list_heart_rates", "garmin_list_body_composition"];
|
|
4
|
+
export interface GarminIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function garminIntegration(config?: GarminIntegrationConfig): MCPIntegration<"garmin">;
|
|
11
|
+
export type GarminTools = (typeof GARMIN_TOOLS)[number];
|
|
12
|
+
export type GarminScopes = (typeof GARMIN_SCOPES)[number];
|
|
13
|
+
export type { GarminIntegrationClient } from "./garmin-client.js";
|
|
14
|
+
//# sourceMappingURL=garmin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"garmin.d.ts","sourceRoot":"","sources":["../../../src/integrations/garmin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,aAAa,6FAOT,CAAC;AAEX,QAAA,MAAM,YAAY,oJAMR,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,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,iBAAiB,CAAC,MAAM,GAAE,uBAA4B,GAAG,cAAc,CAAC,QAAQ,CAAC,CAMhG;AAED,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AACxD,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;AAC1D,YAAY,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface GocardlessIntegrationClient {
|
|
3
|
+
listInstitutions(params: {
|
|
4
|
+
"country"?: string;
|
|
5
|
+
}): Promise<MCPToolCallResponse>;
|
|
6
|
+
createRequisition(params: {
|
|
7
|
+
requisition_json: string;
|
|
8
|
+
}): Promise<MCPToolCallResponse>;
|
|
9
|
+
getRequisition(params: {
|
|
10
|
+
requisition_id: string;
|
|
11
|
+
}): Promise<MCPToolCallResponse>;
|
|
12
|
+
getAccount(params: {
|
|
13
|
+
account_id: string;
|
|
14
|
+
}): Promise<MCPToolCallResponse>;
|
|
15
|
+
getBalances(params: {
|
|
16
|
+
account_id: string;
|
|
17
|
+
}): Promise<MCPToolCallResponse>;
|
|
18
|
+
getTransactions(params: {
|
|
19
|
+
account_id: string;
|
|
20
|
+
}): Promise<MCPToolCallResponse>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=gocardless-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gocardless-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/gocardless-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,2BAA2B;IAC1C,gBAAgB,CAAC,MAAM,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC/E,iBAAiB,CAAC,MAAM,EAAE;QAAE,gBAAgB,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACtF,cAAc,CAAC,MAAM,EAAE;QAAE,cAAc,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjF,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACzE,WAAW,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC1E,eAAe,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC/E"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const GOCARDLESS_SCOPES: readonly ["openid", "accounts", "transactions", "balances"];
|
|
3
|
+
declare const GOCARDLESS_TOOLS: readonly ["gocardless_list_institutions", "gocardless_create_requisition", "gocardless_get_requisition", "gocardless_get_account", "gocardless_get_balances", "gocardless_get_transactions"];
|
|
4
|
+
export interface GocardlessIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function gocardlessIntegration(config?: GocardlessIntegrationConfig): MCPIntegration<"gocardless">;
|
|
11
|
+
export type GocardlessTools = (typeof GOCARDLESS_TOOLS)[number];
|
|
12
|
+
export type GocardlessScopes = (typeof GOCARDLESS_SCOPES)[number];
|
|
13
|
+
export type { GocardlessIntegrationClient } from "./gocardless-client.js";
|
|
14
|
+
//# sourceMappingURL=gocardless.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gocardless.d.ts","sourceRoot":"","sources":["../../../src/integrations/gocardless.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,iBAAiB,6DAKb,CAAC;AAEX,QAAA,MAAM,gBAAgB,8LAOZ,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,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,qBAAqB,CAAC,MAAM,GAAE,2BAAgC,GAAG,cAAc,CAAC,YAAY,CAAC,CAM5G;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,30 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface GoogleClassroomIntegrationClient {
|
|
3
|
+
listCourses(params: {
|
|
4
|
+
"pageSize"?: number;
|
|
5
|
+
"pageToken"?: string;
|
|
6
|
+
"teacherId"?: string;
|
|
7
|
+
"studentId"?: string;
|
|
8
|
+
}): Promise<MCPToolCallResponse>;
|
|
9
|
+
getCourse(params: {
|
|
10
|
+
course_id: string;
|
|
11
|
+
}): Promise<MCPToolCallResponse>;
|
|
12
|
+
createCourse(params: {
|
|
13
|
+
course_json: string;
|
|
14
|
+
}): Promise<MCPToolCallResponse>;
|
|
15
|
+
listCoursework(params: {
|
|
16
|
+
course_id: string;
|
|
17
|
+
"pageSize"?: number;
|
|
18
|
+
"pageToken"?: string;
|
|
19
|
+
}): Promise<MCPToolCallResponse>;
|
|
20
|
+
createCoursework(params: {
|
|
21
|
+
course_id: string;
|
|
22
|
+
coursework_json: string;
|
|
23
|
+
}): Promise<MCPToolCallResponse>;
|
|
24
|
+
listStudents(params: {
|
|
25
|
+
course_id: string;
|
|
26
|
+
"pageSize"?: number;
|
|
27
|
+
"pageToken"?: string;
|
|
28
|
+
}): Promise<MCPToolCallResponse>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=google_classroom-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google_classroom-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/google_classroom-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,gCAAgC;IAC/C,WAAW,CAAC,MAAM,EAAE;QAAE,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC7I,SAAS,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACvE,YAAY,CAAC,MAAM,EAAE;QAAE,WAAW,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC5E,cAAc,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACvH,gBAAgB,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACvG,YAAY,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACtH"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const GOOGLE_CLASSROOM_SCOPES: readonly ["https://www.googleapis.com/auth/classroom.courses", "https://www.googleapis.com/auth/classroom.coursework.me", "https://www.googleapis.com/auth/classroom.rosters", "https://www.googleapis.com/auth/classroom.profile.emails"];
|
|
3
|
+
declare const GOOGLE_CLASSROOM_TOOLS: readonly ["google_classroom_list_courses", "google_classroom_get_course", "google_classroom_create_course", "google_classroom_list_coursework", "google_classroom_create_coursework", "google_classroom_list_students"];
|
|
4
|
+
export interface GoogleClassroomIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function googleClassroomIntegration(config?: GoogleClassroomIntegrationConfig): MCPIntegration<"google_classroom">;
|
|
11
|
+
export type GoogleClassroomTools = (typeof GOOGLE_CLASSROOM_TOOLS)[number];
|
|
12
|
+
export type GoogleClassroomScopes = (typeof GOOGLE_CLASSROOM_SCOPES)[number];
|
|
13
|
+
export type { GoogleClassroomIntegrationClient } from "./google_classroom-client.js";
|
|
14
|
+
//# sourceMappingURL=google_classroom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google_classroom.d.ts","sourceRoot":"","sources":["../../../src/integrations/google_classroom.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,uBAAuB,4OAKnB,CAAC;AAEX,QAAA,MAAM,sBAAsB,yNAOlB,CAAC;AAEX,MAAM,WAAW,gCAAgC;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,0BAA0B,CAAC,MAAM,GAAE,gCAAqC,GAAG,cAAc,CAAC,kBAAkB,CAAC,CAM5H;AAED,MAAM,MAAM,oBAAoB,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAC;AAC3E,MAAM,MAAM,qBAAqB,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC;AAC7E,YAAY,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface GoogleHomeIntegrationClient {
|
|
3
|
+
listDevices(params: {
|
|
4
|
+
project_id: string;
|
|
5
|
+
}): Promise<MCPToolCallResponse>;
|
|
6
|
+
getDevice(params: {
|
|
7
|
+
project_id: string;
|
|
8
|
+
device_id: string;
|
|
9
|
+
}): Promise<MCPToolCallResponse>;
|
|
10
|
+
executeDeviceCommand(params: {
|
|
11
|
+
project_id: string;
|
|
12
|
+
device_id: string;
|
|
13
|
+
command_json: string;
|
|
14
|
+
}): Promise<MCPToolCallResponse>;
|
|
15
|
+
listStructures(params: {
|
|
16
|
+
project_id: string;
|
|
17
|
+
}): Promise<MCPToolCallResponse>;
|
|
18
|
+
listRooms(params: {
|
|
19
|
+
project_id: string;
|
|
20
|
+
structure_id: string;
|
|
21
|
+
}): Promise<MCPToolCallResponse>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=google_home-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google_home-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/google_home-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,2BAA2B;IAC1C,WAAW,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC1E,SAAS,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC3F,oBAAoB,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC5H,cAAc,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC7E,SAAS,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC/F"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const GOOGLE_HOME_SCOPES: readonly ["https://www.googleapis.com/auth/sdm.service"];
|
|
3
|
+
declare const GOOGLE_HOME_TOOLS: readonly ["google_home_list_devices", "google_home_get_device", "google_home_execute_device_command", "google_home_list_structures", "google_home_list_rooms"];
|
|
4
|
+
export interface GoogleHomeIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function googleHomeIntegration(config?: GoogleHomeIntegrationConfig): MCPIntegration<"google_home">;
|
|
11
|
+
export type GoogleHomeTools = (typeof GOOGLE_HOME_TOOLS)[number];
|
|
12
|
+
export type GoogleHomeScopes = (typeof GOOGLE_HOME_SCOPES)[number];
|
|
13
|
+
export type { GoogleHomeIntegrationClient } from "./google_home-client.js";
|
|
14
|
+
//# sourceMappingURL=google_home.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google_home.d.ts","sourceRoot":"","sources":["../../../src/integrations/google_home.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,kBAAkB,0DAEd,CAAC;AAEX,QAAA,MAAM,iBAAiB,gKAMb,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,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,qBAAqB,CAAC,MAAM,GAAE,2BAAgC,GAAG,cAAc,CAAC,aAAa,CAAC,CAM7G;AAED,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AACjE,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;AACnE,YAAY,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface GreenhouseIntegrationClient {
|
|
3
|
+
listCandidates(params: {
|
|
4
|
+
"per_page"?: number;
|
|
5
|
+
"page"?: number;
|
|
6
|
+
}): Promise<MCPToolCallResponse>;
|
|
7
|
+
getCandidate(params: {
|
|
8
|
+
candidate_id: string;
|
|
9
|
+
}): Promise<MCPToolCallResponse>;
|
|
10
|
+
createCandidate(params: {
|
|
11
|
+
candidate_json: string;
|
|
12
|
+
}): Promise<MCPToolCallResponse>;
|
|
13
|
+
listJobs(params: {
|
|
14
|
+
"per_page"?: number;
|
|
15
|
+
"page"?: number;
|
|
16
|
+
}): Promise<MCPToolCallResponse>;
|
|
17
|
+
listApplications(params: {
|
|
18
|
+
"per_page"?: number;
|
|
19
|
+
"page"?: number;
|
|
20
|
+
}): Promise<MCPToolCallResponse>;
|
|
21
|
+
listUsers(params: {
|
|
22
|
+
"per_page"?: number;
|
|
23
|
+
"page"?: number;
|
|
24
|
+
}): Promise<MCPToolCallResponse>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=greenhouse-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"greenhouse-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/greenhouse-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,2BAA2B;IAC1C,cAAc,CAAC,MAAM,EAAE;QAAE,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC/F,YAAY,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC7E,eAAe,CAAC,MAAM,EAAE;QAAE,cAAc,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAClF,QAAQ,CAAC,MAAM,EAAE;QAAE,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACzF,gBAAgB,CAAC,MAAM,EAAE;QAAE,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjG,SAAS,CAAC,MAAM,EAAE;QAAE,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC3F"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const GREENHOUSE_SCOPES: readonly ["candidates:read", "candidates:write", "jobs:read", "applications:read", "users:read"];
|
|
3
|
+
declare const GREENHOUSE_TOOLS: readonly ["greenhouse_list_candidates", "greenhouse_get_candidate", "greenhouse_create_candidate", "greenhouse_list_jobs", "greenhouse_list_applications", "greenhouse_list_users"];
|
|
4
|
+
export interface GreenhouseIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function greenhouseIntegration(config?: GreenhouseIntegrationConfig): MCPIntegration<"greenhouse">;
|
|
11
|
+
export type GreenhouseTools = (typeof GREENHOUSE_TOOLS)[number];
|
|
12
|
+
export type GreenhouseScopes = (typeof GREENHOUSE_SCOPES)[number];
|
|
13
|
+
export type { GreenhouseIntegrationClient } from "./greenhouse-client.js";
|
|
14
|
+
//# sourceMappingURL=greenhouse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"greenhouse.d.ts","sourceRoot":"","sources":["../../../src/integrations/greenhouse.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,iBAAiB,kGAMb,CAAC;AAEX,QAAA,MAAM,gBAAgB,qLAOZ,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,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,qBAAqB,CAAC,MAAM,GAAE,2BAAgC,GAAG,cAAc,CAAC,YAAY,CAAC,CAM5G;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,23 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface HomeConnectIntegrationClient {
|
|
3
|
+
listAppliances(params: Record<string, never>): Promise<MCPToolCallResponse>;
|
|
4
|
+
getAppliance(params: {
|
|
5
|
+
ha_id: string;
|
|
6
|
+
}): Promise<MCPToolCallResponse>;
|
|
7
|
+
getStatus(params: {
|
|
8
|
+
ha_id: string;
|
|
9
|
+
}): Promise<MCPToolCallResponse>;
|
|
10
|
+
getPrograms(params: {
|
|
11
|
+
ha_id: string;
|
|
12
|
+
}): Promise<MCPToolCallResponse>;
|
|
13
|
+
startProgram(params: {
|
|
14
|
+
ha_id: string;
|
|
15
|
+
program_json: string;
|
|
16
|
+
}): Promise<MCPToolCallResponse>;
|
|
17
|
+
setSetting(params: {
|
|
18
|
+
ha_id: string;
|
|
19
|
+
setting_key: string;
|
|
20
|
+
setting_json: string;
|
|
21
|
+
}): Promise<MCPToolCallResponse>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=home_connect-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"home_connect-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/home_connect-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,4BAA4B;IAC3C,cAAc,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC5E,YAAY,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACtE,SAAS,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnE,WAAW,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACrE,YAAY,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC5F,UAAU,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAChH"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const HOME_CONNECT_SCOPES: readonly ["IdentifyAppliance", "Monitor", "Settings", "Control"];
|
|
3
|
+
declare const HOME_CONNECT_TOOLS: readonly ["home_connect_list_appliances", "home_connect_get_appliance", "home_connect_get_status", "home_connect_get_programs", "home_connect_start_program", "home_connect_set_setting"];
|
|
4
|
+
export interface HomeConnectIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function homeConnectIntegration(config?: HomeConnectIntegrationConfig): MCPIntegration<"home_connect">;
|
|
11
|
+
export type HomeConnectTools = (typeof HOME_CONNECT_TOOLS)[number];
|
|
12
|
+
export type HomeConnectScopes = (typeof HOME_CONNECT_SCOPES)[number];
|
|
13
|
+
export type { HomeConnectIntegrationClient } from "./home_connect-client.js";
|
|
14
|
+
//# sourceMappingURL=home_connect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"home_connect.d.ts","sourceRoot":"","sources":["../../../src/integrations/home_connect.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,mBAAmB,kEAKf,CAAC;AAEX,QAAA,MAAM,kBAAkB,2LAOd,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,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,sBAAsB,CAAC,MAAM,GAAE,4BAAiC,GAAG,cAAc,CAAC,cAAc,CAAC,CAMhH;AAED,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;AACnE,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC;AACrE,YAAY,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC"}
|