Skip to content

Commit 870b10e

Browse files
authored
[Auto-generated] MCP Annotations Batch 11/65 (#18532)
Automated pull request from mcp-annotations-11
1 parent f40f212 commit 870b10e

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/clickup/actions/get-team-views/get-team-views.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "clickup-get-team-views",
66
name: "Get Team Views",
77
description: "Get all views of a team. [See the documentation](https://clickup.com/api) in **Views / Get Team Views** section.",
8-
version: "0.0.11",
8+
version: "0.0.12",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
type: "action",
1015
async run({ $ }) {
1116
const { workspaceId } = this;

components/clickup/actions/get-view-comments/get-view-comments.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "clickup-get-view-comments",
66
name: "Get View Comments",
77
description: "Get a view comments. [See the documentation](https://clickup.com/api) in **Comments / Get Chat View Comments** section.",
8-
version: "0.0.11",
8+
version: "0.0.12",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
type: "action",
1015
props: {
1116
...common.props,

components/clickup/actions/get-view-tasks/get-view-tasks.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "clickup-get-view-tasks",
66
name: "Get View Tasks",
77
description: "Get all tasks of a view. [See the documentation](https://clickup.com/api) in **Views / Get View Tasks** section.",
8-
version: "0.0.11",
8+
version: "0.0.12",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
type: "action",
1015
props: {
1116
...common.props,

components/clickup/actions/get-view/get-view.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "clickup-get-view",
66
name: "Get View",
77
description: "Get a view. [See the documentation](https://clickup.com/api) in **Views / Get View** section.",
8-
version: "0.0.11",
8+
version: "0.0.12",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
type: "action",
1015
props: {
1116
...common.props,

components/clickup/actions/remove-task-custom-field/remove-task-custom-field.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "clickup-remove-task-custom-field",
66
name: "Remove Task Custom Field",
77
description: "Remove custom field from a task. [See the documentation](https://clickup.com/api) in **Custom Fields / Remove Custom Field Value** section.",
8-
version: "0.0.11",
8+
version: "0.0.12",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
...common.props,

components/clickup/actions/start-time-entry/start-time-entry.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "clickup-start-time-entry",
66
name: "Start Time Entry",
77
description: "Start time entry. [See the documentation](https://clickup.com/api/clickupreference/operation/StartatimeEntry)",
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
...common.props,

components/clickup/actions/stop-time-entry/stop-time-entry.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "clickup-stop-time-entry",
66
name: "Stop Time Entry",
77
description: "Stop time entry. [See the documentation](https://clickup.com/api/clickupreference/operation/StopatimeEntry)",
8-
version: "0.0.6",
8+
version: "0.0.7",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
async run({ $ }) {
1116
const response = await this.clickup.stopTimeEntry({

components/clickup/actions/update-checklist-item/update-checklist-item.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "clickup-update-checklist-item",
66
name: "Update Checklist Item",
77
description: "Updates item in a checklist. [See the documentation](https://clickup.com/api) in **Checklists / Edit Checklist Item** section.",
8-
version: "0.0.11",
8+
version: "0.0.12",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
...common.props,

components/clickup/actions/update-checklist/update-checklist.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "clickup-update-checklist",
66
name: "Update Checklist",
77
description: "Updates a checklist in a task. [See the documentation](https://clickup.com/api) in **Checklists / Edit Checklist** section.",
8-
version: "0.0.11",
8+
version: "0.0.12",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
...common.props,

components/clickup/actions/update-comment/update-comment.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "clickup-update-comment",
66
name: "Update Comment",
77
description: "Updates a comment. [See the documentation](https://clickup.com/api) in **Comments / Update Comment** section.",
8-
version: "0.0.13",
8+
version: "0.0.14",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
...common.props,

0 commit comments

Comments
 (0)