mmggws 0.1.5 → 0.1.6

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/README.md CHANGED
@@ -16,7 +16,7 @@ Registers `abom` with both Claude Code and Claude Desktop on macOS, Linux, and W
16
16
  claude mcp add google-workspace -e ABOM_TOOLSETS=core -- npx -y mmggws
17
17
  ```
18
18
 
19
- Running `abom` with no arguments starts the MCP server over stdio. If no Google token exists yet, ask Claude to call `auth_login`; it opens browser consent and stores OAuth tokens outside the package at `~/.config/gwmcp/token.json`.
19
+ Running `abom` with no arguments starts the MCP server over stdio. If no Google token exists yet, ask Claude to call `auth_login`; it opens browser consent and stores OAuth tokens outside the package under the OS user config directory (`%APPDATA%\gwmcp\token.json` on Windows, `~/Library/Application Support/gwmcp/token.json` on macOS, and `$XDG_CONFIG_HOME/gwmcp/token.json` or `~/.config/gwmcp/token.json` on Linux).
20
20
 
21
21
  ## Toolsets
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mmggws",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Zero-config launcher for the abom Google Workspace MCP server",
5
5
  "bin": {
6
6
  "abom": "bin/abom.js"
package/vendor/SHA256SUMS CHANGED
@@ -1,5 +1,5 @@
1
- 1ca387171c6698b7b4a6f8a23e36e0d6b12825e84a7e7e04bccbaa4444de1959 abom-darwin-amd64
2
- c294368a1a0aa7d588ce2c7e8c728e651bf59cec9d83aafc09b70e5f90fde1ab abom-darwin-arm64
3
- 9301cc1935b8228164489ee0280c5d976c527fa1f7c300e2a36730e241a06544 abom-linux-amd64
4
- a4cbf4c60a5eefcc91f523ead08c279672a391d1817473f80290e70908589882 abom-linux-arm64
5
- a359c6de3044187b553db8415cdd9d9146b633b7f59463d9df59d400cd72f11a abom-windows-amd64.exe
1
+ 714f0404f7e815d5ca98c68050f32e557ead3ef00628c03af15e315b9a602337 abom-darwin-amd64
2
+ e47d1fe371140f9fff49ce65af116ef169c59b6d299eca66adb8f4705b8b38fb abom-darwin-arm64
3
+ 0822e488861c5b3e5e0b37c04f26010a42191bb5c891ba24a402014854cbf0c8 abom-linux-amd64
4
+ da93bc0e8fefefcdae6cc110322cee4f6be39c9baadac5d93eaea473ac6e23fa abom-linux-arm64
5
+ d67a1d5f2496d059258dd34479df73cba14c096e71dce3d539eeffbafddabb35 abom-windows-amd64.exe
Binary file
Binary file
Binary file
Binary file
Binary file