@mcp-z/mcp-gmail 1.0.3 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-z/mcp-gmail",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "MCP server for Gmail integration with OAuth authentication, message search, batch operations, and Google Sheets export",
5
5
  "keywords": [
6
6
  "gmail",
@@ -71,9 +71,9 @@
71
71
  "version": "tsds version"
72
72
  },
73
73
  "dependencies": {
74
- "@mcp-z/email": "^1.0.0",
74
+ "@mcp-z/email": "^1.0.2",
75
75
  "@mcp-z/oauth": "^1.0.1",
76
- "@mcp-z/oauth-google": "^1.0.3",
76
+ "@mcp-z/oauth-google": "^1.0.4",
77
77
  "@mcp-z/server": "^1.0.2",
78
78
  "@modelcontextprotocol/sdk": "^1.25.1",
79
79
  "cors": "^2.8.5",
@@ -87,7 +87,7 @@
87
87
  "zod": "^4.3.4"
88
88
  },
89
89
  "devDependencies": {
90
- "@mcp-z/client": "^1.0.3",
90
+ "@mcp-z/client": "^1.0.5",
91
91
  "@types/cors": "^2.8.19",
92
92
  "@types/express": "^5.0.6",
93
93
  "@types/mocha": "^10.0.10",