Skip to content

Commit d36f5d8

Browse files
committed
feat: MCP annotations batch 2/65 (100 components)
1 parent 61d0151 commit d36f5d8

File tree

100 files changed

+600
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+600
-100
lines changed

components/addressfinder/actions/verify-address-nz/verify-address-nz.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "addressfinder-verify-address-nz",
55
name: "Verify New Zealand Address",
66
description: "Validates a New Zealand address. [See the documentation](https://addressfinder.com.au/api/nz/address/verification/)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
addressfinder,

components/addressfinder/actions/verify-email/verify-email.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "addressfinder-verify-email",
55
name: "Verify Email",
66
description: "Validates the input email. [See the documentation](https://addressfinder.com.au/api/email/verification/)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
addressfinder,

components/addresszen/actions/freeform-verify-correct-us-address/freeform-verify-correct-us-address.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "addresszen-freeform-verify-correct-us-address",
55
name: "Verify and Correct Freeform US Address",
66
description: "Verify (CASS) and correct a US address using a complete address. [See the documentation](https://docs.addresszen.com/docs/api)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
addresszen,

components/addresszen/actions/verify-correct-us-address-city-state/verify-correct-us-address-city-state.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "addresszen-verify-correct-us-address-city-state",
66
name: "Verify and Correct US Address by City and State",
77
description: "Verifies and corrects a US address using the input of a single address line, city, and state. [See the documentation](https://docs.addresszen.com/docs/api)",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
type: "action",
1015
props: {
1116
addresszen,

components/addresszen/actions/verify-correct-us-address-zip-code/verify-correct-us-address-zip-code.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "addresszen-verify-correct-us-address-zip-code",
55
name: "Verify and Correct US Address by Zip Code",
66
description: "Verifies and corrects a US address based on a single address line and a zip code. [See the documentation](https://docs.addresszen.com/docs/api)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
addresszen,

components/adhook/actions/create-calendar-event/create-calendar-event.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "adhook-create-calendar-event",
66
name: "Create Calendar Event",
77
description: "Generates a personalized calendar event in AdHook. [See the documentation](https://app.adhook.io/api-doc/)",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
adhook,

components/adhook/actions/create-update-post/create-update-post.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "adhook-create-update-post",
77
name: "Create or Update Post",
88
description: "Adds a new post or modifies an existing post in Adhook. [See the documentation](https://app.adhook.io/api-doc/)",
9-
version: "0.0.1",
9+
version: "0.0.2",
10+
annotations: {
11+
destructiveHint: true,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
type: "action",
1116
props: {
1217
adhook,

components/adobe_pdf_services/actions/extract-text-and-tables/extract-text-and-tables.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "adobe_pdf_services-extract-text-and-tables",
55
name: "Extract Text and Tables From PDF",
66
description: "Extracts text and table element information from a PDF document and returns a JSON file along with table data in XLSX format within a .zip file saved to the `/tmp` directory. [See the documentation](https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/howtos/extract-api/#extract-text-and-tables)",
7-
version: "0.0.3",
7+
version: "0.0.4",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
adobe,

components/adobe_pdf_services/actions/extract-text-from-pdf/extract-text-from-pdf.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "adobe_pdf_services-extract-text-from-pdf",
55
name: "Extract Text From PDF",
66
description: "Extracts text element information from a PDF document and returns a JSON file within a .zip file saved to the `/tmp` directory. [See the documentation](https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/howtos/extract-api/#extract-text-from-a-pdf)",
7-
version: "0.0.3",
7+
version: "0.0.4",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
adobe,

components/adobe_photoshop/actions/remove-background-from-image/remove-background-from-image.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ export default {
99
key: "adobe_photoshop-remove-background-from-image",
1010
name: "Remove Background from Image",
1111
description: "Removes the background from an image using Adobe Photoshop API. [See the documentation](https://developer.adobe.com/firefly-services/docs/photoshop/api/photoshop_removeBackground/)",
12-
version: "0.0.1",
12+
version: "0.0.2",
13+
annotations: {
14+
destructiveHint: true,
15+
openWorldHint: true,
16+
readOnlyHint: false,
17+
},
1318
type: "action",
1419
props: {
1520
adobePhotoshop,

0 commit comments

Comments
 (0)