gogcli-mcp-sheets 1.0.7 → 1.0.8

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -1
package/dist/index.js CHANGED
@@ -30893,7 +30893,7 @@ function registerTasksTools(server2) {
30893
30893
  }
30894
30894
 
30895
30895
  // ../gogcli-mcp/src/server.ts
30896
- var VERSION = true ? "1.0.6" : "0.0.0";
30896
+ var VERSION = true ? "1.0.9" : "0.0.0";
30897
30897
  function createBaseServer(options) {
30898
30898
  const server2 = new McpServer({
30899
30899
  name: options?.name ?? "gogcli",
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "gogcli-mcp-sheets",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Extended Google Sheets MCP server via gogcli — all base tools plus full Sheets support",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/chrischall/gogcli-mcp"
8
+ },
5
9
  "type": "module",
6
10
  "bin": {
7
11
  "gogcli-mcp-sheets": "dist/index.js"