google-tools-mcp 1.2.2 → 1.2.3
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/dist/setup.js +3 -0
- package/package.json +1 -1
package/dist/setup.js
CHANGED
|
@@ -100,6 +100,7 @@ export async function runSetup() {
|
|
|
100
100
|
});
|
|
101
101
|
if (p.isCancel(ready1)) cancelled();
|
|
102
102
|
openBrowser(ENABLE_APIS_URL);
|
|
103
|
+
p.log.message(chalk.dim(ENABLE_APIS_URL));
|
|
103
104
|
|
|
104
105
|
const step1 = await p.confirm({
|
|
105
106
|
message: 'Done enabling APIs?',
|
|
@@ -123,6 +124,7 @@ export async function runSetup() {
|
|
|
123
124
|
});
|
|
124
125
|
if (p.isCancel(ready2)) cancelled();
|
|
125
126
|
openBrowser(CONSENT_SCREEN_URL);
|
|
127
|
+
p.log.message(chalk.dim(CONSENT_SCREEN_URL));
|
|
126
128
|
|
|
127
129
|
const step2 = await p.confirm({
|
|
128
130
|
message: 'Done configuring consent screen?',
|
|
@@ -146,6 +148,7 @@ export async function runSetup() {
|
|
|
146
148
|
});
|
|
147
149
|
if (p.isCancel(ready3)) cancelled();
|
|
148
150
|
openBrowser(CREATE_CREDENTIALS_URL);
|
|
151
|
+
p.log.message(chalk.dim(CREATE_CREDENTIALS_URL));
|
|
149
152
|
|
|
150
153
|
const credentials = await p.group({
|
|
151
154
|
clientId: () => p.text({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "google-tools-mcp",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "The easiest MCP server for Google Workspace — Drive, Docs, Sheets, Gmail, Calendar, and Forms. 153 tools with one-click browser auth. Read Word docs, PDFs, and spreadsheets straight from Drive.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|