gogcli-mcp 2.5.0 → 2.6.0

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.
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "metadata": {
9
9
  "description": "Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets",
10
- "version": "2.5.0"
10
+ "version": "2.6.0"
11
11
  },
12
12
  "plugins": [
13
13
  {
@@ -15,7 +15,7 @@
15
15
  "displayName": "gogcli",
16
16
  "source": "./",
17
17
  "description": "Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets",
18
- "version": "2.5.0",
18
+ "version": "2.6.0",
19
19
  "author": {
20
20
  "name": "Chris Hall"
21
21
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gogcli-mcp",
3
3
  "displayName": "gogcli",
4
- "version": "2.5.0",
4
+ "version": "2.6.0",
5
5
  "description": "Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets",
6
6
  "author": {
7
7
  "name": "Chris Hall",
package/dist/index.js CHANGED
@@ -32326,7 +32326,7 @@ function registerTasksTools(server2) {
32326
32326
  }
32327
32327
 
32328
32328
  // src/server.ts
32329
- var VERSION = true ? "2.5.0" : "0.0.0";
32329
+ var VERSION = true ? "2.6.0" : "0.0.0";
32330
32330
  function createServer(options) {
32331
32331
  return new McpServer({
32332
32332
  name: options?.name ?? "gogcli",
package/dist/lib.js CHANGED
@@ -30859,7 +30859,7 @@ var EMPTY_COMPLETION_RESULT = {
30859
30859
  import { spawn } from "node:child_process";
30860
30860
  import { delimiter } from "node:path";
30861
30861
  var TIMEOUT_MS = 3e4;
30862
- var MIN_GOG_VERSION = "0.22.0";
30862
+ var MIN_GOG_VERSION = "0.23.0";
30863
30863
  function envOrUndefined(key) {
30864
30864
  const value = process.env[key];
30865
30865
  if (!value || value.startsWith("${")) return void 0;
@@ -32239,7 +32239,7 @@ function registerTasksTools(server) {
32239
32239
  }
32240
32240
 
32241
32241
  // src/server.ts
32242
- var VERSION = true ? "2.5.0" : "0.0.0";
32242
+ var VERSION = true ? "2.6.0" : "0.0.0";
32243
32243
  function createServer(options) {
32244
32244
  return new McpServer({
32245
32245
  name: options?.name ?? "gogcli",
@@ -32266,6 +32266,7 @@ export {
32266
32266
  accountParam,
32267
32267
  createBaseServer,
32268
32268
  createServer,
32269
+ diagnose,
32269
32270
  ids,
32270
32271
  paginationParams,
32271
32272
  pushPaginationFlags,
package/manifest.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "manifest_version": "0.3",
4
4
  "name": "gogcli-mcp",
5
5
  "display_name": "gogcli",
6
- "version": "2.5.0",
6
+ "version": "2.6.0",
7
7
  "description": "Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets",
8
8
  "author": {
9
9
  "name": "Chris Hall",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gogcli-mcp",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "mcpName": "io.github.chrischall/gogcli-mcp",
5
5
  "description": "MCP server wrapping gogcli for Google service access",
6
6
  "author": "Claude Code (AI) <https://www.anthropic.com/claude>",
package/server.json CHANGED
@@ -7,12 +7,12 @@
7
7
  "source": "github",
8
8
  "subfolder": "packages/gogcli-mcp"
9
9
  },
10
- "version": "2.5.0",
10
+ "version": "2.6.0",
11
11
  "packages": [
12
12
  {
13
13
  "registryType": "npm",
14
14
  "identifier": "gogcli-mcp",
15
- "version": "2.5.0",
15
+ "version": "2.6.0",
16
16
  "transport": {
17
17
  "type": "stdio"
18
18
  },
package/src/lib.ts CHANGED
@@ -18,6 +18,7 @@ export type { RunOptions, Spawner } from './runner.js';
18
18
  export {
19
19
  accountParam,
20
20
  runOrDiagnose,
21
+ diagnose,
21
22
  toText,
22
23
  toError,
23
24
  ids,
package/src/runner.ts CHANGED
@@ -23,7 +23,7 @@ const TIMEOUT_MS = 30_000;
23
23
  // so the requirement change is surfaced in the release notes (see
24
24
  // .github/release.yml). This is the single source of truth for the required
25
25
  // version; keep the README/CLAUDE.md mention in sync.
26
- export const MIN_GOG_VERSION = '0.22.0';
26
+ export const MIN_GOG_VERSION = '0.23.0';
27
27
 
28
28
  // Treat unresolved .mcpb placeholders ("${user_config.gog_path}") and empty
29
29
  // strings the same as an unset env var. When an optional .mcpb user_config