Skip to content

Commit 599aa1d

Browse files
authored
[Auto-generated] MCP Annotations Batch 37/65 (#18557)
Automated pull request from mcp-annotations-37
1 parent a1aa46b commit 599aa1d

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/nordigen/actions/delete-requisition-link/delete-requisition-link.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "nordigen-delete-requisition-link",
55
name: "Delete Requisition Link",
66
description: "Delete requisition and its end user agreement. [See the docs](https://ob.nordigen.com/api/docs#/requisitions/delete%20requisition%20by%20id%20v2)",
7-
version: "1.0.0",
7+
version: "1.0.1",
8+
annotations: {
9+
destructiveHint: true,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
nordigen,

components/nordigen/actions/get-account-balances/get-account-balances.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "nordigen-get-account-balances",
55
name: "Get Account Balances",
66
description: "Get the balances of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/accounts_balances_retrieve)",
7-
version: "1.0.0",
7+
version: "1.0.1",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
nordigen,

components/nordigen/actions/get-account-details/get-account-details.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "nordigen-get-account-details",
55
name: "Get Account Details",
66
description: "Get the details of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/accounts_details_retrieve)",
7-
version: "1.0.0",
7+
version: "1.0.1",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
nordigen,

components/nordigen/actions/get-account-metadata/get-account-metadata.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "nordigen-get-account-metadata",
55
name: "Get Account Metadata",
66
description: "Get the metadata of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/retrieve%20account%20metadata)",
7-
version: "1.0.0",
7+
version: "1.0.1",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
nordigen,

components/nordigen/actions/get-account-transactions/get-account-transactions.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "nordigen-get-account-transactions",
55
name: "Get Account Transactions",
66
description: "Get the transactions of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/accounts_transactions_retrieve)",
7-
version: "1.0.0",
7+
version: "1.0.1",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
nordigen,

components/northflank/actions/create-domain/create-domain.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "northflank-create-domain",
55
name: "Create Domain",
66
description: "Creates a new domain on Northflank. [See the documentation](https://northflank.com/docs/v1/api/domains/create-new-domain)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
app,

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "northflank-create-project",
55
name: "Create Project",
66
description: "Creates a new project on Northflank. [See the documentation](https://northflank.com/docs/v1/api/projects/create-project)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
app,

components/northflank/actions/get-domains/get-domains.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "northflank-get-domains",
55
name: "Get Domains",
66
description: "List all domains with pagination. [See the documentation](https://northflank.com/docs/v1/api/domains/list-domains)",
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
app,

components/northflank/actions/get-projects/get-projects.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "northflank-get-projects",
55
name: "Get Projects",
66
description: "Lists all projects with pagination. [See the documentation](https://northflank.com/docs/v1/api/projects/list-projects)",
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
app,

components/noticeable/actions/create-email-subscription/create-email-subscription.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ import app from "../../noticeable.app.mjs";
33
export default {
44
type: "action",
55
key: "noticeable-create-email-subscription",
6-
version: "0.0.1",
6+
version: "0.0.2",
7+
annotations: {
8+
destructiveHint: false,
9+
openWorldHint: true,
10+
readOnlyHint: false,
11+
},
712
name: "Create Email Subscription",
813
description: "Creates an email subscription, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)",
914
props: {

0 commit comments

Comments
 (0)