Skip to content

Commit a9b9bb7

Browse files
authored
[Auto-generated] MCP Annotations Batch 35/65 (#18555)
Automated pull request from mcp-annotations-35
1 parent 200b2bc commit a9b9bb7

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/miro_custom_app/actions/create-sticky-note/create-sticky-note.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ const { app } = common.props;
55

66
export default {
77
name: "Create Sticky Note",
8-
version: "0.0.2",
8+
version: "0.0.3",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
key: "miro_custom_app-create-sticky-note",
1015
description: "Creates a sticky note on a Miro board. [See the docs](https://developers.miro.com/reference/create-sticky-note-item).",
1116
type: "action",

components/miro_custom_app/actions/delete-board/delete-board.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ import common from "../common/base.mjs";
33
export default {
44
...common,
55
name: "Delete Board",
6-
version: "0.0.2",
6+
version: "0.0.3",
7+
annotations: {
8+
destructiveHint: true,
9+
openWorldHint: true,
10+
readOnlyHint: false,
11+
},
712
key: "miro_custom_app-delete-board",
813
description: "Deletes a Miro board. [See the docs](https://developers.miro.com/reference/delete-board).",
914
type: "action",

components/miro_custom_app/actions/delete-item/delete-item.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ const { app } = common.props;
44

55
export default {
66
name: "Delete Item",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: true,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
key: "miro_custom_app-delete-item",
914
description: "Deletes an item from a Miro board. [See the docs](https://developers.miro.com/reference/delete-item).",
1015
type: "action",

components/miro_custom_app/actions/get-board/get-board.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ import common from "../common/base.mjs";
33
export default {
44
...common,
55
name: "Get Board",
6-
version: "0.0.2",
6+
version: "0.0.3",
7+
annotations: {
8+
destructiveHint: false,
9+
openWorldHint: true,
10+
readOnlyHint: true,
11+
},
712
key: "miro_custom_app-get-board",
813
description: "Returns a Miro board. [See the docs](https://developers.miro.com/reference/get-specific-board).",
914
type: "action",

components/miro_custom_app/actions/get-items/get-items.mjs

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

55
export default {
66
name: "Get Items",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
key: "miro_custom_app-get-items",
914
description: "Returns items on a Miro board. [See the docs](https://developers.miro.com/reference/get-items).",
1015
type: "action",

components/miro_custom_app/actions/get-specific-item/get-specific-item.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ const { app } = common.props;
44

55
export default {
66
name: "Get Specific Item",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
key: "miro_custom_app-get-specific-item",
914
description: "Returns a specific item on a Miro board. [See the docs](https://developers.miro.com/reference/get-specific-item).",
1015
type: "action",

components/miro_custom_app/actions/list-boards/list-boards.mjs

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

55
export default {
66
name: "List Boards",
7-
version: "0.0.3",
7+
version: "0.0.4",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
key: "miro_custom_app-list-boards",
914
description: "Returns a user's Miro boards. [See the docs](https://developers.miro.com/reference/get-boards).",
1015
type: "action",

components/miro_custom_app/actions/update-board/update-board.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ const { app } = common.props;
44

55
export default {
66
name: "Update Board",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: true,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
key: "miro_custom_app-update-board",
914
description: "Updates a Miro board. [See the docs](https://developers.miro.com/reference/update-board).",
1015
type: "action",

components/miro_custom_app/actions/update-card-item/update-card-item.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "miro_custom_app-update-card-item",
55
name: "Update Card Item",
66
description: "Updates a card item on a Miro board. [See the documentation](https://developers.miro.com/reference/update-card-item).",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: true,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
...common.props,

components/miro_custom_app/actions/update-shape/update-shape.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ const { app } = common.props;
55

66
export default {
77
name: "Update Shape",
8-
version: "0.0.2",
8+
version: "0.0.3",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
key: "miro_custom_app-update-shape",
1015
description: "Updates content of an existing shape on a Miro board. [See the docs](https://developers.miro.com/reference/update-shape-item).",
1116
type: "action",

0 commit comments

Comments
 (0)