@snokam/mcp-api 0.72.1 → 0.72.2

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.72.1",
3
+ "version": "0.72.2",
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": {
@@ -1641,8 +1641,8 @@
1641
1641
  "tags": [
1642
1642
  "Candidates"
1643
1643
  ],
1644
- "summary": "Generate or set a candidate PIN code and SMS it to them",
1645
- "description": "Issues the six-digit PIN that gates the candidate's tilbud-, signert- and onboarding-side. Pass an empty body to generate a fresh code; pass {\"pin\": \"123456\"} to override with a specific value (handy when the candidate calls in for help). Patches candidate.pin in Sanity and SMSes the code to candidate.telephone via notifications-function. Returns the updated candidate.",
1644
+ "summary": "Generate or set a candidate PIN code and notify them",
1645
+ "description": "Issues the six-digit PIN that gates the candidate's tilbud-, signert- and onboarding-side. Pass an empty body to generate a fresh code; pass {\"pin\": \"123456\"} to override with a specific value (handy when the candidate calls in for help). Patches candidate.pin in Sanity and dispatches the dedicated PinReissue notification to candidate.email and candidate.telephone via notifications-function. Returns the updated candidate.",
1646
1646
  "operationId": "IssueCandidatePin",
1647
1647
  "parameters": [
1648
1648
  {
@@ -1743,7 +1743,8 @@
1743
1743
  4,
1744
1744
  5,
1745
1745
  6,
1746
- 7
1746
+ 7,
1747
+ 8
1747
1748
  ],
1748
1749
  "type": "integer",
1749
1750
  "format": "int32",