mmggws 0.1.1 → 0.1.2

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.2",
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
+ b74b30a974da8634a76dbf11c0f9bbe771406f3d28162a768a805216f223b12e abom-darwin-amd64
2
+ 69882cf9fe8aac555d2b9b05adf4515c80480a1051a5b106117442303b49f270 abom-darwin-arm64
3
+ 6bb14ca0b0a0437796a665ccb13adb31ed4461276344f9e8d47486a8fe127fab abom-linux-amd64
4
+ dba3679f3b3713a0f71ac2cfb787f1370171f41bba2e6683a7c8230efd1fe6cd abom-linux-arm64
5
+ c49cfead32f8b881a731e8caa19617c32512e0feb264c14c9a7f7a2c2be42409 abom-windows-amd64.exe
Binary file
Binary file
Binary file
Binary file
Binary file