gogcli-mcp-docs 1.0.9 → 2.0.2

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,8 +3,8 @@
3
3
  "manifest_version": "0.3",
4
4
  "name": "gogcli-mcp-docs",
5
5
  "display_name": "gogcli (Docs)",
6
- "version": "1.0.10",
7
- "description": "Extended Google Docs for Claude via gogcli — all base tools plus full Docs and comments support",
6
+ "version": "2.0.2",
7
+ "description": "Extended Google Docs for Claude via gogcli — auth + full Docs and comments support",
8
8
  "author": {
9
9
  "name": "Chris Hall",
10
10
  "email": "chris.c.hall@gmail.com",
@@ -19,14 +19,10 @@
19
19
  "license": "MIT",
20
20
  "keywords": [
21
21
  "google",
22
- "sheets",
23
- "spreadsheet",
24
- "gmail",
25
- "calendar",
26
- "drive",
22
+ "docs",
23
+ "documents",
27
24
  "gogcli",
28
25
  "gog",
29
- "docs",
30
26
  "comments",
31
27
  "export"
32
28
  ],
@@ -79,134 +75,6 @@
79
75
  "name": "gog_auth_run",
80
76
  "description": "Run any gog auth subcommand (escape hatch)"
81
77
  },
82
- {
83
- "name": "gog_gmail_search",
84
- "description": "Search Gmail threads by query"
85
- },
86
- {
87
- "name": "gog_gmail_get",
88
- "description": "Get a Gmail message by ID"
89
- },
90
- {
91
- "name": "gog_gmail_send",
92
- "description": "Send an email"
93
- },
94
- {
95
- "name": "gog_gmail_run",
96
- "description": "Run any gog gmail subcommand (escape hatch)"
97
- },
98
- {
99
- "name": "gog_calendar_events",
100
- "description": "List calendar events with optional filters"
101
- },
102
- {
103
- "name": "gog_calendar_get",
104
- "description": "Get a specific calendar event"
105
- },
106
- {
107
- "name": "gog_calendar_create",
108
- "description": "Create a calendar event"
109
- },
110
- {
111
- "name": "gog_calendar_update",
112
- "description": "Update an existing calendar event"
113
- },
114
- {
115
- "name": "gog_calendar_delete",
116
- "description": "Delete a calendar event"
117
- },
118
- {
119
- "name": "gog_calendar_respond",
120
- "description": "Respond to a calendar event invitation"
121
- },
122
- {
123
- "name": "gog_calendar_run",
124
- "description": "Run any gog calendar subcommand (escape hatch)"
125
- },
126
- {
127
- "name": "gog_drive_ls",
128
- "description": "List files in a Google Drive folder"
129
- },
130
- {
131
- "name": "gog_drive_search",
132
- "description": "Search Google Drive files"
133
- },
134
- {
135
- "name": "gog_drive_get",
136
- "description": "Get Google Drive file metadata"
137
- },
138
- {
139
- "name": "gog_drive_mkdir",
140
- "description": "Create a folder in Google Drive"
141
- },
142
- {
143
- "name": "gog_drive_rename",
144
- "description": "Rename a file or folder in Google Drive"
145
- },
146
- {
147
- "name": "gog_drive_move",
148
- "description": "Move a file to a different folder"
149
- },
150
- {
151
- "name": "gog_drive_delete",
152
- "description": "Move a file to trash"
153
- },
154
- {
155
- "name": "gog_drive_share",
156
- "description": "Share a file or folder"
157
- },
158
- {
159
- "name": "gog_drive_run",
160
- "description": "Run any gog drive subcommand (escape hatch)"
161
- },
162
- {
163
- "name": "gog_tasks_lists",
164
- "description": "List all Google Task lists"
165
- },
166
- {
167
- "name": "gog_tasks_list",
168
- "description": "List tasks in a task list"
169
- },
170
- {
171
- "name": "gog_tasks_get",
172
- "description": "Get a specific task"
173
- },
174
- {
175
- "name": "gog_tasks_add",
176
- "description": "Add a task to a task list"
177
- },
178
- {
179
- "name": "gog_tasks_done",
180
- "description": "Mark a task as completed"
181
- },
182
- {
183
- "name": "gog_tasks_delete",
184
- "description": "Delete a task"
185
- },
186
- {
187
- "name": "gog_tasks_run",
188
- "description": "Run any gog tasks subcommand (escape hatch)"
189
- },
190
- {
191
- "name": "gog_contacts_search",
192
- "description": "Search Google Contacts"
193
- },
194
- {
195
- "name": "gog_contacts_list",
196
- "description": "List all Google Contacts"
197
- },
198
- {
199
- "name": "gog_contacts_get",
200
- "description": "Get a contact by resource name"
201
- },
202
- {
203
- "name": "gog_contacts_create",
204
- "description": "Create a new Google Contact"
205
- },
206
- {
207
- "name": "gog_contacts_run",
208
- "description": "Run any gog contacts subcommand (escape hatch)"
209
- },
210
78
  {
211
79
  "name": "gog_docs_info",
212
80
  "description": "Get Google Doc metadata (title, ID, properties)"
@@ -235,38 +103,6 @@
235
103
  "name": "gog_docs_run",
236
104
  "description": "Run any gog docs subcommand (escape hatch)"
237
105
  },
238
- {
239
- "name": "gog_sheets_get",
240
- "description": "Read values from a Google Sheets range"
241
- },
242
- {
243
- "name": "gog_sheets_update",
244
- "description": "Write values to a Google Sheets range"
245
- },
246
- {
247
- "name": "gog_sheets_append",
248
- "description": "Append rows to a Google Sheet"
249
- },
250
- {
251
- "name": "gog_sheets_clear",
252
- "description": "Clear values in a Google Sheets range"
253
- },
254
- {
255
- "name": "gog_sheets_metadata",
256
- "description": "Get spreadsheet metadata (title, tabs, named ranges)"
257
- },
258
- {
259
- "name": "gog_sheets_create",
260
- "description": "Create a new Google Spreadsheet"
261
- },
262
- {
263
- "name": "gog_sheets_find_replace",
264
- "description": "Find and replace text across a spreadsheet"
265
- },
266
- {
267
- "name": "gog_sheets_run",
268
- "description": "Run any gog sheets subcommand (escape hatch)"
269
- },
270
106
  {
271
107
  "name": "gog_docs_copy",
272
108
  "description": "Copy a Google Doc to a new document with the given title."
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "gogcli-mcp-docs",
3
- "version": "1.0.9",
3
+ "version": "2.0.2",
4
4
  "description": "Extended Google Docs MCP server via gogcli — all base tools plus full Docs support",
5
+ "author": "Claude Code (AI) <https://www.anthropic.com/claude>",
5
6
  "repository": {
6
7
  "type": "git",
7
8
  "url": "https://github.com/chrischall/gogcli-mcp"
@@ -25,5 +26,15 @@
25
26
  "@modelcontextprotocol/sdk": "^1.29.0",
26
27
  "zod": "^4.3.6"
27
28
  },
28
- "license": "MIT"
29
+ "license": "MIT",
30
+ "keywords": [
31
+ "mcp",
32
+ "model-context-protocol",
33
+ "claude",
34
+ "ai",
35
+ "google",
36
+ "gogcli",
37
+ "google-docs",
38
+ "documents"
39
+ ]
29
40
  }
package/src/index.ts CHANGED
@@ -1,9 +1,11 @@
1
1
  #!/usr/bin/env node
2
2
  import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
3
- import { createBaseServer } from '../../gogcli-mcp/src/lib.js';
3
+ import { createServer, registerAuthTools, registerDocsTools } from '../../gogcli-mcp/src/lib.js';
4
4
  import { registerExtraDocsTools } from './tools/docs-extra.js';
5
5
 
6
- const server = createBaseServer({ name: 'gogcli-docs' });
6
+ const server = createServer({ name: 'gogcli-docs' });
7
+ registerAuthTools(server);
8
+ registerDocsTools(server);
7
9
  registerExtraDocsTools(server);
8
10
 
9
11
  const transport = new StdioServerTransport();