mcp-google-multi 5.2.0-alpha.2 → 5.2.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/auth.js +33 -0
- package/dist/discovery-client.js +13 -0
- package/dist/index.js +4 -34
- package/dist/services.d.ts +11 -0
- package/dist/services.js +53 -0
- package/dist/tools/generated/admin.d.ts +2 -0
- package/dist/tools/generated/admin.js +1937 -0
- package/dist/tools/generated/appsmarket.d.ts +2 -0
- package/dist/tools/generated/appsmarket.js +33 -0
- package/dist/tools/generated/calendar.d.ts +2 -0
- package/dist/tools/generated/calendar.js +428 -0
- package/dist/tools/generated/chat.d.ts +2 -0
- package/dist/tools/generated/chat.js +666 -0
- package/dist/tools/generated/classroom.d.ts +2 -0
- package/dist/tools/generated/classroom.js +1610 -0
- package/dist/tools/generated/cloudidentity.d.ts +2 -0
- package/dist/tools/generated/cloudidentity.js +955 -0
- package/dist/tools/generated/cloudsearch.d.ts +2 -0
- package/dist/tools/generated/cloudsearch.js +754 -0
- package/dist/tools/generated/contacts.d.ts +2 -0
- package/dist/tools/generated/contacts.js +215 -0
- package/dist/tools/generated/drive.d.ts +2 -0
- package/dist/tools/generated/drive.js +543 -0
- package/dist/tools/generated/driveactivity.d.ts +2 -0
- package/dist/tools/generated/driveactivity.js +19 -0
- package/dist/tools/generated/drivelabels.d.ts +2 -0
- package/dist/tools/generated/drivelabels.js +389 -0
- package/dist/tools/generated/forms.d.ts +2 -0
- package/dist/tools/generated/forms.js +49 -0
- package/dist/tools/generated/gmail.d.ts +2 -0
- package/dist/tools/generated/gmail.js +835 -0
- package/dist/tools/generated/groupsmigration.d.ts +2 -0
- package/dist/tools/generated/groupsmigration.js +18 -0
- package/dist/tools/generated/groupssettings.d.ts +2 -0
- package/dist/tools/generated/groupssettings.js +47 -0
- package/dist/tools/generated/index.js +50 -0
- package/dist/tools/generated/keep.d.ts +2 -0
- package/dist/tools/generated/keep.js +102 -0
- package/dist/tools/generated/licensing.d.ts +2 -0
- package/dist/tools/generated/licensing.js +116 -0
- package/dist/tools/generated/meet.d.ts +2 -0
- package/dist/tools/generated/meet.js +186 -0
- package/dist/tools/generated/postmaster.d.ts +2 -0
- package/dist/tools/generated/postmaster.js +66 -0
- package/dist/tools/generated/reseller.d.ts +2 -0
- package/dist/tools/generated/reseller.js +249 -0
- package/dist/tools/generated/script.d.ts +2 -0
- package/dist/tools/generated/script.js +249 -0
- package/dist/tools/generated/searchconsole.d.ts +2 -0
- package/dist/tools/generated/searchconsole.js +19 -0
- package/dist/tools/generated/sheets.d.ts +2 -0
- package/dist/tools/generated/sheets.js +105 -0
- package/dist/tools/generated/vault.d.ts +2 -0
- package/dist/tools/generated/vault.js +479 -0
- package/dist/tools/generated/workspaceevents.d.ts +2 -0
- package/dist/tools/generated/workspaceevents.js +223 -0
- package/dist/tools/google-api.js +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
// GENERATED by scripts/gen-tools.ts — do not edit. Regenerate: npm run gen:tools
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
import { coerceBoolean, coerceJson } from '../_coerce.js';
|
|
4
|
+
import { accountField, registerGeneratedTool } from './_shared.js';
|
|
5
|
+
export function registerWorkspaceeventsGeneratedTools(registry) {
|
|
6
|
+
registerGeneratedTool(registry, {
|
|
7
|
+
name: "workspaceevents_message_stream",
|
|
8
|
+
cud: "create",
|
|
9
|
+
description: "SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state.",
|
|
10
|
+
method: { id: "workspaceevents.message.stream", httpMethod: "POST", path: "v1/message:stream", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: [] },
|
|
11
|
+
params: [{ "field": "fields", "api": "fields", "location": "query" }],
|
|
12
|
+
hasBody: true,
|
|
13
|
+
shape: {
|
|
14
|
+
account: accountField(),
|
|
15
|
+
body: coerceJson(z.record(z.string(), z.unknown())).describe("SendMessageRequest JSON request body. Top-level fields: configuration, message, metadata, tenant."),
|
|
16
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
17
|
+
},
|
|
18
|
+
});
|
|
19
|
+
registerGeneratedTool(registry, {
|
|
20
|
+
name: "workspaceevents_operations_get",
|
|
21
|
+
cud: "read",
|
|
22
|
+
description: "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
|
|
23
|
+
method: { id: "workspaceevents.operations.get", httpMethod: "GET", path: "v1/{+name}", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: ["name"] },
|
|
24
|
+
params: [{ "field": "name", "api": "name", "location": "path" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
25
|
+
hasBody: false,
|
|
26
|
+
shape: {
|
|
27
|
+
account: accountField(),
|
|
28
|
+
name: z.string().describe("The name of the operation resource."),
|
|
29
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
30
|
+
},
|
|
31
|
+
});
|
|
32
|
+
registerGeneratedTool(registry, {
|
|
33
|
+
name: "workspaceevents_subscriptions_create",
|
|
34
|
+
cud: "create",
|
|
35
|
+
description: "Creates a Google Workspace subscription. To learn how to use this method, see [Create a Google Workspace subscription](https://developers.google.com/workspace/e",
|
|
36
|
+
method: { id: "workspaceevents.subscriptions.create", httpMethod: "POST", path: "v1/subscriptions", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: [] },
|
|
37
|
+
params: [{ "field": "validateOnly", "api": "validateOnly", "location": "query" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
38
|
+
hasBody: true,
|
|
39
|
+
shape: {
|
|
40
|
+
account: accountField(),
|
|
41
|
+
validateOnly: coerceBoolean.describe("Optional. If set to `true`, validates and previews the request, but doesn't create the subscription.").optional(),
|
|
42
|
+
body: coerceJson(z.record(z.string(), z.unknown())).describe("Subscription JSON request body. Top-level fields: authority, createTime, driveOptions, etag, eventTypes, expireTime, name, notificationEndpoint, payloadOptions, reconciling, serviceAccountAuthority, state, +6 more."),
|
|
43
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
44
|
+
},
|
|
45
|
+
});
|
|
46
|
+
registerGeneratedTool(registry, {
|
|
47
|
+
name: "workspaceevents_subscriptions_delete",
|
|
48
|
+
cud: "delete",
|
|
49
|
+
description: "Deletes a Google Workspace subscription. To learn how to use this method, see [Delete a Google Workspace subscription](https://developers.google.com/workspace/e",
|
|
50
|
+
method: { id: "workspaceevents.subscriptions.delete", httpMethod: "DELETE", path: "v1/{+name}", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: ["name"] },
|
|
51
|
+
params: [{ "field": "name", "api": "name", "location": "path" }, { "field": "allowMissing", "api": "allowMissing", "location": "query" }, { "field": "etag", "api": "etag", "location": "query" }, { "field": "validateOnly", "api": "validateOnly", "location": "query" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
52
|
+
hasBody: false,
|
|
53
|
+
shape: {
|
|
54
|
+
account: accountField(),
|
|
55
|
+
name: z.string().describe("Required. Resource name of the subscription to delete. Format: `subscriptions/{subscription}`"),
|
|
56
|
+
allowMissing: coerceBoolean.describe("Optional. If set to `true` and the subscription isn't found, the request succeeds but doesn't delete the subscription.").optional(),
|
|
57
|
+
etag: z.string().describe("Optional. Etag of the subscription. If present, it must match with the server's etag. Otherwise, request fails with the status `ABORTED`.").optional(),
|
|
58
|
+
validateOnly: coerceBoolean.describe("Optional. If set to `true`, validates and previews the request, but doesn't delete the subscription.").optional(),
|
|
59
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
60
|
+
},
|
|
61
|
+
});
|
|
62
|
+
registerGeneratedTool(registry, {
|
|
63
|
+
name: "workspaceevents_subscriptions_get",
|
|
64
|
+
cud: "read",
|
|
65
|
+
description: "Gets details about a Google Workspace subscription. To learn how to use this method, see [Get details about a Google Workspace subscription](https://developers.",
|
|
66
|
+
method: { id: "workspaceevents.subscriptions.get", httpMethod: "GET", path: "v1/{+name}", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: ["name"] },
|
|
67
|
+
params: [{ "field": "name", "api": "name", "location": "path" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
68
|
+
hasBody: false,
|
|
69
|
+
shape: {
|
|
70
|
+
account: accountField(),
|
|
71
|
+
name: z.string().describe("Required. Resource name of the subscription. Format: `subscriptions/{subscription}`"),
|
|
72
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
73
|
+
},
|
|
74
|
+
});
|
|
75
|
+
registerGeneratedTool(registry, {
|
|
76
|
+
name: "workspaceevents_subscriptions_list",
|
|
77
|
+
cud: "read",
|
|
78
|
+
description: "Lists Google Workspace subscriptions. To learn how to use this method, see [List Google Workspace subscriptions](https://developers.google.com/workspace/events/",
|
|
79
|
+
method: { id: "workspaceevents.subscriptions.list", httpMethod: "GET", path: "v1/subscriptions", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: [] },
|
|
80
|
+
params: [{ "field": "filter", "api": "filter", "location": "query" }, { "field": "pageSize", "api": "pageSize", "location": "query" }, { "field": "pageToken", "api": "pageToken", "location": "query" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
81
|
+
hasBody: false,
|
|
82
|
+
shape: {
|
|
83
|
+
account: accountField(),
|
|
84
|
+
filter: z.string().describe("Required. A query filter. You can filter subscriptions by event type (`event_types`) and target resource (`target_resource`). You must specify at least one event type in your query. To filter for mult").optional(),
|
|
85
|
+
pageSize: z.number().describe("Optional. The maximum number of subscriptions to return. The service might return fewer than this value. If unspecified or set to `0`, up to 50 subscriptions are returned. The maximum value is 100. If").optional(),
|
|
86
|
+
pageToken: z.string().describe("Optional. A page token, received from a previous list subscriptions call. Provide this parameter to retrieve the subsequent page. When paginating, the filter value should match the call that provided ").optional(),
|
|
87
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
88
|
+
},
|
|
89
|
+
});
|
|
90
|
+
registerGeneratedTool(registry, {
|
|
91
|
+
name: "workspaceevents_subscriptions_patch",
|
|
92
|
+
cud: "update",
|
|
93
|
+
description: "Updates or renews a Google Workspace subscription. To learn how to use this method, see [Update or renew a Google Workspace subscription](https://developers.goo",
|
|
94
|
+
method: { id: "workspaceevents.subscriptions.patch", httpMethod: "PATCH", path: "v1/{+name}", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: ["name"] },
|
|
95
|
+
params: [{ "field": "name", "api": "name", "location": "path" }, { "field": "updateMask", "api": "updateMask", "location": "query" }, { "field": "validateOnly", "api": "validateOnly", "location": "query" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
96
|
+
hasBody: true,
|
|
97
|
+
shape: {
|
|
98
|
+
account: accountField(),
|
|
99
|
+
name: z.string().describe("Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`"),
|
|
100
|
+
updateMask: z.string().describe("Optional. The field to update. If omitted, updates any fields included in the request. You can update one of the following fields in a subscription: * `expire_time`: The timestamp when the subscriptio").optional(),
|
|
101
|
+
validateOnly: coerceBoolean.describe("Optional. If set to `true`, validates and previews the request, but doesn't update the subscription.").optional(),
|
|
102
|
+
body: coerceJson(z.record(z.string(), z.unknown())).describe("Subscription JSON request body. Top-level fields: authority, createTime, driveOptions, etag, eventTypes, expireTime, name, notificationEndpoint, payloadOptions, reconciling, serviceAccountAuthority, state, +6 more."),
|
|
103
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
104
|
+
},
|
|
105
|
+
});
|
|
106
|
+
registerGeneratedTool(registry, {
|
|
107
|
+
name: "workspaceevents_subscriptions_reactivate",
|
|
108
|
+
cud: "create",
|
|
109
|
+
description: "Reactivates a suspended Google Workspace subscription. This method resets your subscription's `State` field to `ACTIVE`. Before you use this method, you must fi",
|
|
110
|
+
method: { id: "workspaceevents.subscriptions.reactivate", httpMethod: "POST", path: "v1/{+name}:reactivate", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: ["name"] },
|
|
111
|
+
params: [{ "field": "name", "api": "name", "location": "path" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
112
|
+
hasBody: true,
|
|
113
|
+
shape: {
|
|
114
|
+
account: accountField(),
|
|
115
|
+
name: z.string().describe("Required. Resource name of the subscription. Format: `subscriptions/{subscription}`"),
|
|
116
|
+
body: coerceJson(z.record(z.string(), z.unknown())).describe("ReactivateSubscriptionRequest JSON request body."),
|
|
117
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
118
|
+
},
|
|
119
|
+
});
|
|
120
|
+
registerGeneratedTool(registry, {
|
|
121
|
+
name: "workspaceevents_tasks_cancel",
|
|
122
|
+
cud: "create",
|
|
123
|
+
description: "Cancel a task from the agent. If supported one should expect no more task updates for the task.",
|
|
124
|
+
method: { id: "workspaceevents.tasks.cancel", httpMethod: "POST", path: "v1/{+name}:cancel", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: ["name"] },
|
|
125
|
+
params: [{ "field": "name", "api": "name", "location": "path" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
126
|
+
hasBody: true,
|
|
127
|
+
shape: {
|
|
128
|
+
account: accountField(),
|
|
129
|
+
name: z.string().describe("The resource name of the task to cancel. Format: tasks/{task_id}"),
|
|
130
|
+
body: coerceJson(z.record(z.string(), z.unknown())).describe("CancelTaskRequest JSON request body. Top-level fields: tenant."),
|
|
131
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
132
|
+
},
|
|
133
|
+
});
|
|
134
|
+
registerGeneratedTool(registry, {
|
|
135
|
+
name: "workspaceevents_tasks_get",
|
|
136
|
+
cud: "read",
|
|
137
|
+
description: "Get the current state of a task from the agent.",
|
|
138
|
+
method: { id: "workspaceevents.tasks.get", httpMethod: "GET", path: "v1/{+name}", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: ["name"] },
|
|
139
|
+
params: [{ "field": "name", "api": "name", "location": "path" }, { "field": "historyLength", "api": "historyLength", "location": "query" }, { "field": "tenant", "api": "tenant", "location": "query" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
140
|
+
hasBody: false,
|
|
141
|
+
shape: {
|
|
142
|
+
account: accountField(),
|
|
143
|
+
name: z.string().describe("Required. The resource name of the task. Format: tasks/{task_id}"),
|
|
144
|
+
historyLength: z.number().describe("The number of most recent messages from the task's history to retrieve.").optional(),
|
|
145
|
+
tenant: z.string().describe("Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.").optional(),
|
|
146
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
147
|
+
},
|
|
148
|
+
});
|
|
149
|
+
registerGeneratedTool(registry, {
|
|
150
|
+
name: "workspaceevents_tasks_push_notification_configs_create",
|
|
151
|
+
cud: "create",
|
|
152
|
+
description: "Set a push notification config for a task.",
|
|
153
|
+
method: { id: "workspaceevents.tasks.pushNotificationConfigs.create", httpMethod: "POST", path: "v1/{+parent}", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: ["parent"] },
|
|
154
|
+
params: [{ "field": "parent", "api": "parent", "location": "path" }, { "field": "configId", "api": "configId", "location": "query" }, { "field": "tenant", "api": "tenant", "location": "query" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
155
|
+
hasBody: true,
|
|
156
|
+
shape: {
|
|
157
|
+
account: accountField(),
|
|
158
|
+
parent: z.string().describe("Required. The parent task resource for this config. Format: tasks/{task_id}"),
|
|
159
|
+
configId: z.string().describe("Required. The ID for the new config.").optional(),
|
|
160
|
+
tenant: z.string().describe("Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.").optional(),
|
|
161
|
+
body: coerceJson(z.record(z.string(), z.unknown())).describe("TaskPushNotificationConfig JSON request body. Top-level fields: name, pushNotificationConfig."),
|
|
162
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
163
|
+
},
|
|
164
|
+
});
|
|
165
|
+
registerGeneratedTool(registry, {
|
|
166
|
+
name: "workspaceevents_tasks_push_notification_configs_delete",
|
|
167
|
+
cud: "delete",
|
|
168
|
+
description: "Delete a push notification config for a task.",
|
|
169
|
+
method: { id: "workspaceevents.tasks.pushNotificationConfigs.delete", httpMethod: "DELETE", path: "v1/{+name}", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: ["name"] },
|
|
170
|
+
params: [{ "field": "name", "api": "name", "location": "path" }, { "field": "tenant", "api": "tenant", "location": "query" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
171
|
+
hasBody: false,
|
|
172
|
+
shape: {
|
|
173
|
+
account: accountField(),
|
|
174
|
+
name: z.string().describe("The resource name of the config to delete. Format: tasks/{task_id}/pushNotificationConfigs/{config_id}"),
|
|
175
|
+
tenant: z.string().describe("Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.").optional(),
|
|
176
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
177
|
+
},
|
|
178
|
+
});
|
|
179
|
+
registerGeneratedTool(registry, {
|
|
180
|
+
name: "workspaceevents_tasks_push_notification_configs_get",
|
|
181
|
+
cud: "read",
|
|
182
|
+
description: "Get a push notification config for a task.",
|
|
183
|
+
method: { id: "workspaceevents.tasks.pushNotificationConfigs.get", httpMethod: "GET", path: "v1/{+name}", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: ["name"] },
|
|
184
|
+
params: [{ "field": "name", "api": "name", "location": "path" }, { "field": "tenant", "api": "tenant", "location": "query" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
185
|
+
hasBody: false,
|
|
186
|
+
shape: {
|
|
187
|
+
account: accountField(),
|
|
188
|
+
name: z.string().describe("The resource name of the config to retrieve. Format: tasks/{task_id}/pushNotificationConfigs/{config_id}"),
|
|
189
|
+
tenant: z.string().describe("Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.").optional(),
|
|
190
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
191
|
+
},
|
|
192
|
+
});
|
|
193
|
+
registerGeneratedTool(registry, {
|
|
194
|
+
name: "workspaceevents_tasks_push_notification_configs_list",
|
|
195
|
+
cud: "read",
|
|
196
|
+
description: "Get a list of push notifications configured for a task.",
|
|
197
|
+
method: { id: "workspaceevents.tasks.pushNotificationConfigs.list", httpMethod: "GET", path: "v1/{+parent}/pushNotificationConfigs", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: ["parent"] },
|
|
198
|
+
params: [{ "field": "parent", "api": "parent", "location": "path" }, { "field": "pageSize", "api": "pageSize", "location": "query" }, { "field": "pageToken", "api": "pageToken", "location": "query" }, { "field": "tenant", "api": "tenant", "location": "query" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
199
|
+
hasBody: false,
|
|
200
|
+
shape: {
|
|
201
|
+
account: accountField(),
|
|
202
|
+
parent: z.string().describe("The parent task resource. Format: tasks/{task_id}"),
|
|
203
|
+
pageSize: z.number().describe("For AIP-158 these fields are present. Usually not used/needed. The maximum number of configurations to return. If unspecified, all configs will be returned.").optional(),
|
|
204
|
+
pageToken: z.string().describe("A page token received from a previous ListTaskPushNotificationConfigRequest call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTaskPushNotificat").optional(),
|
|
205
|
+
tenant: z.string().describe("Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.").optional(),
|
|
206
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
207
|
+
},
|
|
208
|
+
});
|
|
209
|
+
registerGeneratedTool(registry, {
|
|
210
|
+
name: "workspaceevents_tasks_subscribe",
|
|
211
|
+
cud: "read",
|
|
212
|
+
description: "TaskSubscription is a streaming call that will return a stream of task update events. This attaches the stream to an existing in process task. If the task is co",
|
|
213
|
+
method: { id: "workspaceevents.tasks.subscribe", httpMethod: "GET", path: "v1/{+name}:subscribe", baseUrl: "https://workspaceevents.googleapis.com/", requiredParams: ["name"] },
|
|
214
|
+
params: [{ "field": "name", "api": "name", "location": "path" }, { "field": "tenant", "api": "tenant", "location": "query" }, { "field": "fields", "api": "fields", "location": "query" }],
|
|
215
|
+
hasBody: false,
|
|
216
|
+
shape: {
|
|
217
|
+
account: accountField(),
|
|
218
|
+
name: z.string().describe("The resource name of the task to subscribe to. Format: tasks/{task_id}"),
|
|
219
|
+
tenant: z.string().describe("Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.").optional(),
|
|
220
|
+
fields: z.string().optional().describe('Response field mask.'),
|
|
221
|
+
},
|
|
222
|
+
});
|
|
223
|
+
}
|
package/dist/tools/google-api.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-google-multi",
|
|
3
|
-
"version": "5.2.0-alpha.
|
|
3
|
+
"version": "5.2.0-alpha.4",
|
|
4
4
|
"description": "Local MCP server for Google Workspace (Gmail, Drive, Calendar, Sheets, Docs, Contacts, Tasks, Meet, Search Console, +Forms/Chat/Admin) across multiple accounts — OAuth-only, encrypted token storage, deny-by-default writes.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -56,7 +56,8 @@
|
|
|
56
56
|
"test": "vitest run",
|
|
57
57
|
"test:watch": "vitest",
|
|
58
58
|
"gen:discovery": "tsx scripts/fetch-discovery.ts",
|
|
59
|
-
"gen:tools": "tsx scripts/gen-tools.ts"
|
|
59
|
+
"gen:tools": "tsx scripts/gen-tools.ts",
|
|
60
|
+
"gen:coverage": "tsx scripts/gen-coverage.ts"
|
|
60
61
|
},
|
|
61
62
|
"dependencies": {
|
|
62
63
|
"@modelcontextprotocol/sdk": "^1.29.0",
|