@snokam/mcp-api 0.35.0 → 0.36.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.35.0",
3
+ "version": "0.36.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": {
@@ -7779,6 +7779,9 @@
7779
7779
  "coffeeMachineInstructions": {
7780
7780
  "$ref": "#/components/schemas/MuxVideo"
7781
7781
  },
7782
+ "slippers": {
7783
+ "$ref": "#/components/schemas/EquipmentReference"
7784
+ },
7782
7785
  "equipment": {
7783
7786
  "items": {
7784
7787
  "allOf": [
@@ -10480,6 +10483,9 @@
10480
10483
  "coffeeMachineInstructions": {
10481
10484
  "$ref": "#/components/schemas/MuxVideo"
10482
10485
  },
10486
+ "slippers": {
10487
+ "$ref": "#/components/schemas/EquipmentReference"
10488
+ },
10483
10489
  "equipment": {
10484
10490
  "items": {
10485
10491
  "allOf": [
@@ -13166,6 +13172,9 @@
13166
13172
  "coffeeMachineInstructions": {
13167
13173
  "$ref": "#/components/schemas/MuxVideo"
13168
13174
  },
13175
+ "slippers": {
13176
+ "$ref": "#/components/schemas/EquipmentReference"
13177
+ },
13169
13178
  "equipment": {
13170
13179
  "items": {
13171
13180
  "allOf": [
@@ -18133,6 +18142,14 @@
18133
18142
  "type": "array",
18134
18143
  "nullable": true
18135
18144
  },
18145
+ "slippers": {
18146
+ "allOf": [
18147
+ {
18148
+ "$ref": "#/components/schemas/EquipmentReference"
18149
+ }
18150
+ ],
18151
+ "nullable": true
18152
+ },
18136
18153
  "coffeeMachineInstructions": {
18137
18154
  "allOf": [
18138
18155
  {
@@ -29923,9 +29940,6 @@
29923
29940
  "type": "object",
29924
29941
  "nullable": true
29925
29942
  },
29926
- "slipperSize": {
29927
- "type": "string"
29928
- },
29929
29943
  "githubUsername": {
29930
29944
  "type": "string"
29931
29945
  },
@@ -31534,10 +31548,6 @@
31534
31548
  "githubUsername": {
31535
31549
  "type": "string",
31536
31550
  "nullable": true
31537
- },
31538
- "slipperSize": {
31539
- "type": "string",
31540
- "nullable": true
31541
31551
  }
31542
31552
  },
31543
31553
  "type": "object",
@@ -7779,6 +7779,9 @@
7779
7779
  "coffeeMachineInstructions": {
7780
7780
  "$ref": "#/components/schemas/MuxVideo"
7781
7781
  },
7782
+ "slippers": {
7783
+ "$ref": "#/components/schemas/EquipmentReference"
7784
+ },
7782
7785
  "equipment": {
7783
7786
  "items": {
7784
7787
  "allOf": [
@@ -10480,6 +10483,9 @@
10480
10483
  "coffeeMachineInstructions": {
10481
10484
  "$ref": "#/components/schemas/MuxVideo"
10482
10485
  },
10486
+ "slippers": {
10487
+ "$ref": "#/components/schemas/EquipmentReference"
10488
+ },
10483
10489
  "equipment": {
10484
10490
  "items": {
10485
10491
  "allOf": [
@@ -13166,6 +13172,9 @@
13166
13172
  "coffeeMachineInstructions": {
13167
13173
  "$ref": "#/components/schemas/MuxVideo"
13168
13174
  },
13175
+ "slippers": {
13176
+ "$ref": "#/components/schemas/EquipmentReference"
13177
+ },
13169
13178
  "equipment": {
13170
13179
  "items": {
13171
13180
  "allOf": [
@@ -18133,6 +18142,14 @@
18133
18142
  "type": "array",
18134
18143
  "nullable": true
18135
18144
  },
18145
+ "slippers": {
18146
+ "allOf": [
18147
+ {
18148
+ "$ref": "#/components/schemas/EquipmentReference"
18149
+ }
18150
+ ],
18151
+ "nullable": true
18152
+ },
18136
18153
  "coffeeMachineInstructions": {
18137
18154
  "allOf": [
18138
18155
  {
@@ -29923,9 +29940,6 @@
29923
29940
  "type": "object",
29924
29941
  "nullable": true
29925
29942
  },
29926
- "slipperSize": {
29927
- "type": "string"
29928
- },
29929
29943
  "githubUsername": {
29930
29944
  "type": "string"
29931
29945
  },
@@ -31534,10 +31548,6 @@
31534
31548
  "githubUsername": {
31535
31549
  "type": "string",
31536
31550
  "nullable": true
31537
- },
31538
- "slipperSize": {
31539
- "type": "string",
31540
- "nullable": true
31541
31551
  }
31542
31552
  },
31543
31553
  "type": "object",