mmggws 0.1.5 → 0.1.7

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.7",
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
+ d1213d5f5c5b30253314d2bdf37cb8817097d9c25d976925220fe48ce15eef2b abom-darwin-amd64
2
+ a18d7ac8bd36a4fba5904a4ab24da2107a972b6baff38558d6494fdc8f49f720 abom-darwin-arm64
3
+ 24b496e2a0f41862c1d5196780eb168c084f4339c961b7b0ca96b03ac11149f1 abom-linux-amd64
4
+ 2563ae2e9b4d2c841ee9142cd36124b7357bdd29e8e9e1ff3bc0f9da1b7fd044 abom-linux-arm64
5
+ a7e515f59f2952f13b8f84df97d0251808d8ef0f31e6aebfb3d80821e7d8b4ad abom-windows-amd64.exe
Binary file
Binary file
Binary file
Binary file
Binary file