@snokam/mcp-api 0.60.1 → 0.61.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.60.1",
3
+ "version": "0.61.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": {
@@ -2247,6 +2247,9 @@
2247
2247
  "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2248
2248
  }
2249
2249
  },
2250
+ "employeeTitle": {
2251
+ "type": "string"
2252
+ },
2250
2253
  "image": {
2251
2254
  "$ref": "#/components/schemas/pageMetaImage"
2252
2255
  },
@@ -2618,6 +2621,9 @@
2618
2621
  "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2619
2622
  }
2620
2623
  },
2624
+ "employeeTitle": {
2625
+ "type": "string"
2626
+ },
2621
2627
  "image": {
2622
2628
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
2623
2629
  },
@@ -20672,6 +20672,9 @@
20672
20672
  "slug": {
20673
20673
  "$ref": "#/components/schemas/Slug"
20674
20674
  },
20675
+ "employeeTitle": {
20676
+ "type": "string"
20677
+ },
20675
20678
  "title": {
20676
20679
  "type": "string"
20677
20680
  },
@@ -30694,6 +30697,9 @@
30694
30697
  "slug": {
30695
30698
  "$ref": "#/components/schemas/Slug"
30696
30699
  },
30700
+ "employeeTitle": {
30701
+ "type": "string"
30702
+ },
30697
30703
  "title": {
30698
30704
  "type": "string"
30699
30705
  },
@@ -2247,6 +2247,9 @@
2247
2247
  "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2248
2248
  }
2249
2249
  },
2250
+ "employeeTitle": {
2251
+ "type": "string"
2252
+ },
2250
2253
  "image": {
2251
2254
  "$ref": "#/components/schemas/pageMetaImage"
2252
2255
  },
@@ -2618,6 +2621,9 @@
2618
2621
  "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2619
2622
  }
2620
2623
  },
2624
+ "employeeTitle": {
2625
+ "type": "string"
2626
+ },
2621
2627
  "image": {
2622
2628
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
2623
2629
  },
@@ -20672,6 +20672,9 @@
20672
20672
  "slug": {
20673
20673
  "$ref": "#/components/schemas/Slug"
20674
20674
  },
20675
+ "employeeTitle": {
20676
+ "type": "string"
20677
+ },
20675
20678
  "title": {
20676
20679
  "type": "string"
20677
20680
  },
@@ -30694,6 +30697,9 @@
30694
30697
  "slug": {
30695
30698
  "$ref": "#/components/schemas/Slug"
30696
30699
  },
30700
+ "employeeTitle": {
30701
+ "type": "string"
30702
+ },
30697
30703
  "title": {
30698
30704
  "type": "string"
30699
30705
  },