gogcli-mcp 1.0.8 → 1.0.10

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/dist/index.js CHANGED
@@ -30893,7 +30893,7 @@ function registerTasksTools(server2) {
30893
30893
  }
30894
30894
 
30895
30895
  // src/server.ts
30896
- var VERSION = true ? "1.0.8" : "0.0.0";
30896
+ var VERSION = true ? "1.0.10" : "0.0.0";
30897
30897
  function createBaseServer(options) {
30898
30898
  const server2 = new McpServer({
30899
30899
  name: options?.name ?? "gogcli",
package/dist/lib.js CHANGED
@@ -30800,7 +30800,7 @@ function registerTasksTools(server) {
30800
30800
  }
30801
30801
 
30802
30802
  // src/server.ts
30803
- var VERSION = true ? "1.0.8" : "0.0.0";
30803
+ var VERSION = true ? "1.0.10" : "0.0.0";
30804
30804
  function createBaseServer(options) {
30805
30805
  const server = new McpServer({
30806
30806
  name: options?.name ?? "gogcli",
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": "1.0.8",
6
+ "version": "1.0.10",
7
7
  "description": "Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets",
8
8
  "author": {
9
9
  "name": "Chris Hall",
@@ -228,30 +228,6 @@
228
228
  "name": "gog_docs_structure",
229
229
  "description": "Show document structure with numbered paragraphs"
230
230
  },
231
- {
232
- "name": "gog_docs_comments_list",
233
- "description": "List comments on a Google Doc"
234
- },
235
- {
236
- "name": "gog_docs_comments_get",
237
- "description": "Get a single comment by ID with replies"
238
- },
239
- {
240
- "name": "gog_docs_comments_add",
241
- "description": "Add a comment to a Google Doc"
242
- },
243
- {
244
- "name": "gog_docs_comments_reply",
245
- "description": "Reply to a comment on a Google Doc"
246
- },
247
- {
248
- "name": "gog_docs_comments_resolve",
249
- "description": "Resolve (mark as done) a comment on a Google Doc"
250
- },
251
- {
252
- "name": "gog_docs_comments_delete",
253
- "description": "Delete a comment from a Google Doc"
254
- },
255
231
  {
256
232
  "name": "gog_docs_run",
257
233
  "description": "Run any gog docs subcommand (escape hatch)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gogcli-mcp",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "MCP server wrapping gogcli for Google service access",
5
5
  "repository": {
6
6
  "type": "git",