gogcli-mcp-sheets 2.0.0 → 2.0.4

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/manifest.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "manifest_version": "0.3",
4
4
  "name": "gogcli-mcp-sheets",
5
5
  "display_name": "gogcli (Sheets)",
6
- "version": "2.0.0",
6
+ "version": "2.0.4",
7
7
  "description": "Extended Google Sheets for Claude via gogcli — auth + full Sheets support",
8
8
  "author": {
9
9
  "name": "Chris Hall",
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "gogcli-mcp-sheets",
3
- "version": "2.0.0",
3
+ "version": "2.0.4",
4
+ "mcpName": "io.github.chrischall/gogcli-mcp-sheets",
4
5
  "description": "Extended Google Sheets MCP server via gogcli — all base tools plus full Sheets support",
6
+ "author": "Claude Code (AI) <https://www.anthropic.com/claude>",
5
7
  "repository": {
6
8
  "type": "git",
7
9
  "url": "https://github.com/chrischall/gogcli-mcp"
@@ -23,7 +25,17 @@
23
25
  },
24
26
  "dependencies": {
25
27
  "@modelcontextprotocol/sdk": "^1.29.0",
26
- "zod": "^4.3.6"
28
+ "zod": "^4.4.3"
27
29
  },
28
- "license": "MIT"
30
+ "license": "MIT",
31
+ "keywords": [
32
+ "mcp",
33
+ "model-context-protocol",
34
+ "claude",
35
+ "ai",
36
+ "google",
37
+ "gogcli",
38
+ "google-sheets",
39
+ "spreadsheets"
40
+ ]
29
41
  }
package/server.json ADDED
@@ -0,0 +1,35 @@
1
+ {
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "io.github.chrischall/gogcli-mcp-sheets",
4
+ "description": "Extended Google Sheets for Claude via gogcli — auth + full Sheets support",
5
+ "repository": {
6
+ "url": "https://github.com/chrischall/gogcli-mcp",
7
+ "source": "github",
8
+ "subfolder": "packages/gogcli-mcp-sheets"
9
+ },
10
+ "version": "2.0.4",
11
+ "packages": [
12
+ {
13
+ "registryType": "npm",
14
+ "identifier": "gogcli-mcp-sheets",
15
+ "version": "2.0.4",
16
+ "transport": {
17
+ "type": "stdio"
18
+ },
19
+ "environmentVariables": [
20
+ {
21
+ "name": "GOG_ACCOUNT",
22
+ "description": "Email address of the Google account to use (matches gogcli auth)",
23
+ "isRequired": false,
24
+ "format": "string"
25
+ },
26
+ {
27
+ "name": "GOG_PATH",
28
+ "description": "Override path to the gogcli binary (auto-discovered otherwise)",
29
+ "isRequired": false,
30
+ "format": "string"
31
+ }
32
+ ]
33
+ }
34
+ ]
35
+ }