gogcli-mcp-slides 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-slides",
5
5
  "display_name": "gogcli (Slides)",
6
- "version": "2.0.0",
6
+ "version": "2.0.4",
7
7
  "description": "Extended Google Slides for Claude via gogcli — auth + full Slides support (create, edit, export, templates, markdown)",
8
8
  "author": {
9
9
  "name": "Chris Hall",
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "gogcli-mcp-slides",
3
- "version": "2.0.0",
3
+ "version": "2.0.4",
4
+ "mcpName": "io.github.chrischall/gogcli-mcp-slides",
4
5
  "description": "Extended Google Slides MCP server via gogcli — auth + full Slides support",
5
6
  "author": "Claude Code (AI) <https://www.anthropic.com/claude>",
6
7
  "repository": {
@@ -24,7 +25,7 @@
24
25
  },
25
26
  "dependencies": {
26
27
  "@modelcontextprotocol/sdk": "^1.29.0",
27
- "zod": "^4.3.6"
28
+ "zod": "^4.4.3"
28
29
  },
29
30
  "license": "MIT",
30
31
  "keywords": [
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-slides",
4
+ "description": "Google Slides via gogcli for Claude — deck and slide authoring",
5
+ "repository": {
6
+ "url": "https://github.com/chrischall/gogcli-mcp",
7
+ "source": "github",
8
+ "subfolder": "packages/gogcli-mcp-slides"
9
+ },
10
+ "version": "2.0.4",
11
+ "packages": [
12
+ {
13
+ "registryType": "npm",
14
+ "identifier": "gogcli-mcp-slides",
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
+ }