@snokam/mcp-api 0.122.0 → 0.124.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.124.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": {
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "servers": [
9
9
  {
10
- "url": "https://chatgpt.api.snokam.no"
10
+ "url": "/api/chatgpt"
11
11
  }
12
12
  ],
13
13
  "paths": {
@@ -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": [
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "servers": [
9
9
  {
10
- "url": "https://sync.api.snokam.no"
10
+ "url": "/api/sync"
11
11
  }
12
12
  ],
13
13
  "paths": {
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "servers": [
9
9
  {
10
- "url": "https://webshop.api.snokam.no"
10
+ "url": "/api/webshop"
11
11
  }
12
12
  ],
13
13
  "paths": {
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "servers": [
9
9
  {
10
- "url": "https://chatgpt.api.test.snokam.no"
10
+ "url": "/api/chatgpt"
11
11
  }
12
12
  ],
13
13
  "paths": {
@@ -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": [
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "servers": [
9
9
  {
10
- "url": "https://sync.api.test.snokam.no"
10
+ "url": "/api/sync"
11
11
  }
12
12
  ],
13
13
  "paths": {
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "servers": [
9
9
  {
10
- "url": "https://webshop.api.test.snokam.no"
10
+ "url": "/api/webshop"
11
11
  }
12
12
  ],
13
13
  "paths": {