@trops/dash-core 0.1.60 → 0.1.62

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.
@@ -226,14 +226,15 @@
226
226
  "mcpConfig": {
227
227
  "transport": "stdio",
228
228
  "command": "npx",
229
- "args": ["-y", "@gongrzhe/server-gmail-autoauth-mcp"],
229
+ "args": ["-y", "@shinzolabs/gmail-mcp"],
230
230
  "envMapping": {
231
231
  "GMAIL_OAUTH_PATH": "oauthKeysPath"
232
232
  }
233
233
  },
234
234
  "authCommand": {
235
235
  "command": "npx",
236
- "args": ["-y", "@gongrzhe/server-gmail-autoauth-mcp", "auth"]
236
+ "args": ["-y", "@shinzolabs/gmail-mcp", "auth"],
237
+ "env": { "AUTH_SERVER_PORT": "3456" }
237
238
  },
238
239
  "credentialSchema": {
239
240
  "oauthKeysPath": {
@@ -241,7 +242,7 @@
241
242
  "displayName": "OAuth Keys File",
242
243
  "required": false,
243
244
  "secret": false,
244
- "instructions": "Path to your Google OAuth keys file (gcp-oauth.keys.json). Enable the Gmail API at console.cloud.google.com, then create OAuth 2.0 credentials."
245
+ "instructions": "Path to your Google OAuth keys file (gcp-oauth.keys.json). Enable the Gmail API at console.cloud.google.com, create OAuth 2.0 credentials, and set the redirect URI to http://localhost:3456/oauth2callback."
245
246
  }
246
247
  }
247
248
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trops/dash-core",
3
- "version": "0.1.60",
3
+ "version": "0.1.62",
4
4
  "description": "Core framework for Dash dashboard applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",