@snokam/mcp-api 2.4.0 → 2.5.1

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.4.0",
3
+ "version": "2.5.1",
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": {
@@ -1452,6 +1452,14 @@
1452
1452
  "country": {
1453
1453
  "type": "string",
1454
1454
  "nullable": true
1455
+ },
1456
+ "location": {
1457
+ "type": "string",
1458
+ "nullable": true
1459
+ },
1460
+ "workMode": {
1461
+ "type": "string",
1462
+ "nullable": true
1455
1463
  }
1456
1464
  },
1457
1465
  "nullable": true
@@ -1452,6 +1452,14 @@
1452
1452
  "country": {
1453
1453
  "type": "string",
1454
1454
  "nullable": true
1455
+ },
1456
+ "location": {
1457
+ "type": "string",
1458
+ "nullable": true
1459
+ },
1460
+ "workMode": {
1461
+ "type": "string",
1462
+ "nullable": true
1455
1463
  }
1456
1464
  },
1457
1465
  "nullable": true