@snokam/mcp-api 2.14.0 → 2.15.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.14.0",
3
+ "version": "2.15.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": {
@@ -1042,6 +1042,10 @@
1042
1042
  "type": "boolean",
1043
1043
  "nullable": true
1044
1044
  },
1045
+ "isSeekingProject": {
1046
+ "type": "boolean",
1047
+ "nullable": true
1048
+ },
1045
1049
  "manager": {
1046
1050
  "$ref": "#/components/schemas/employeeReference"
1047
1051
  },
@@ -1065,6 +1069,9 @@
1065
1069
  "format": "double",
1066
1070
  "nullable": true
1067
1071
  },
1072
+ "personalProjectRequirements": {
1073
+ "type": "string"
1074
+ },
1068
1075
  "position": {
1069
1076
  "type": "string"
1070
1077
  },
@@ -1201,6 +1208,9 @@
1201
1208
  "isBot": {
1202
1209
  "type": "boolean"
1203
1210
  },
1211
+ "isSeekingProject": {
1212
+ "type": "boolean"
1213
+ },
1204
1214
  "manager": {
1205
1215
  "$ref": "#/components/schemas/sanityEmployeeManager"
1206
1216
  },
@@ -1223,6 +1233,9 @@
1223
1233
  "type": "number",
1224
1234
  "format": "double"
1225
1235
  },
1236
+ "personalProjectRequirements": {
1237
+ "type": "string"
1238
+ },
1226
1239
  "position": {
1227
1240
  "type": "string"
1228
1241
  },
@@ -1042,6 +1042,10 @@
1042
1042
  "type": "boolean",
1043
1043
  "nullable": true
1044
1044
  },
1045
+ "isSeekingProject": {
1046
+ "type": "boolean",
1047
+ "nullable": true
1048
+ },
1045
1049
  "manager": {
1046
1050
  "$ref": "#/components/schemas/employeeReference"
1047
1051
  },
@@ -1065,6 +1069,9 @@
1065
1069
  "format": "double",
1066
1070
  "nullable": true
1067
1071
  },
1072
+ "personalProjectRequirements": {
1073
+ "type": "string"
1074
+ },
1068
1075
  "position": {
1069
1076
  "type": "string"
1070
1077
  },
@@ -1201,6 +1208,9 @@
1201
1208
  "isBot": {
1202
1209
  "type": "boolean"
1203
1210
  },
1211
+ "isSeekingProject": {
1212
+ "type": "boolean"
1213
+ },
1204
1214
  "manager": {
1205
1215
  "$ref": "#/components/schemas/sanityEmployeeManager"
1206
1216
  },
@@ -1223,6 +1233,9 @@
1223
1233
  "type": "number",
1224
1234
  "format": "double"
1225
1235
  },
1236
+ "personalProjectRequirements": {
1237
+ "type": "string"
1238
+ },
1226
1239
  "position": {
1227
1240
  "type": "string"
1228
1241
  },