mmggws 0.1.4 → 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.4",
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
- 9dda794d4a0a84ecf16cfd6221e063310cd68e77e5504970d6fa6ff358732999 abom-darwin-amd64
2
- b6287835b1df9518904b18ab90b6df0e234459f4357fd87239de3bba6ff3b270 abom-darwin-arm64
3
- 0b2fab6967a9fbfb0589d986bdd528908a8a8ca6573a7a454688dcb746b8dd78 abom-linux-amd64
4
- 1dbc93128cc9f260d6bdcad1db27f6e6622db532b0cdee6028b6650a8821c158 abom-linux-arm64
5
- b51d14889c36db34eb8cb8bf54ad18c1bf671f88e6244a59f71762c8aee4568c 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