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
|
|
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
package/vendor/SHA256SUMS
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
package/vendor/abom-darwin-amd64
CHANGED
|
Binary file
|
package/vendor/abom-darwin-arm64
CHANGED
|
Binary file
|
package/vendor/abom-linux-amd64
CHANGED
|
Binary file
|
package/vendor/abom-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|