@snokam/mcp-api 2.9.0 → 2.11.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snokam/mcp-api",
3
- "version": "2.9.0",
3
+ "version": "2.11.0",
4
4
  "description": "MCP server exposing Snokam backend APIs as tools for Claude Code and other MCP clients",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1360,6 +1360,14 @@
1360
1360
  "sdtId": {
1361
1361
  "type": "string",
1362
1362
  "nullable": true
1363
+ },
1364
+ "sheetName": {
1365
+ "type": "string",
1366
+ "nullable": true
1367
+ },
1368
+ "cellReference": {
1369
+ "type": "string",
1370
+ "nullable": true
1363
1371
  }
1364
1372
  },
1365
1373
  "nullable": true
@@ -1360,6 +1360,14 @@
1360
1360
  "sdtId": {
1361
1361
  "type": "string",
1362
1362
  "nullable": true
1363
+ },
1364
+ "sheetName": {
1365
+ "type": "string",
1366
+ "nullable": true
1367
+ },
1368
+ "cellReference": {
1369
+ "type": "string",
1370
+ "nullable": true
1363
1371
  }
1364
1372
  },
1365
1373
  "nullable": true