integrate-sdk 0.9.52-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 +510 -90
- package/dist/adapters/nextjs.js +251 -11
- package/dist/adapters/solid-start.js +510 -90
- package/dist/adapters/svelte-kit.js +510 -90
- package/dist/index.js +2787 -361
- package/dist/integrations.js +2787 -361
- package/dist/oauth.js +251 -11
- package/dist/server.js +2888 -416
- 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 +60 -0
- package/dist/src/server.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface KickIntegrationClient {
|
|
3
|
+
getUsers(params: {
|
|
4
|
+
"id"?: string;
|
|
5
|
+
"username"?: string;
|
|
6
|
+
}): Promise<MCPToolCallResponse>;
|
|
7
|
+
getChannels(params: {
|
|
8
|
+
"broadcaster_user_id"?: string;
|
|
9
|
+
"slug"?: string;
|
|
10
|
+
}): Promise<MCPToolCallResponse>;
|
|
11
|
+
getLivestreams(params: {
|
|
12
|
+
"broadcaster_user_id"?: string;
|
|
13
|
+
"category_id"?: string;
|
|
14
|
+
"language"?: string;
|
|
15
|
+
"limit"?: number;
|
|
16
|
+
}): Promise<MCPToolCallResponse>;
|
|
17
|
+
getCategories(params: {
|
|
18
|
+
"query"?: string;
|
|
19
|
+
"limit"?: number;
|
|
20
|
+
}): Promise<MCPToolCallResponse>;
|
|
21
|
+
sendChatMessage(params: {
|
|
22
|
+
message_json: string;
|
|
23
|
+
}): Promise<MCPToolCallResponse>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=kick-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kick-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/kick-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,MAAM,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACvF,WAAW,CAAC,MAAM,EAAE;QAAE,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACvG,cAAc,CAAC,MAAM,EAAE;QAAE,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAAC,aAAa,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACxJ,aAAa,CAAC,MAAM,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC5F,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 KICK_SCOPES: readonly ["user:read", "channel:read", "channel:write", "chat:write", "events:subscribe"];
|
|
3
|
+
declare const KICK_TOOLS: readonly ["kick_get_users", "kick_get_channels", "kick_get_livestreams", "kick_get_categories", "kick_send_chat_message"];
|
|
4
|
+
export interface KickIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function kickIntegration(config?: KickIntegrationConfig): MCPIntegration<"kick">;
|
|
11
|
+
export type KickTools = (typeof KICK_TOOLS)[number];
|
|
12
|
+
export type KickScopes = (typeof KICK_SCOPES)[number];
|
|
13
|
+
export type { KickIntegrationClient } from "./kick-client.js";
|
|
14
|
+
//# sourceMappingURL=kick.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kick.d.ts","sourceRoot":"","sources":["../../../src/integrations/kick.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,WAAW,2FAMP,CAAC;AAEX,QAAA,MAAM,UAAU,2HAMN,CAAC;AAEX,MAAM,WAAW,qBAAqB;IACpC,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,eAAe,CAAC,MAAM,GAAE,qBAA0B,GAAG,cAAc,CAAC,MAAM,CAAC,CAM1F;AAED,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;AACpD,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface LeverIntegrationClient {
|
|
3
|
+
listOpportunities(params: {
|
|
4
|
+
"limit"?: number;
|
|
5
|
+
"offset"?: number;
|
|
6
|
+
"stage_id"?: string;
|
|
7
|
+
}): Promise<MCPToolCallResponse>;
|
|
8
|
+
getOpportunity(params: {
|
|
9
|
+
opportunity_id: string;
|
|
10
|
+
}): Promise<MCPToolCallResponse>;
|
|
11
|
+
createOpportunity(params: {
|
|
12
|
+
opportunity_json: string;
|
|
13
|
+
}): Promise<MCPToolCallResponse>;
|
|
14
|
+
listPostings(params: {
|
|
15
|
+
"limit"?: number;
|
|
16
|
+
"offset"?: number;
|
|
17
|
+
"state"?: string;
|
|
18
|
+
}): Promise<MCPToolCallResponse>;
|
|
19
|
+
listUsers(params: {
|
|
20
|
+
"limit"?: number;
|
|
21
|
+
"offset"?: number;
|
|
22
|
+
}): Promise<MCPToolCallResponse>;
|
|
23
|
+
listStages(params: Record<string, never>): Promise<MCPToolCallResponse>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=lever-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lever-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/lever-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,sBAAsB;IACrC,iBAAiB,CAAC,MAAM,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACtH,cAAc,CAAC,MAAM,EAAE;QAAE,cAAc,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjF,iBAAiB,CAAC,MAAM,EAAE;QAAE,gBAAgB,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACtF,YAAY,CAAC,MAAM,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9G,SAAS,CAAC,MAAM,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACzF,UAAU,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACzE"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const LEVER_SCOPES: readonly ["opportunities:read", "opportunities:write", "postings:read", "postings:write", "users:read", "offline_access"];
|
|
3
|
+
declare const LEVER_TOOLS: readonly ["lever_list_opportunities", "lever_get_opportunity", "lever_create_opportunity", "lever_list_postings", "lever_list_users", "lever_list_stages"];
|
|
4
|
+
export interface LeverIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function leverIntegration(config?: LeverIntegrationConfig): MCPIntegration<"lever">;
|
|
11
|
+
export type LeverTools = (typeof LEVER_TOOLS)[number];
|
|
12
|
+
export type LeverScopes = (typeof LEVER_SCOPES)[number];
|
|
13
|
+
export type { LeverIntegrationClient } from "./lever-client.js";
|
|
14
|
+
//# sourceMappingURL=lever.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lever.d.ts","sourceRoot":"","sources":["../../../src/integrations/lever.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,YAAY,2HAOR,CAAC;AAEX,QAAA,MAAM,WAAW,4JAOP,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"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Default library copy and categories for known integrations.
|
|
3
3
|
* Hosts can override per integration via `description` / `category` on {@link MCPIntegration}.
|
|
4
4
|
*/
|
|
5
|
-
export type IntegrationCategory = "Analytics" | "Business" | "Finance" | "Marketing" | "Entertainment" | "Productivity" | "Lifestyle" | "Communication" | "Engineering" | "Infrastructure" | "Storage" | "Social Media" | "Other";
|
|
5
|
+
export type IntegrationCategory = "Analytics" | "Business" | "Finance" | "Marketing" | "Entertainment" | "Productivity" | "Lifestyle" | "Communication" | "Engineering" | "Infrastructure" | "Storage" | "Social Media" | "Fitness" | "Travel" | "Events & Ticketing" | "Commerce" | "Food" | "CMS" | "Education" | "HR & Recruiting" | "Data & BI" | "Legal" | "Accounting" | "Identity & Access" | "Shipping & Logistics" | "Banking" | "Other";
|
|
6
6
|
type LibraryEntry = {
|
|
7
7
|
description: string;
|
|
8
8
|
category: IntegrationCategory;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"library-metadata.d.ts","sourceRoot":"","sources":["../../../src/integrations/library-metadata.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,MAAM,mBAAmB,GAC3B,WAAW,GACX,UAAU,GACV,SAAS,GACT,WAAW,GACX,eAAe,GACf,cAAc,GACd,WAAW,GACX,eAAe,GACf,aAAa,GACb,gBAAgB,GAChB,SAAS,GACT,cAAc,GACd,OAAO,CAAC;AAEZ,KAAK,YAAY,GAAG;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,mBAAmB,CAAC;CAC/B,CAAC;AAEF,6FAA6F;AAC7F,eAAO,MAAM,0BAA0B,EAAE,SAAS,mBAAmB,
|
|
1
|
+
{"version":3,"file":"library-metadata.d.ts","sourceRoot":"","sources":["../../../src/integrations/library-metadata.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,MAAM,mBAAmB,GAC3B,WAAW,GACX,UAAU,GACV,SAAS,GACT,WAAW,GACX,eAAe,GACf,cAAc,GACd,WAAW,GACX,eAAe,GACf,aAAa,GACb,gBAAgB,GAChB,SAAS,GACT,cAAc,GACd,SAAS,GACT,QAAQ,GACR,oBAAoB,GACpB,UAAU,GACV,MAAM,GACN,KAAK,GACL,WAAW,GACX,iBAAiB,GACjB,WAAW,GACX,OAAO,GACP,YAAY,GACZ,mBAAmB,GACnB,sBAAsB,GACtB,SAAS,GACT,OAAO,CAAC;AAEZ,KAAK,YAAY,GAAG;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,mBAAmB,CAAC;CAC/B,CAAC;AAEF,6FAA6F;AAC7F,eAAO,MAAM,0BAA0B,EAAE,SAAS,mBAAmB,EA4B3D,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAytBrE,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;GAGG;AACH,wBAAgB,oCAAoC,CAClD,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACnC,8BAA8B,CAuBhC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface LookerIntegrationClient {
|
|
3
|
+
me(params: {
|
|
4
|
+
looker_base_url: string;
|
|
5
|
+
}): Promise<MCPToolCallResponse>;
|
|
6
|
+
searchDashboards(params: {
|
|
7
|
+
"title"?: string;
|
|
8
|
+
"limit"?: number;
|
|
9
|
+
"offset"?: number;
|
|
10
|
+
looker_base_url: string;
|
|
11
|
+
}): Promise<MCPToolCallResponse>;
|
|
12
|
+
getDashboard(params: {
|
|
13
|
+
dashboard_id: string;
|
|
14
|
+
looker_base_url: string;
|
|
15
|
+
}): Promise<MCPToolCallResponse>;
|
|
16
|
+
runQuery(params: {
|
|
17
|
+
query_json: string;
|
|
18
|
+
looker_base_url: string;
|
|
19
|
+
}): Promise<MCPToolCallResponse>;
|
|
20
|
+
listLooks(params: {
|
|
21
|
+
"limit"?: number;
|
|
22
|
+
"offset"?: number;
|
|
23
|
+
looker_base_url: string;
|
|
24
|
+
}): Promise<MCPToolCallResponse>;
|
|
25
|
+
getLook(params: {
|
|
26
|
+
look_id: string;
|
|
27
|
+
looker_base_url: string;
|
|
28
|
+
}): Promise<MCPToolCallResponse>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=looker-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"looker-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/looker-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,uBAAuB;IACtC,EAAE,CAAC,MAAM,EAAE;QAAE,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACtE,gBAAgB,CAAC,MAAM,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC3I,YAAY,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,MAAM,CAAC;QAAC,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACtG,QAAQ,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChG,SAAS,CAAC,MAAM,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAClH,OAAO,CAAC,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC7F"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const LOOKER_SCOPES: readonly ["read", "write"];
|
|
3
|
+
declare const LOOKER_TOOLS: readonly ["looker_me", "looker_search_dashboards", "looker_get_dashboard", "looker_run_query", "looker_list_looks", "looker_get_look"];
|
|
4
|
+
export interface LookerIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
looker_base_url?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare function lookerIntegration(config?: LookerIntegrationConfig): MCPIntegration<"looker">;
|
|
12
|
+
export type LookerTools = (typeof LOOKER_TOOLS)[number];
|
|
13
|
+
export type LookerScopes = (typeof LOOKER_SCOPES)[number];
|
|
14
|
+
export type { LookerIntegrationClient } from "./looker-client.js";
|
|
15
|
+
//# sourceMappingURL=looker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"looker.d.ts","sourceRoot":"","sources":["../../../src/integrations/looker.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,aAAa,4BAGT,CAAC;AAEX,QAAA,MAAM,YAAY,wIAOR,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;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,wBAAgB,iBAAiB,CAAC,MAAM,GAAE,uBAA4B,GAAG,cAAc,CAAC,QAAQ,CAAC,CAWhG;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,21 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface MapmyfitnessIntegrationClient {
|
|
3
|
+
getUser(params: Record<string, never>): Promise<MCPToolCallResponse>;
|
|
4
|
+
listWorkouts(params: {
|
|
5
|
+
"user"?: string;
|
|
6
|
+
"limit"?: number;
|
|
7
|
+
"offset"?: number;
|
|
8
|
+
}): Promise<MCPToolCallResponse>;
|
|
9
|
+
getWorkout(params: {
|
|
10
|
+
workout_id: string;
|
|
11
|
+
}): Promise<MCPToolCallResponse>;
|
|
12
|
+
createWorkout(params: {
|
|
13
|
+
workout_json: string;
|
|
14
|
+
}): Promise<MCPToolCallResponse>;
|
|
15
|
+
listRoutes(params: {
|
|
16
|
+
"user"?: string;
|
|
17
|
+
"limit"?: number;
|
|
18
|
+
"offset"?: number;
|
|
19
|
+
}): Promise<MCPToolCallResponse>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=mapmyfitness-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapmyfitness-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/mapmyfitness-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,6BAA6B;IAC5C,OAAO,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACrE,YAAY,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC7G,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACzE,aAAa,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9E,UAAU,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC5G"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const MAPMYFITNESS_SCOPES: readonly ["read", "write"];
|
|
3
|
+
declare const MAPMYFITNESS_TOOLS: readonly ["mapmyfitness_get_user", "mapmyfitness_list_workouts", "mapmyfitness_get_workout", "mapmyfitness_create_workout", "mapmyfitness_list_routes"];
|
|
4
|
+
export interface MapmyfitnessIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function mapmyfitnessIntegration(config?: MapmyfitnessIntegrationConfig): MCPIntegration<"mapmyfitness">;
|
|
11
|
+
export type MapmyfitnessTools = (typeof MAPMYFITNESS_TOOLS)[number];
|
|
12
|
+
export type MapmyfitnessScopes = (typeof MAPMYFITNESS_SCOPES)[number];
|
|
13
|
+
export type { MapmyfitnessIntegrationClient } from "./mapmyfitness-client.js";
|
|
14
|
+
//# sourceMappingURL=mapmyfitness.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapmyfitness.d.ts","sourceRoot":"","sources":["../../../src/integrations/mapmyfitness.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,mBAAmB,4BAGf,CAAC;AAEX,QAAA,MAAM,kBAAkB,yJAMd,CAAC;AAEX,MAAM,WAAW,6BAA6B;IAC5C,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,uBAAuB,CAAC,MAAM,GAAE,6BAAkC,GAAG,cAAc,CAAC,cAAc,CAAC,CAMlH;AAED,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;AACpE,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC;AACtE,YAAY,EAAE,6BAA6B,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface MeetupIntegrationClient {
|
|
3
|
+
getSelf(params: Record<string, never>): Promise<MCPToolCallResponse>;
|
|
4
|
+
searchGroups(params: {
|
|
5
|
+
"text"?: string;
|
|
6
|
+
"location"?: string;
|
|
7
|
+
"page"?: number;
|
|
8
|
+
}): Promise<MCPToolCallResponse>;
|
|
9
|
+
listEvents(params: {
|
|
10
|
+
urlname: string;
|
|
11
|
+
"status"?: string;
|
|
12
|
+
"page"?: number;
|
|
13
|
+
}): Promise<MCPToolCallResponse>;
|
|
14
|
+
getEvent(params: {
|
|
15
|
+
urlname: string;
|
|
16
|
+
event_id: string;
|
|
17
|
+
}): Promise<MCPToolCallResponse>;
|
|
18
|
+
createEvent(params: {
|
|
19
|
+
urlname: string;
|
|
20
|
+
event_json: string;
|
|
21
|
+
}): Promise<MCPToolCallResponse>;
|
|
22
|
+
rsvpEvent(params: {
|
|
23
|
+
urlname: string;
|
|
24
|
+
event_id: string;
|
|
25
|
+
rsvp_json: string;
|
|
26
|
+
}): Promise<MCPToolCallResponse>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=meetup-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meetup-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/meetup-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,uBAAuB;IACtC,OAAO,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACrE,YAAY,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9G,UAAU,CAAC,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC1G,QAAQ,CAAC,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACtF,WAAW,CAAC,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC3F,SAAS,CAAC,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC3G"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const MEETUP_SCOPES: readonly ["basic", "event_management", "group_edit", "rsvp"];
|
|
3
|
+
declare const MEETUP_TOOLS: readonly ["meetup_get_self", "meetup_search_groups", "meetup_list_events", "meetup_get_event", "meetup_create_event", "meetup_rsvp_event"];
|
|
4
|
+
export interface MeetupIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function meetupIntegration(config?: MeetupIntegrationConfig): MCPIntegration<"meetup">;
|
|
11
|
+
export type MeetupTools = (typeof MEETUP_TOOLS)[number];
|
|
12
|
+
export type MeetupScopes = (typeof MEETUP_SCOPES)[number];
|
|
13
|
+
export type { MeetupIntegrationClient } from "./meetup-client.js";
|
|
14
|
+
//# sourceMappingURL=meetup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meetup.d.ts","sourceRoot":"","sources":["../../../src/integrations/meetup.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,aAAa,8DAKT,CAAC;AAEX,QAAA,MAAM,YAAY,4IAOR,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,31 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface MetaAdsIntegrationClient {
|
|
3
|
+
listAdAccounts(params: {
|
|
4
|
+
"fields"?: string;
|
|
5
|
+
"limit"?: number;
|
|
6
|
+
}): Promise<MCPToolCallResponse>;
|
|
7
|
+
getAdAccount(params: {
|
|
8
|
+
ad_account_id: string;
|
|
9
|
+
"fields"?: string;
|
|
10
|
+
}): Promise<MCPToolCallResponse>;
|
|
11
|
+
listCampaigns(params: {
|
|
12
|
+
ad_account_id: string;
|
|
13
|
+
"fields"?: string;
|
|
14
|
+
"limit"?: number;
|
|
15
|
+
}): Promise<MCPToolCallResponse>;
|
|
16
|
+
createCampaign(params: {
|
|
17
|
+
ad_account_id: string;
|
|
18
|
+
campaign_json: string;
|
|
19
|
+
}): Promise<MCPToolCallResponse>;
|
|
20
|
+
listAdsets(params: {
|
|
21
|
+
ad_account_id: string;
|
|
22
|
+
"fields"?: string;
|
|
23
|
+
"limit"?: number;
|
|
24
|
+
}): Promise<MCPToolCallResponse>;
|
|
25
|
+
listAds(params: {
|
|
26
|
+
ad_account_id: string;
|
|
27
|
+
"fields"?: string;
|
|
28
|
+
"limit"?: number;
|
|
29
|
+
}): Promise<MCPToolCallResponse>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=meta_ads-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta_ads-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/meta_ads-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC,cAAc,CAAC,MAAM,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9F,YAAY,CAAC,MAAM,EAAE;QAAE,aAAa,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjG,aAAa,CAAC,MAAM,EAAE;QAAE,aAAa,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACpH,cAAc,CAAC,MAAM,EAAE;QAAE,aAAa,EAAE,MAAM,CAAC;QAAC,aAAa,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACvG,UAAU,CAAC,MAAM,EAAE;QAAE,aAAa,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjH,OAAO,CAAC,MAAM,EAAE;QAAE,aAAa,EAAE,MAAM,CAAC;QAAC,QAAQ,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 META_ADS_SCOPES: readonly ["ads_read", "ads_management", "business_management"];
|
|
3
|
+
declare const META_ADS_TOOLS: readonly ["meta_ads_list_ad_accounts", "meta_ads_get_ad_account", "meta_ads_list_campaigns", "meta_ads_create_campaign", "meta_ads_list_adsets", "meta_ads_list_ads"];
|
|
4
|
+
export interface MetaAdsIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function metaAdsIntegration(config?: MetaAdsIntegrationConfig): MCPIntegration<"meta_ads">;
|
|
11
|
+
export type MetaAdsTools = (typeof META_ADS_TOOLS)[number];
|
|
12
|
+
export type MetaAdsScopes = (typeof META_ADS_SCOPES)[number];
|
|
13
|
+
export type { MetaAdsIntegrationClient } from "./meta_ads-client.js";
|
|
14
|
+
//# sourceMappingURL=meta_ads.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta_ads.d.ts","sourceRoot":"","sources":["../../../src/integrations/meta_ads.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,eAAe,gEAIX,CAAC;AAEX,QAAA,MAAM,cAAc,uKAOV,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,UAAU,CAAC,CAMpG;AAED,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;AAC3D,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAC7D,YAAY,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface MicrosoftAdsIntegrationClient {
|
|
3
|
+
getUser(params: {
|
|
4
|
+
query_json: string;
|
|
5
|
+
}): Promise<MCPToolCallResponse>;
|
|
6
|
+
searchAccounts(params: {
|
|
7
|
+
search_json: string;
|
|
8
|
+
}): Promise<MCPToolCallResponse>;
|
|
9
|
+
getCampaigns(params: {
|
|
10
|
+
campaigns_json: string;
|
|
11
|
+
}): Promise<MCPToolCallResponse>;
|
|
12
|
+
addCampaigns(params: {
|
|
13
|
+
campaigns_json: string;
|
|
14
|
+
}): Promise<MCPToolCallResponse>;
|
|
15
|
+
getAdGroups(params: {
|
|
16
|
+
adgroups_json: string;
|
|
17
|
+
}): Promise<MCPToolCallResponse>;
|
|
18
|
+
getKeywords(params: {
|
|
19
|
+
keywords_json: string;
|
|
20
|
+
}): Promise<MCPToolCallResponse>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=microsoft_ads-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"microsoft_ads-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/microsoft_ads-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,6BAA6B;IAC5C,OAAO,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACtE,cAAc,CAAC,MAAM,EAAE;QAAE,WAAW,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9E,YAAY,CAAC,MAAM,EAAE;QAAE,cAAc,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC/E,YAAY,CAAC,MAAM,EAAE;QAAE,cAAc,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC/E,WAAW,CAAC,MAAM,EAAE;QAAE,aAAa,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC7E,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 MICROSOFT_ADS_SCOPES: readonly ["https://ads.microsoft.com/msads.manage", "offline_access"];
|
|
3
|
+
declare const MICROSOFT_ADS_TOOLS: readonly ["microsoft_ads_get_user", "microsoft_ads_search_accounts", "microsoft_ads_get_campaigns", "microsoft_ads_add_campaigns", "microsoft_ads_get_ad_groups", "microsoft_ads_get_keywords"];
|
|
4
|
+
export interface MicrosoftAdsIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function microsoftAdsIntegration(config?: MicrosoftAdsIntegrationConfig): MCPIntegration<"microsoft_ads">;
|
|
11
|
+
export type MicrosoftAdsTools = (typeof MICROSOFT_ADS_TOOLS)[number];
|
|
12
|
+
export type MicrosoftAdsScopes = (typeof MICROSOFT_ADS_SCOPES)[number];
|
|
13
|
+
export type { MicrosoftAdsIntegrationClient } from "./microsoft_ads-client.js";
|
|
14
|
+
//# sourceMappingURL=microsoft_ads.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"microsoft_ads.d.ts","sourceRoot":"","sources":["../../../src/integrations/microsoft_ads.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,oBAAoB,uEAGhB,CAAC;AAEX,QAAA,MAAM,mBAAmB,iMAOf,CAAC;AAEX,MAAM,WAAW,6BAA6B;IAC5C,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,uBAAuB,CAAC,MAAM,GAAE,6BAAkC,GAAG,cAAc,CAAC,eAAe,CAAC,CAMnH;AAED,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC;AACrE,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC;AACvE,YAAY,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface MicrosoftEntraIdIntegrationClient {
|
|
3
|
+
listUsers(params: {
|
|
4
|
+
"$top"?: number;
|
|
5
|
+
"$skiptoken"?: string;
|
|
6
|
+
}): Promise<MCPToolCallResponse>;
|
|
7
|
+
getUser(params: {
|
|
8
|
+
user_id: string;
|
|
9
|
+
}): Promise<MCPToolCallResponse>;
|
|
10
|
+
createUser(params: {
|
|
11
|
+
user_json: string;
|
|
12
|
+
}): Promise<MCPToolCallResponse>;
|
|
13
|
+
listGroups(params: {
|
|
14
|
+
"$top"?: number;
|
|
15
|
+
"$skiptoken"?: string;
|
|
16
|
+
}): Promise<MCPToolCallResponse>;
|
|
17
|
+
listApplications(params: {
|
|
18
|
+
"$top"?: number;
|
|
19
|
+
"$skiptoken"?: string;
|
|
20
|
+
}): Promise<MCPToolCallResponse>;
|
|
21
|
+
listAuditLogs(params: {
|
|
22
|
+
"$top"?: number;
|
|
23
|
+
"$filter"?: string;
|
|
24
|
+
}): Promise<MCPToolCallResponse>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=microsoft_entra_id-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"microsoft_entra_id-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/microsoft_entra_id-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,iCAAiC;IAChD,SAAS,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,YAAY,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC5F,OAAO,CAAC,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnE,UAAU,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACxE,UAAU,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,YAAY,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC7F,gBAAgB,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,YAAY,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnG,aAAa,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC9F"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const MICROSOFT_ENTRA_ID_SCOPES: readonly ["User.ReadWrite.All", "Group.ReadWrite.All", "Application.ReadWrite.All", "Directory.Read.All", "AuditLog.Read.All", "offline_access"];
|
|
3
|
+
declare const MICROSOFT_ENTRA_ID_TOOLS: readonly ["microsoft_entra_id_list_users", "microsoft_entra_id_get_user", "microsoft_entra_id_create_user", "microsoft_entra_id_list_groups", "microsoft_entra_id_list_applications", "microsoft_entra_id_list_audit_logs"];
|
|
4
|
+
export interface MicrosoftEntraIdIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function microsoftEntraIdIntegration(config?: MicrosoftEntraIdIntegrationConfig): MCPIntegration<"microsoft_entra_id">;
|
|
11
|
+
export type MicrosoftEntraIdTools = (typeof MICROSOFT_ENTRA_ID_TOOLS)[number];
|
|
12
|
+
export type MicrosoftEntraIdScopes = (typeof MICROSOFT_ENTRA_ID_SCOPES)[number];
|
|
13
|
+
export type { MicrosoftEntraIdIntegrationClient } from "./microsoft_entra_id-client.js";
|
|
14
|
+
//# sourceMappingURL=microsoft_entra_id.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"microsoft_entra_id.d.ts","sourceRoot":"","sources":["../../../src/integrations/microsoft_entra_id.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,yBAAyB,kJAOrB,CAAC;AAEX,QAAA,MAAM,wBAAwB,6NAOpB,CAAC;AAEX,MAAM,WAAW,iCAAiC;IAChD,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,2BAA2B,CAAC,MAAM,GAAE,iCAAsC,GAAG,cAAc,CAAC,oBAAoB,CAAC,CAMhI;AAED,MAAM,MAAM,qBAAqB,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,CAAC,CAAC;AAC9E,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC;AAChF,YAAY,EAAE,iCAAiC,EAAE,MAAM,gCAAgC,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface MicrosoftGraphEducationIntegrationClient {
|
|
3
|
+
listClasses(params: {
|
|
4
|
+
"$top"?: number;
|
|
5
|
+
"$skip"?: string;
|
|
6
|
+
}): Promise<MCPToolCallResponse>;
|
|
7
|
+
getClass(params: {
|
|
8
|
+
class_id: string;
|
|
9
|
+
}): Promise<MCPToolCallResponse>;
|
|
10
|
+
listUsers(params: {
|
|
11
|
+
"$top"?: number;
|
|
12
|
+
"$skip"?: string;
|
|
13
|
+
}): Promise<MCPToolCallResponse>;
|
|
14
|
+
listAssignments(params: {
|
|
15
|
+
class_id: string;
|
|
16
|
+
"$top"?: number;
|
|
17
|
+
"$skip"?: string;
|
|
18
|
+
}): Promise<MCPToolCallResponse>;
|
|
19
|
+
createAssignment(params: {
|
|
20
|
+
class_id: string;
|
|
21
|
+
assignment_json: string;
|
|
22
|
+
}): Promise<MCPToolCallResponse>;
|
|
23
|
+
listSchools(params: {
|
|
24
|
+
"$top"?: number;
|
|
25
|
+
"$skip"?: string;
|
|
26
|
+
}): Promise<MCPToolCallResponse>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=microsoft_graph_education-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"microsoft_graph_education-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/microsoft_graph_education-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,wCAAwC;IACvD,WAAW,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACzF,QAAQ,CAAC,MAAM,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACrE,SAAS,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACvF,eAAe,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;IAC/G,gBAAgB,CAAC,MAAM,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACtG,WAAW,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC1F"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const MICROSOFT_GRAPH_EDUCATION_SCOPES: readonly ["EduRoster.ReadWrite", "EduAssignments.ReadWrite", "offline_access"];
|
|
3
|
+
declare const MICROSOFT_GRAPH_EDUCATION_TOOLS: readonly ["microsoft_graph_education_list_classes", "microsoft_graph_education_get_class", "microsoft_graph_education_list_users", "microsoft_graph_education_list_assignments", "microsoft_graph_education_create_assignment", "microsoft_graph_education_list_schools"];
|
|
4
|
+
export interface MicrosoftGraphEducationIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function microsoftGraphEducationIntegration(config?: MicrosoftGraphEducationIntegrationConfig): MCPIntegration<"microsoft_graph_education">;
|
|
11
|
+
export type MicrosoftGraphEducationTools = (typeof MICROSOFT_GRAPH_EDUCATION_TOOLS)[number];
|
|
12
|
+
export type MicrosoftGraphEducationScopes = (typeof MICROSOFT_GRAPH_EDUCATION_SCOPES)[number];
|
|
13
|
+
export type { MicrosoftGraphEducationIntegrationClient } from "./microsoft_graph_education-client.js";
|
|
14
|
+
//# sourceMappingURL=microsoft_graph_education.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"microsoft_graph_education.d.ts","sourceRoot":"","sources":["../../../src/integrations/microsoft_graph_education.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,gCAAgC,gFAI5B,CAAC;AAEX,QAAA,MAAM,+BAA+B,2QAO3B,CAAC;AAEX,MAAM,WAAW,wCAAwC;IACvD,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,kCAAkC,CAAC,MAAM,GAAE,wCAA6C,GAAG,cAAc,CAAC,2BAA2B,CAAC,CAMrJ;AAED,MAAM,MAAM,4BAA4B,GAAG,CAAC,OAAO,+BAA+B,CAAC,CAAC,MAAM,CAAC,CAAC;AAC5F,MAAM,MAAM,6BAA6B,GAAG,CAAC,OAAO,gCAAgC,CAAC,CAAC,MAAM,CAAC,CAAC;AAC9F,YAAY,EAAE,wCAAwC,EAAE,MAAM,uCAAuC,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface MieleIntegrationClient {
|
|
3
|
+
listDevices(params: {
|
|
4
|
+
"language"?: string;
|
|
5
|
+
}): Promise<MCPToolCallResponse>;
|
|
6
|
+
getDevice(params: {
|
|
7
|
+
device_id: string;
|
|
8
|
+
"language"?: string;
|
|
9
|
+
}): Promise<MCPToolCallResponse>;
|
|
10
|
+
getActions(params: {
|
|
11
|
+
device_id: string;
|
|
12
|
+
"language"?: string;
|
|
13
|
+
}): Promise<MCPToolCallResponse>;
|
|
14
|
+
executeAction(params: {
|
|
15
|
+
device_id: string;
|
|
16
|
+
action_json: string;
|
|
17
|
+
}): Promise<MCPToolCallResponse>;
|
|
18
|
+
getPrograms(params: {
|
|
19
|
+
device_id: string;
|
|
20
|
+
"language"?: string;
|
|
21
|
+
}): Promise<MCPToolCallResponse>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=miele-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"miele-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/miele-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,sBAAsB;IACrC,WAAW,CAAC,MAAM,EAAE;QAAE,UAAU,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC3E,SAAS,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC5F,UAAU,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC7F,aAAa,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChG,WAAW,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,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 MIELE_SCOPES: readonly ["openid", "offline_access", "read", "write"];
|
|
3
|
+
declare const MIELE_TOOLS: readonly ["miele_list_devices", "miele_get_device", "miele_get_actions", "miele_execute_action", "miele_get_programs"];
|
|
4
|
+
export interface MieleIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function mieleIntegration(config?: MieleIntegrationConfig): MCPIntegration<"miele">;
|
|
11
|
+
export type MieleTools = (typeof MIELE_TOOLS)[number];
|
|
12
|
+
export type MieleScopes = (typeof MIELE_SCOPES)[number];
|
|
13
|
+
export type { MieleIntegrationClient } from "./miele-client.js";
|
|
14
|
+
//# sourceMappingURL=miele.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"miele.d.ts","sourceRoot":"","sources":["../../../src/integrations/miele.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,YAAY,wDAKR,CAAC;AAEX,QAAA,MAAM,WAAW,wHAMP,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,26 @@
|
|
|
1
|
+
import type { MCPToolCallResponse } from "../protocol/messages.js";
|
|
2
|
+
export interface MoneybirdIntegrationClient {
|
|
3
|
+
listAdministrations(params: Record<string, never>): Promise<MCPToolCallResponse>;
|
|
4
|
+
listContacts(params: {
|
|
5
|
+
administration_id: string;
|
|
6
|
+
"query"?: string;
|
|
7
|
+
"page"?: number;
|
|
8
|
+
}): Promise<MCPToolCallResponse>;
|
|
9
|
+
createContact(params: {
|
|
10
|
+
administration_id: string;
|
|
11
|
+
contact_json: string;
|
|
12
|
+
}): Promise<MCPToolCallResponse>;
|
|
13
|
+
listSalesInvoices(params: {
|
|
14
|
+
administration_id: string;
|
|
15
|
+
"filter"?: string;
|
|
16
|
+
"page"?: number;
|
|
17
|
+
}): Promise<MCPToolCallResponse>;
|
|
18
|
+
createSalesInvoice(params: {
|
|
19
|
+
administration_id: string;
|
|
20
|
+
invoice_json: string;
|
|
21
|
+
}): Promise<MCPToolCallResponse>;
|
|
22
|
+
listFinancialAccounts(params: {
|
|
23
|
+
administration_id: string;
|
|
24
|
+
}): Promise<MCPToolCallResponse>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=moneybird-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"moneybird-client.d.ts","sourceRoot":"","sources":["../../../src/integrations/moneybird-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,0BAA0B;IACzC,mBAAmB,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjF,YAAY,CAAC,MAAM,EAAE;QAAE,iBAAiB,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACrH,aAAa,CAAC,MAAM,EAAE;QAAE,iBAAiB,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACzG,iBAAiB,CAAC,MAAM,EAAE;QAAE,iBAAiB,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC3H,kBAAkB,CAAC,MAAM,EAAE;QAAE,iBAAiB,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9G,qBAAqB,CAAC,MAAM,EAAE;QAAE,iBAAiB,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAC5F"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { MCPIntegration } from "./types.js";
|
|
2
|
+
declare const MONEYBIRD_SCOPES: readonly ["sales_invoices", "documents", "estimates", "bank", "settings"];
|
|
3
|
+
declare const MONEYBIRD_TOOLS: readonly ["moneybird_list_administrations", "moneybird_list_contacts", "moneybird_create_contact", "moneybird_list_sales_invoices", "moneybird_create_sales_invoice", "moneybird_list_financial_accounts"];
|
|
4
|
+
export interface MoneybirdIntegrationConfig {
|
|
5
|
+
clientId?: string;
|
|
6
|
+
clientSecret?: string;
|
|
7
|
+
scopes?: string[];
|
|
8
|
+
redirectUri?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function moneybirdIntegration(config?: MoneybirdIntegrationConfig): MCPIntegration<"moneybird">;
|
|
11
|
+
export type MoneybirdTools = (typeof MONEYBIRD_TOOLS)[number];
|
|
12
|
+
export type MoneybirdScopes = (typeof MONEYBIRD_SCOPES)[number];
|
|
13
|
+
export type { MoneybirdIntegrationClient } from "./moneybird-client.js";
|
|
14
|
+
//# sourceMappingURL=moneybird.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"moneybird.d.ts","sourceRoot":"","sources":["../../../src/integrations/moneybird.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,QAAA,MAAM,gBAAgB,2EAMZ,CAAC;AAEX,QAAA,MAAM,eAAe,4MAOX,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"}
|