mmggws 0.1.1 → 0.1.3

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
@@ -2,7 +2,15 @@
2
2
 
3
3
  Zero-config launcher for the `abom` Google Workspace MCP server.
4
4
 
5
- ## Claude Code
5
+ ## One command (Claude Code + Claude Desktop)
6
+
7
+ ```bash
8
+ npx mmggws install
9
+ ```
10
+
11
+ Registers `abom` with both Claude Code and Claude Desktop on macOS, Linux, and Windows, each set to launch `npx -y mmggws`. Restart Claude Desktop afterward. Flags: `--clients`, `--scope`, `--name`, `--toolsets`, `--disclosure`, `--dry-run`.
12
+
13
+ ## Claude Code (manual, single client)
6
14
 
7
15
  ```bash
8
16
  claude mcp add google-workspace -e ABOM_TOOLSETS=core -- npx -y mmggws
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mmggws",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
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
- 7b90185547a359742750a76e4258a60cb9c4dc134c7b0f984a7bb0211aa16029 abom-darwin-amd64
2
- 70e30f8a7227c60ad0e8dd6dce7692096249754e261172d9af2d2afac07c4f0e abom-darwin-arm64
3
- dc92b66c9e62da8216988342e7be5dbcf4b7c8dcdedda82ba0da0e99e4a8c568 abom-linux-amd64
4
- bc93dd4076c92b98ef0669b1c7b66bbd1454d489955af71aa655748252cbff25 abom-linux-arm64
5
- b3fb4a5a8217d4273ee3e0a52889461afbaa489fbe6766c4765e9791f1865a2f abom-windows-amd64.exe
1
+ ae82138a2e32fe9a41194d891a5af3d4d25a419bfa92f69cd4a969e1d9055742 abom-darwin-amd64
2
+ b5b69e9a647ace0c3918ff6dc8f5c5c3782fcabffbf8f4ac883f8b9eb971b5bc abom-darwin-arm64
3
+ 1c872d16b81f9a6183e0196bc7bba84409a612b769a24a8ae8b88508b8fc2740 abom-linux-amd64
4
+ 1c1b6cdfe5d1c89742aa76253dbf13b2941f8dc3a76777b91b450279ae274074 abom-linux-arm64
5
+ 77b87d64ad1b06efcb17d094568bef95ec45da2550be05cd8c8ef9d2ed8cefcc abom-windows-amd64.exe
Binary file
Binary file
Binary file
Binary file
Binary file