@snokam/mcp-api 0.132.0 → 0.133.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.132.0",
3
+ "version": "0.133.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": {
@@ -54988,6 +54988,46 @@
54988
54988
  }
54989
54989
  ]
54990
54990
  },
54991
+ "delete": {
54992
+ "operationId": "DeleteCandidate",
54993
+ "responses": {
54994
+ "200": {
54995
+ "description": "Ok",
54996
+ "content": {
54997
+ "application/json": {
54998
+ "schema": {
54999
+ "allOf": [
55000
+ {
55001
+ "$ref": "#/components/schemas/SanityCandidate"
55002
+ }
55003
+ ],
55004
+ "nullable": true
55005
+ }
55006
+ }
55007
+ }
55008
+ }
55009
+ },
55010
+ "tags": [
55011
+ "Candidates"
55012
+ ],
55013
+ "security": [
55014
+ {
55015
+ "Implicit": [
55016
+ "WILL BE REPLACED"
55017
+ ]
55018
+ }
55019
+ ],
55020
+ "parameters": [
55021
+ {
55022
+ "in": "path",
55023
+ "name": "id",
55024
+ "required": true,
55025
+ "schema": {
55026
+ "type": "string"
55027
+ }
55028
+ }
55029
+ ]
55030
+ },
54991
55031
  "patch": {
54992
55032
  "operationId": "PatchCandidate",
54993
55033
  "responses": {
@@ -54988,6 +54988,46 @@
54988
54988
  }
54989
54989
  ]
54990
54990
  },
54991
+ "delete": {
54992
+ "operationId": "DeleteCandidate",
54993
+ "responses": {
54994
+ "200": {
54995
+ "description": "Ok",
54996
+ "content": {
54997
+ "application/json": {
54998
+ "schema": {
54999
+ "allOf": [
55000
+ {
55001
+ "$ref": "#/components/schemas/SanityCandidate"
55002
+ }
55003
+ ],
55004
+ "nullable": true
55005
+ }
55006
+ }
55007
+ }
55008
+ }
55009
+ },
55010
+ "tags": [
55011
+ "Candidates"
55012
+ ],
55013
+ "security": [
55014
+ {
55015
+ "Implicit": [
55016
+ "WILL BE REPLACED"
55017
+ ]
55018
+ }
55019
+ ],
55020
+ "parameters": [
55021
+ {
55022
+ "in": "path",
55023
+ "name": "id",
55024
+ "required": true,
55025
+ "schema": {
55026
+ "type": "string"
55027
+ }
55028
+ }
55029
+ ]
55030
+ },
54991
55031
  "patch": {
54992
55032
  "operationId": "PatchCandidate",
54993
55033
  "responses": {