Skip to content

Commit d4c2578

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

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/pushbullet/actions/delete-push/delete-push.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ import pushbullet from "../../pushbullet.app.mjs";
22

33
export default {
44
name: "Delete push",
5-
version: "0.0.1",
5+
version: "0.0.2",
6+
annotations: {
7+
destructiveHint: true,
8+
openWorldHint: true,
9+
readOnlyHint: false,
10+
},
611
key: "pushbullet-delete-push",
712
description: "Delete a push. [See docs here](https://docs.pushbullet.com/#delete-push)",
813
type: "action",

components/pushbullet/actions/send-push/send-push.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ import constants from "../common/constants.mjs";
33

44
export default {
55
name: "Send push (Note, Link and File)",
6-
version: "0.0.1",
6+
version: "0.0.2",
7+
annotations: {
8+
destructiveHint: false,
9+
openWorldHint: true,
10+
readOnlyHint: false,
11+
},
712
key: "pushbullet-send-push",
813
description: "Send a push to a device or another person. [See docs here](https://docs.pushbullet.com/#create-push)",
914
type: "action",

components/pushcut/actions/execute-homekit-scene/execute-homekit-scene.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "pushcut-execute-homekit-scene",
55
name: "Execute Homekit Scene",
66
description: "Schedules an Automation Server action request for a homekit scene. [See the documentation](https://www.pushcut.io/webapi)",
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
pushcut,

components/pushcut/actions/execute-shortcut/execute-shortcut.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "pushcut-execute-shortcut",
55
name: "Execute Shortcut",
66
description: "Schedules an Automation Server action request for a shortcut. [See the documentation](https://www.pushcut.io/webapi)",
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
pushcut,

components/pushcut/actions/send-notification/send-notification.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "pushcut-send-notification",
55
name: "Send Notification",
66
description: "Sends a smart notification to your devices. [See the documentation](https://www.pushcut.io/webapi)",
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
pushcut,

components/pusher/actions/send-event-to-channel/send-event-to-channel.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "pusher-send-event-to-channel",
66
name: "Send an Event to a Channel",
77
description: "Send an event to a channel using Pusher's npm package",
8-
version: "0.2.1",
8+
version: "0.2.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
pusher: {

components/pushover/actions/emergency-push-notification/emergency-push-notification.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
description: `Sends an Emergency Push Notification to devices with Pushover.
88
Notifications are repeated until they are acknowledged by the user.
99
More information at [Pushing Messages](https://pushover.net/api#messages) and [Message Priority](https://pushover.net/api#priority)`,
10-
version: "0.0.4",
10+
version: "0.0.5",
11+
annotations: {
12+
destructiveHint: false,
13+
openWorldHint: true,
14+
readOnlyHint: false,
15+
},
1116
type: "action",
1217
props: {
1318
pushover,

components/pushover/actions/push-notification/push-notification.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "pushover-push-notification",
66
name: "Push Notification",
77
description: "Sends a Push Notification to devices with Pushover. More information at [Pushing Messages](https://pushover.net/api#messages)",
8-
version: "0.0.4",
8+
version: "0.0.5",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
pushover,

components/pushshift_reddit_search/actions/search-reddit-posts/search-reddit-posts.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "pushshift_reddit_search-search-reddit-posts",
66
name: "Search Reddit Posts",
77
description: "Search Reddit posts using the Pushshift.io API. [See the docs here](https://github.com/pushshift/api)",
8-
version: "0.1.2",
8+
version: "0.1.3",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
type: "action",
1015
props: {
1116
pushshift,

components/python/actions/run-python-code/run-python-code.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ import python from "../../python.app.mjs";
22

33
export default {
44
name: "Run Python Code",
5-
version: "0.0.2",
5+
version: "0.0.3",
6+
annotations: {
7+
destructiveHint: false,
8+
openWorldHint: true,
9+
readOnlyHint: false,
10+
},
611
key: "python-run-python-code",
712
description: "Write Python and use any of the 350k+ PyPi packages available. Refer to the [Pipedream Python docs](https://pipedream.com/docs/code/python) to learn more.",
813
props: {

0 commit comments

Comments
 (0)