Skip to content

Commit a1aa46b

Browse files
authored
[Auto-generated] MCP Annotations Batch 36/65 (#18556)
Automated pull request from mcp-annotations-36
1 parent a9b9bb7 commit a1aa46b

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/mysql/actions/execute-raw-query/execute-raw-query.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Execute SQL Query",
66
description: "Execute a custom MySQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.",
77
type: "action",
8-
version: "2.0.1",
8+
version: "2.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
mysql,
1116
// eslint-disable-next-line pipedream/props-description

components/mysql/actions/execute-stored-procedure/execute-stored-procedure.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Execute Stored Procedure",
66
description: "Execute Stored Procedure. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/stored-programs-defining.html)",
77
type: "action",
8-
version: "2.0.5",
8+
version: "2.0.6",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
mysql,
1116
storedProcedure: {

components/mysql/actions/find-row/find-row.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Find Row",
66
description: "Finds a row in a table via a lookup column. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/select.html)",
77
type: "action",
8-
version: "2.0.5",
8+
version: "2.0.6",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
mysql,
1116
table: {

components/mysql/actions/update-row/update-row.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
name: "Update Row",
77
description: "Updates an existing row. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/update.html)",
88
type: "action",
9-
version: "2.0.5",
9+
version: "2.0.6",
10+
annotations: {
11+
destructiveHint: true,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
props: {
1116
mysql,
1217
table: {

components/nango/actions/create-integration/create-integration.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
name: "Create Integration",
77
description: "Create a new Integration. [See the Documentation](https://docs.nango.dev/api-reference/integration/create)",
88
type: "action",
9-
version: "0.0.1",
9+
version: "0.0.2",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
props: {
1116
app,
1217
oauthClientId: {

components/nango/actions/delete-connection/delete-connection.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Delete Connection",
66
description: "Deletes a Connection. [See the Documentation](https://docs.nango.dev/api-reference/connection/delete)",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
app,
1116
connectionId: {

components/nango/actions/get-connection/get-connection.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Get Connection",
66
description: "Returns a Connection. [See the Documentation](https://docs.nango.dev/api-reference/connection/get)",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
app,
1116
connectionId: {

components/nango/actions/list-connections/list-connections.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "List Connections",
66
description: "Returns a list of Connections. [See the Documentation](https://docs.nango.dev/api-reference/connection/list)",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
app,
1116
},

components/nango/actions/list-integrations/list-integrations.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "List Integrations",
66
description: "Returns a list of Integrations. [See the Documentation](https://docs.nango.dev/api-reference/integration/list)",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
props: {
1015
app,
1116
},

components/nango/actions/proxy-get/proxy-get.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Proxy Get Request",
66
description: "Make a post request with the Proxy. [See the Documentation](https://docs.nango.dev/api-reference/proxy/get)",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
app,
1116
anyPath: {

0 commit comments

Comments
 (0)