@snokam/mcp-api 0.137.0 → 0.139.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.137.0",
3
+ "version": "0.139.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": {
@@ -2616,6 +2616,9 @@
2616
2616
  "additionalProperties": {
2617
2617
  "type": "object"
2618
2618
  }
2619
+ },
2620
+ "linkedin": {
2621
+ "type": "string"
2619
2622
  }
2620
2623
  }
2621
2624
  },
@@ -2905,6 +2908,9 @@
2905
2908
  },
2906
2909
  "url": {
2907
2910
  "type": "string"
2911
+ },
2912
+ "linkedin": {
2913
+ "type": "string"
2908
2914
  }
2909
2915
  }
2910
2916
  },
@@ -34027,6 +34027,9 @@
34027
34027
  "snapchatUsername": {
34028
34028
  "type": "string"
34029
34029
  },
34030
+ "linkedin": {
34031
+ "type": "string"
34032
+ },
34030
34033
  "githubUsername": {
34031
34034
  "type": "string"
34032
34035
  },
@@ -35910,6 +35913,10 @@
35910
35913
  "type": "object",
35911
35914
  "nullable": true
35912
35915
  },
35916
+ "linkedin": {
35917
+ "type": "string",
35918
+ "nullable": true
35919
+ },
35913
35920
  "allergies": {
35914
35921
  "items": {
35915
35922
  "type": "string"
@@ -2616,6 +2616,9 @@
2616
2616
  "additionalProperties": {
2617
2617
  "type": "object"
2618
2618
  }
2619
+ },
2620
+ "linkedin": {
2621
+ "type": "string"
2619
2622
  }
2620
2623
  }
2621
2624
  },
@@ -2905,6 +2908,9 @@
2905
2908
  },
2906
2909
  "url": {
2907
2910
  "type": "string"
2911
+ },
2912
+ "linkedin": {
2913
+ "type": "string"
2908
2914
  }
2909
2915
  }
2910
2916
  },
@@ -34027,6 +34027,9 @@
34027
34027
  "snapchatUsername": {
34028
34028
  "type": "string"
34029
34029
  },
34030
+ "linkedin": {
34031
+ "type": "string"
34032
+ },
34030
34033
  "githubUsername": {
34031
34034
  "type": "string"
34032
34035
  },
@@ -35910,6 +35913,10 @@
35910
35913
  "type": "object",
35911
35914
  "nullable": true
35912
35915
  },
35916
+ "linkedin": {
35917
+ "type": "string",
35918
+ "nullable": true
35919
+ },
35913
35920
  "allergies": {
35914
35921
  "items": {
35915
35922
  "type": "string"