@trops/dash-core 0.1.59 → 0.1.60

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.
@@ -231,6 +231,10 @@
231
231
  "GMAIL_OAUTH_PATH": "oauthKeysPath"
232
232
  }
233
233
  },
234
+ "authCommand": {
235
+ "command": "npx",
236
+ "args": ["-y", "@gongrzhe/server-gmail-autoauth-mcp", "auth"]
237
+ },
234
238
  "credentialSchema": {
235
239
  "oauthKeysPath": {
236
240
  "type": "file",
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.60",
4
4
  "description": "Core framework for Dash dashboard applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",