Skip to content

Commit 7086f98

Browse files
authored
[Auto-generated] MCP Annotations Batch 60/65 (#18580)
Automated pull request from mcp-annotations-60
1 parent 32d6119 commit 7086f98

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/venly/actions/create-mint-nft/create-mint-nft.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "venly-create-mint-nft",
66
name: "Create and Mint NFT",
77
description: "Creates a template or token type that allows for minting of new NFTs. [See the documentation](https://docs.venly.io/reference/definetokentype_1_1)",
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
venly,

components/vercel_token_auth/actions/cancel-deployment/cancel-deployment.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "vercel_token_auth-cancel-deployment",
55
name: "Cancel Deployment",
66
description: "Cancel a deployment which is currently building. [See the documentation](https://vercel.com/docs/rest-api/endpoints/deployments#cancel-a-deployment)",
7-
version: "0.0.5",
7+
version: "0.0.6",
8+
annotations: {
9+
destructiveHint: true,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
vercelTokenAuth,

components/vercel_token_auth/actions/create-deployment/create-deployment.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "vercel_token_auth-create-deployment",
66
name: "Create Deployment",
77
description: "Create a new deployment from a GitHub repository. [See the documentation](https://vercel.com/docs/rest-api/endpoints/deployments#create-a-new-deployment)",
8-
version: "0.0.5",
8+
version: "0.0.6",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
vercelTokenAuth,

components/vercel_token_auth/actions/list-deployments/list-deployments.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "vercel_token_auth-list-deployments",
55
name: "List Deployments",
66
description: "List deployments under the account corresponding to the API token. [See the documentation](https://vercel.com/docs/rest-api/endpoints/deployments#list-deployments)",
7-
version: "0.0.5",
7+
version: "0.0.6",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
vercelTokenAuth,

components/verifalia/actions/delete-job/delete-job.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
name: "Delete Email Verification Job",
55
description: "Delete a previously submitted email verification job. [See the docs](https://verifalia.com/developers#email-validations-deleting) for more information",
66
key: "verifalia-delete-job",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: true,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
verifalia,

components/verifalia/actions/get-balance/get-balance.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
name: "Get Credits Balance",
55
description: "Get the number of credit packs and free daily credits available to the account. [See the docs](https://verifalia.com/developers#credits-get-balance) for more information",
66
key: "verifalia-get-balance",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
verifalia,

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ export default {
1212
description: "Verify an email address and check if it is properly formatted, really exists and can accept mails, " +
1313
"flagging spam traps, disposable emails and much more. [See the docs](https://verifalia.com/developers#email-validations-creating) for more information",
1414
key: "verifalia-verify-email",
15-
version: "1.1.1",
15+
version: "1.1.2",
16+
annotations: {
17+
destructiveHint: true,
18+
openWorldHint: true,
19+
readOnlyHint: false,
20+
},
1621
type: "action",
1722
props: {
1823
verifalia,

components/verifalia/actions/verify-list-emails/verify-list-emails.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ export default {
1212
description: "Verify a list of email address and check if it is properly formatted, really exists and can accept mails, " +
1313
"flagging spam traps, disposable emails and much more. [See the docs](https://verifalia.com/developers#email-validations-creating) for more information",
1414
key: "verifalia-verify-list-emails",
15-
version: "0.1.1",
15+
version: "0.1.2",
16+
annotations: {
17+
destructiveHint: true,
18+
openWorldHint: true,
19+
readOnlyHint: false,
20+
},
1621
type: "action",
1722
props: {
1823
verifalia,

components/verifi_email/actions/validate-email-address/validate-email-address.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "verifi_email-validate-email-address",
55
name: "Validate Email Address",
66
description: "Validate an email address. [See the documentation](https://verifi.email/docs)",
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
verifiEmail,

components/veriphone/actions/get-phone-example/get-phone-example.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "veriphone-get-phone-example",
55
name: "Get Dummy Phone Number",
66
description: "Returns a dummy phone number for a specific country and phone type. [See the documentation](https://veriphone.io/docs/v2#:~:text=T%2DMobile%22%0A%7D-,EXAMPLE,-Veriphone%27s%20/v2/example)",
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
veriphone,

0 commit comments

Comments
 (0)