@trops/dash-core 0.1.59 → 0.1.61

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,18 +226,23 @@
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
+ "authCommand": {
235
+ "command": "npx",
236
+ "args": ["-y", "@shinzolabs/gmail-mcp", "auth"],
237
+ "env": { "AUTH_SERVER_PORT": "3456" }
238
+ },
234
239
  "credentialSchema": {
235
240
  "oauthKeysPath": {
236
241
  "type": "file",
237
242
  "displayName": "OAuth Keys File",
238
243
  "required": false,
239
244
  "secret": false,
240
- "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."
241
246
  }
242
247
  }
243
248
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trops/dash-core",
3
- "version": "0.1.59",
3
+ "version": "0.1.61",
4
4
  "description": "Core framework for Dash dashboard applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",