gogcli-mcp 1.0.0 → 1.0.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/.mcp.json CHANGED
@@ -5,7 +5,9 @@
5
5
  "args": ["dist/index.js"],
6
6
  "cwd": "/Users/chris/git/gogcli-mcp",
7
7
  "env": {
8
- "GOG_ACCOUNT": "${GOG_ACCOUNT}"
8
+ "GOG_ACCOUNT": "${GOG_ACCOUNT}",
9
+ "GOG_PATH": "${GOG_PATH}",
10
+ "GOG_ACCESS_TOKEN": "${GOG_ACCESS_TOKEN}"
9
11
  }
10
12
  }
11
13
  }
package/README.md CHANGED
@@ -30,7 +30,7 @@ brew install gogcli
30
30
  Then authenticate:
31
31
 
32
32
  ```bash
33
- gog auth add
33
+ gog auth add <your-email> --services sheets
34
34
  ```
35
35
 
36
36
  ## Installation
@@ -113,7 +113,7 @@ Claude will pass `account: "work@company.com"` to the tool, which adds `--accoun
113
113
 
114
114
  **"gog not found"** — gogcli is not installed or not in your PATH. Run `gog --help` in your terminal to verify. Install with `brew install gogcli`.
115
115
 
116
- **"not authenticated"** — run `gog auth add` to authenticate. Run `gog auth list` to see configured accounts.
116
+ **"not authenticated"** — run `gog auth add <your-email> --services sheets` to authenticate. Run `gog auth list` to see configured accounts.
117
117
 
118
118
  **"Spreadsheet not found"** — verify the spreadsheet ID (the long string in the URL between `/d/` and `/edit`).
119
119