gogcli-mcp-docs 2.28.0 → 2.29.1

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-docs",
5
5
  "display_name": "gogcli (Docs)",
6
- "version": "2.28.0",
6
+ "version": "2.29.1",
7
7
  "description": "Extended Google Docs for Claude via gogcli — auth + full Docs and comments support",
8
8
  "author": {
9
9
  "name": "Chris Hall",
package/mint.yaml CHANGED
@@ -87,7 +87,7 @@ dependencies:
87
87
  # nine pins too.
88
88
  - kind: github-release
89
89
  repo: openclaw/gogcli
90
- tag: v0.39.0
90
+ tag: v0.39.1
91
91
  asset: "gogcli_*_linux_amd64.tar.gz"
92
92
  bin: [gog]
93
93
  state:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gogcli-mcp-docs",
3
- "version": "2.28.0",
3
+ "version": "2.29.1",
4
4
  "mcpName": "io.github.chrischall/gogcli-mcp-docs",
5
5
  "description": "Extended Google Docs MCP server via gogcli — all base tools plus full Docs support",
6
6
  "author": "Claude Code (AI) <https://www.anthropic.com/claude>",
@@ -24,9 +24,9 @@
24
24
  "test:coverage": "vitest run --coverage"
25
25
  },
26
26
  "dependencies": {
27
- "@chrischall/mcp-utils": "^0.17.1",
27
+ "@chrischall/mcp-utils": "^0.23.0",
28
28
  "@modelcontextprotocol/sdk": "^1.30.0",
29
- "zod": "^4.4.3"
29
+ "zod": "^4.5.4"
30
30
  },
31
31
  "license": "MIT",
32
32
  "keywords": [
package/server.json CHANGED
@@ -7,12 +7,12 @@
7
7
  "source": "github",
8
8
  "subfolder": "packages/gogcli-mcp-docs"
9
9
  },
10
- "version": "2.28.0",
10
+ "version": "2.29.1",
11
11
  "packages": [
12
12
  {
13
13
  "registryType": "npm",
14
14
  "identifier": "gogcli-mcp-docs",
15
- "version": "2.28.0",
15
+ "version": "2.29.1",
16
16
  "transport": {
17
17
  "type": "stdio"
18
18
  },