Skip to content

Commit f352673

Browse files
authored
[Auto-generated] MCP Annotations Batch 23/65 (#18544)
Automated pull request from mcp-annotations-23
1 parent 0845114 commit f352673

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/google_drive/actions/find-file/find-file.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "google_drive-find-file",
77
name: "Find File",
88
description: "Search for a specific file by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information",
9-
version: "0.1.13",
9+
version: "0.1.14",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: true,
14+
},
1015
type: "action",
1116
props: {
1217
googleDrive,

components/google_drive/actions/find-folder/find-folder.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
key: "google_drive-find-folder",
88
name: "Find Folder",
99
description: "Search for a specific folder by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information",
10-
version: "0.1.13",
10+
version: "0.1.14",
11+
annotations: {
12+
destructiveHint: false,
13+
openWorldHint: true,
14+
readOnlyHint: true,
15+
},
1116
type: "action",
1217
props: {
1318
googleDrive,

components/google_drive/actions/find-forms/find-forms.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "google_drive-find-forms",
77
name: "Find Forms",
88
description: "List Google Form documents or search for a Form by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information",
9-
version: "0.0.14",
9+
version: "0.0.15",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: true,
14+
},
1015
type: "action",
1116
props: {
1217
googleDrive,

components/google_drive/actions/find-spreadsheets/find-spreadsheets.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "google_drive-find-spreadsheets",
77
name: "Find Spreadsheets",
88
description: "Search for a specific spreadsheet by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information",
9-
version: "0.1.13",
9+
version: "0.1.14",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: true,
14+
},
1015
type: "action",
1116
props: {
1217
googleDrive,

components/google_drive/actions/get-file-by-id/get-file-by-id.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "google_drive-get-file-by-id",
66
name: "Get File By ID",
77
description: "Get info on a specific file. [See the documentation](https://developers.google.com/drive/api/reference/rest/v3/files/get) for more information",
8-
version: "0.0.10",
8+
version: "0.0.11",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
type: "action",
1015
props: {
1116
googleDrive,

components/google_drive/actions/get-folder-id-for-path/get-folder-id-for-path.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ export default {
1212
key: "google_drive-get-folder-id-for-path",
1313
name: "Get Folder ID for a Path",
1414
description: "Retrieve a folderId for a path. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information",
15-
version: "0.1.15",
15+
version: "0.1.16",
16+
annotations: {
17+
destructiveHint: false,
18+
openWorldHint: true,
19+
readOnlyHint: true,
20+
},
1621
type: "action",
1722
props: {
1823
googleDrive,

components/google_drive/actions/get-shared-drive/get-shared-drive.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "google_drive-get-shared-drive",
55
name: "Get Shared Drive",
66
description: "Get metadata for one or all shared drives. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/get) for more information",
7-
version: "0.1.13",
7+
version: "0.1.14",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
googleDrive,

components/google_drive/actions/list-access-proposals/list-access-proposals.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "google_drive-list-access-proposals",
55
name: "List Access Proposals",
66
description: "List access proposals for a file or folder. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/accessproposals/list)",
7-
version: "0.0.6",
7+
version: "0.0.7",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
googleDrive,

components/google_drive/actions/list-comments/list-comments.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "google_drive-list-comments",
55
name: "List Comments",
66
description: "List all comments on a file. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/comments/list)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
googleDrive,

components/google_drive/actions/list-files/list-files.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "google_drive-list-files",
66
name: "List Files",
77
description: "List files from a specific folder. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/list) for more information",
8-
version: "0.1.17",
8+
version: "0.1.18",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
type: "action",
1015
props: {
1116
googleDrive,

0 commit comments

Comments
 (0)