@snokam/mcp-api 0.122.0 → 0.123.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": "0.122.0",
3
+ "version": "0.123.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": {
@@ -4498,6 +4498,12 @@
4498
4498
  "sanityUpdatedAt": {
4499
4499
  "type": "string"
4500
4500
  },
4501
+ "scopeGrants": {
4502
+ "type": "array",
4503
+ "items": {
4504
+ "type": "string"
4505
+ }
4506
+ },
4501
4507
  "settings": {
4502
4508
  "$ref": "#/components/schemas/sanityEmployeeSettings"
4503
4509
  },
@@ -4668,6 +4674,12 @@
4668
4674
  },
4669
4675
  "sanityUpdatedAt": {
4670
4676
  "type": "string"
4677
+ },
4678
+ "scopeGrants": {
4679
+ "type": "array",
4680
+ "items": {
4681
+ "type": "string"
4682
+ }
4671
4683
  }
4672
4684
  }
4673
4685
  },
@@ -1865,6 +1865,12 @@
1865
1865
  "position": {
1866
1866
  "type": "string"
1867
1867
  },
1868
+ "scopeGrants": {
1869
+ "type": "array",
1870
+ "items": {
1871
+ "type": "string"
1872
+ }
1873
+ },
1868
1874
  "settings": {
1869
1875
  "$ref": "#/components/schemas/sanityPatchEmployeeSettings"
1870
1876
  },
@@ -2074,6 +2080,12 @@
2074
2080
  "sanityUpdatedAt": {
2075
2081
  "type": "string"
2076
2082
  },
2083
+ "scopeGrants": {
2084
+ "type": "array",
2085
+ "items": {
2086
+ "type": "string"
2087
+ }
2088
+ },
2077
2089
  "settings": {
2078
2090
  "$ref": "#/components/schemas/sanityEmployeeSettings"
2079
2091
  },
@@ -2430,6 +2442,12 @@
2430
2442
  },
2431
2443
  "sanityUpdatedAt": {
2432
2444
  "type": "string"
2445
+ },
2446
+ "scopeGrants": {
2447
+ "type": "array",
2448
+ "items": {
2449
+ "type": "string"
2450
+ }
2433
2451
  }
2434
2452
  }
2435
2453
  },
@@ -22208,6 +22208,12 @@
22208
22208
  ],
22209
22209
  "type": "object"
22210
22210
  },
22211
+ "scopeGrants": {
22212
+ "items": {
22213
+ "type": "string"
22214
+ },
22215
+ "type": "array"
22216
+ },
22211
22217
  "permissions": {
22212
22218
  "type": "string"
22213
22219
  },
@@ -29670,6 +29676,12 @@
29670
29676
  "type": "array",
29671
29677
  "nullable": true
29672
29678
  },
29679
+ "scopeGrants": {
29680
+ "items": {
29681
+ "type": "string"
29682
+ },
29683
+ "type": "array"
29684
+ },
29673
29685
  "groups": {
29674
29686
  "items": {
29675
29687
  "properties": {
@@ -29722,6 +29734,12 @@
29722
29734
  ],
29723
29735
  "type": "object"
29724
29736
  },
29737
+ "scopeGrants": {
29738
+ "items": {
29739
+ "type": "string"
29740
+ },
29741
+ "type": "array"
29742
+ },
29725
29743
  "permissions": {
29726
29744
  "type": "string"
29727
29745
  },
@@ -30485,6 +30503,12 @@
30485
30503
  },
30486
30504
  "type": "array"
30487
30505
  },
30506
+ "scopeGrants": {
30507
+ "items": {
30508
+ "type": "string"
30509
+ },
30510
+ "type": "array"
30511
+ },
30488
30512
  "groups": {
30489
30513
  "items": {
30490
30514
  "allOf": [
@@ -31152,6 +31176,13 @@
31152
31176
  "type": "array",
31153
31177
  "nullable": true
31154
31178
  },
31179
+ "scopeGrants": {
31180
+ "items": {
31181
+ "type": "string"
31182
+ },
31183
+ "type": "array",
31184
+ "nullable": true
31185
+ },
31155
31186
  "cliftonStrengths": {
31156
31187
  "items": {
31157
31188
  "allOf": [
@@ -4498,6 +4498,12 @@
4498
4498
  "sanityUpdatedAt": {
4499
4499
  "type": "string"
4500
4500
  },
4501
+ "scopeGrants": {
4502
+ "type": "array",
4503
+ "items": {
4504
+ "type": "string"
4505
+ }
4506
+ },
4501
4507
  "settings": {
4502
4508
  "$ref": "#/components/schemas/sanityEmployeeSettings"
4503
4509
  },
@@ -4668,6 +4674,12 @@
4668
4674
  },
4669
4675
  "sanityUpdatedAt": {
4670
4676
  "type": "string"
4677
+ },
4678
+ "scopeGrants": {
4679
+ "type": "array",
4680
+ "items": {
4681
+ "type": "string"
4682
+ }
4671
4683
  }
4672
4684
  }
4673
4685
  },
@@ -1865,6 +1865,12 @@
1865
1865
  "position": {
1866
1866
  "type": "string"
1867
1867
  },
1868
+ "scopeGrants": {
1869
+ "type": "array",
1870
+ "items": {
1871
+ "type": "string"
1872
+ }
1873
+ },
1868
1874
  "settings": {
1869
1875
  "$ref": "#/components/schemas/sanityPatchEmployeeSettings"
1870
1876
  },
@@ -2074,6 +2080,12 @@
2074
2080
  "sanityUpdatedAt": {
2075
2081
  "type": "string"
2076
2082
  },
2083
+ "scopeGrants": {
2084
+ "type": "array",
2085
+ "items": {
2086
+ "type": "string"
2087
+ }
2088
+ },
2077
2089
  "settings": {
2078
2090
  "$ref": "#/components/schemas/sanityEmployeeSettings"
2079
2091
  },
@@ -2430,6 +2442,12 @@
2430
2442
  },
2431
2443
  "sanityUpdatedAt": {
2432
2444
  "type": "string"
2445
+ },
2446
+ "scopeGrants": {
2447
+ "type": "array",
2448
+ "items": {
2449
+ "type": "string"
2450
+ }
2433
2451
  }
2434
2452
  }
2435
2453
  },
@@ -22208,6 +22208,12 @@
22208
22208
  ],
22209
22209
  "type": "object"
22210
22210
  },
22211
+ "scopeGrants": {
22212
+ "items": {
22213
+ "type": "string"
22214
+ },
22215
+ "type": "array"
22216
+ },
22211
22217
  "permissions": {
22212
22218
  "type": "string"
22213
22219
  },
@@ -29670,6 +29676,12 @@
29670
29676
  "type": "array",
29671
29677
  "nullable": true
29672
29678
  },
29679
+ "scopeGrants": {
29680
+ "items": {
29681
+ "type": "string"
29682
+ },
29683
+ "type": "array"
29684
+ },
29673
29685
  "groups": {
29674
29686
  "items": {
29675
29687
  "properties": {
@@ -29722,6 +29734,12 @@
29722
29734
  ],
29723
29735
  "type": "object"
29724
29736
  },
29737
+ "scopeGrants": {
29738
+ "items": {
29739
+ "type": "string"
29740
+ },
29741
+ "type": "array"
29742
+ },
29725
29743
  "permissions": {
29726
29744
  "type": "string"
29727
29745
  },
@@ -30485,6 +30503,12 @@
30485
30503
  },
30486
30504
  "type": "array"
30487
30505
  },
30506
+ "scopeGrants": {
30507
+ "items": {
30508
+ "type": "string"
30509
+ },
30510
+ "type": "array"
30511
+ },
30488
30512
  "groups": {
30489
30513
  "items": {
30490
30514
  "allOf": [
@@ -31152,6 +31176,13 @@
31152
31176
  "type": "array",
31153
31177
  "nullable": true
31154
31178
  },
31179
+ "scopeGrants": {
31180
+ "items": {
31181
+ "type": "string"
31182
+ },
31183
+ "type": "array",
31184
+ "nullable": true
31185
+ },
31155
31186
  "cliftonStrengths": {
31156
31187
  "items": {
31157
31188
  "allOf": [