gogcli-mcp 2.0.4 → 2.0.6

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.
Files changed (44) hide show
  1. package/.claude-plugin/marketplace.json +4 -4
  2. package/.claude-plugin/plugin.json +2 -2
  3. package/dist/index.d.ts +3 -0
  4. package/dist/index.d.ts.map +1 -0
  5. package/dist/index.js +5 -529
  6. package/dist/lib.d.ts +6 -0
  7. package/dist/lib.d.ts.map +1 -0
  8. package/dist/lib.js +5 -529
  9. package/dist/runner.d.ts +12 -0
  10. package/dist/runner.d.ts.map +1 -0
  11. package/dist/server.d.ts +7 -0
  12. package/dist/server.d.ts.map +1 -0
  13. package/dist/tools/auth.d.ts +3 -0
  14. package/dist/tools/auth.d.ts.map +1 -0
  15. package/dist/tools/calendar.d.ts +3 -0
  16. package/dist/tools/calendar.d.ts.map +1 -0
  17. package/dist/tools/contacts.d.ts +3 -0
  18. package/dist/tools/contacts.d.ts.map +1 -0
  19. package/dist/tools/docs.d.ts +3 -0
  20. package/dist/tools/docs.d.ts.map +1 -0
  21. package/dist/tools/drive.d.ts +3 -0
  22. package/dist/tools/drive.d.ts.map +1 -0
  23. package/dist/tools/gmail.d.ts +3 -0
  24. package/dist/tools/gmail.d.ts.map +1 -0
  25. package/dist/tools/sheets.d.ts +3 -0
  26. package/dist/tools/sheets.d.ts.map +1 -0
  27. package/dist/tools/tasks.d.ts +3 -0
  28. package/dist/tools/tasks.d.ts.map +1 -0
  29. package/dist/tools/utils.d.ts +14 -0
  30. package/dist/tools/utils.d.ts.map +1 -0
  31. package/manifest.json +1 -145
  32. package/package.json +1 -1
  33. package/server.json +3 -3
  34. package/src/runner.ts +4 -1
  35. package/src/tools/calendar.ts +0 -92
  36. package/src/tools/classroom.ts +2 -297
  37. package/src/tools/contacts.ts +1 -75
  38. package/src/tools/slides.ts +1 -108
  39. package/tests/helpers/extras-harness.ts +31 -0
  40. package/tests/runner.test.ts +30 -0
  41. package/tests/tools/calendar.test.ts +0 -137
  42. package/tests/tools/classroom.test.ts +0 -352
  43. package/tests/tools/contacts.test.ts +0 -100
  44. package/tests/tools/slides.test.ts +6 -278
@@ -6,16 +6,16 @@
6
6
  "email": "chris.c.hall@gmail.com"
7
7
  },
8
8
  "metadata": {
9
- "description": "Google Sheets (and more) for Claude via gogcli read, write, and manage spreadsheets",
10
- "version": "2.0.4"
9
+ "description": "Google Sheets (and more) for Claude via gogcli \u2014 read, write, and manage spreadsheets",
10
+ "version": "2.0.3"
11
11
  },
12
12
  "plugins": [
13
13
  {
14
14
  "name": "gogcli-mcp",
15
15
  "displayName": "gogcli",
16
16
  "source": "./",
17
- "description": "Google Sheets (and more) for Claude via gogcli read, write, and manage spreadsheets",
18
- "version": "2.0.4",
17
+ "description": "Google Sheets (and more) for Claude via gogcli \u2014 read, write, and manage spreadsheets",
18
+ "version": "2.0.3",
19
19
  "author": {
20
20
  "name": "Chris Hall"
21
21
  },
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "gogcli-mcp",
3
3
  "displayName": "gogcli",
4
- "version": "2.0.4",
5
- "description": "Google Sheets (and more) for Claude via gogcli read, write, and manage spreadsheets",
4
+ "version": "2.0.3",
5
+ "description": "Google Sheets (and more) for Claude via gogcli \u2014 read, write, and manage spreadsheets",
6
6
  "author": {
7
7
  "name": "Chris Hall",
8
8
  "email": "chris.c.hall@gmail.com"
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}