Skip to content

Commit a994a74

Browse files
authored
MCP annotations follow-up (#18609)
* Fixing transloadit app and components * Fixing NaN version component * Fixing remaining components * pnpm
1 parent 2da7d96 commit a994a74

File tree

18 files changed

+1205
-72
lines changed

18 files changed

+1205
-72
lines changed

components/codescene/actions/get-project-analysis/get-project-analysis.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "codescene-get-project-analysis",
55
name: "Get Project Analysis",
66
description: "Returns a single project analysis. [See the documentation](https://codescene.io/docs/integrations/public-api.html#single-analysis-details)",
7-
version: "0.0.NaN",
7+
version: "0.1.0",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/discogs/actions/update-order/update-order.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "discogs-update-order",
55
name: "Update Order Status",
66
description: "Updates the status of an existing order on Discogs. [See the documentation](https://www.discogs.com/developers#page:marketplace,header:marketplace-edit-an-order)",
7-
version: "0.0.NaN",
7+
version: "0.1.0",
88
annotations: {
99
destructiveHint: true,
1010
openWorldHint: true,

components/freshmarketer/actions/add-update-contact/add-update-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "freshmarketer-add-update-contact",
77
name: "Add or Update Contact",
88
description: "Create a new contact or updates an existing one.",
9-
version: "0.0.NaN",
9+
version: "0.1.0",
1010
annotations: {
1111
destructiveHint: true,
1212
openWorldHint: true,

components/lokalise/actions/create-project/create-project.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "lokalise-create-project",
55
name: "Create Project",
66
description: "Initializes an empty project in Lokalise. [See the documentation](https://developers.lokalise.com/reference/create-a-project)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/posthog/actions/capture-event/capture-event.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "posthog-capture-event",
55
name: "Capture Event",
66
description: "Captures a given event within the PostHog system. [See the documentation](https://posthog.com/docs/api/post-only-endpoints#single-event)",
7-
version: "0.0.4",
7+
version: "0.0.5",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/posthog/actions/create-query/create-query.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "posthog-create-query",
55
name: "Create Query",
66
description: "Create a HogQLQuery and return the results. [See the documentation](https://posthog.com/docs/api/queries#creating-a-query)",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/posthog/actions/get-cohorts/get-cohorts.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "posthog-get-cohorts",
55
name: "Get Cohorts",
66
description: "Retrieve a list of cohorts. [See the documentation](https://posthog.com/docs/api/cohorts#get-api-projects-project_id-cohorts)",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/posthog/actions/get-persons/get-persons.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "posthog-get-persons",
55
name: "Get Persons",
66
description: "Retrieve a list of persons. [See the documentation](https://posthog.com/docs/api/persons#get-api-projects-project_id-persons)",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/posthog/actions/get-surveys/get-surveys.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "posthog-get-surveys",
55
name: "Get Surveys",
66
description: "Retrieve a list of surveys. [See the documentation](https://posthog.com/docs/api/surveys#get-api-projects-project_id-surveys)",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/pro_ledger/actions/get-classes/get-classes.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "pro_ledger-get-classes",
55
name: "Get Classes",
66
description: "Get classes setup information. [See the documentation](https://api.pro-ledger.com/redoc#tag/record/operation/get_classes_api_v1_record_get_classes_get)",
7-
version: "0.0.NaN",
7+
version: "0.1.0",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

0 commit comments

Comments
 (0)