@dguido/google-workspace-mcp 1.0.0 → 1.2.0
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/LICENSE +1 -1
- package/README.md +40 -14
- package/dist/index.js +308 -274
- package/dist/index.js.map +4 -4
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dguido/google-workspace-mcp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Google Workspace MCP Server - Model Context Protocol server providing secure access to Google Drive, Docs, Sheets, Slides, Calendar, and Gmail through MCP clients e.g. Claude Desktop",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -54,13 +54,14 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@modelcontextprotocol/sdk": "1.25.2",
|
|
57
|
+
"@toon-format/toon": "^2.1.0",
|
|
57
58
|
"google-auth-library": "10.5.0",
|
|
58
59
|
"googleapis": "170.1.0",
|
|
59
60
|
"open": "11.0.0",
|
|
60
61
|
"zod": "^4.0.0"
|
|
61
62
|
},
|
|
62
63
|
"devDependencies": {
|
|
63
|
-
"@types/node": "25.0.
|
|
64
|
+
"@types/node": "25.0.9",
|
|
64
65
|
"@vitest/coverage-v8": "4.0.17",
|
|
65
66
|
"esbuild": "0.27.2",
|
|
66
67
|
"oxfmt": "^0.24.0",
|