@snokam/mcp-api 1.13.0 → 1.16.1

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": "1.13.0",
3
+ "version": "1.16.1",
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": {
@@ -423,6 +423,65 @@
423
423
  ]
424
424
  }
425
425
  },
426
+ "/v1.0/admin/tenders": {
427
+ "delete": {
428
+ "tags": [
429
+ "Admin"
430
+ ],
431
+ "summary": "Delete all tenders",
432
+ "operationId": "DeleteAllTenders",
433
+ "responses": {
434
+ "200": {
435
+ "description": "Payload of Object",
436
+ "content": {
437
+ "application/json": {
438
+ "schema": {
439
+ "type": "object"
440
+ }
441
+ }
442
+ }
443
+ }
444
+ }
445
+ }
446
+ },
447
+ "/v1.0/admin/reprocess-matches": {
448
+ "post": {
449
+ "tags": [
450
+ "Admin"
451
+ ],
452
+ "summary": "Trigger CV matching on all tenders",
453
+ "operationId": "ReprocessMatches",
454
+ "parameters": [
455
+ {
456
+ "name": "unmatchedOnly",
457
+ "in": "query",
458
+ "description": "If true, only re-match tenders with no existing consultant matches",
459
+ "schema": {
460
+ "type": "boolean"
461
+ }
462
+ }
463
+ ],
464
+ "responses": {
465
+ "200": {
466
+ "description": "Payload of Object",
467
+ "content": {
468
+ "application/json": {
469
+ "schema": {
470
+ "type": "object"
471
+ }
472
+ }
473
+ }
474
+ }
475
+ },
476
+ "security": [
477
+ {
478
+ "Implicit": [
479
+ "api://7e877854-e62d-4637-a655-1da7141f7ac9/.default"
480
+ ]
481
+ }
482
+ ]
483
+ }
484
+ },
426
485
  "/v1.0/tenders/{id}/runs": {
427
486
  "get": {
428
487
  "tags": [
@@ -423,6 +423,65 @@
423
423
  ]
424
424
  }
425
425
  },
426
+ "/v1.0/admin/tenders": {
427
+ "delete": {
428
+ "tags": [
429
+ "Admin"
430
+ ],
431
+ "summary": "Delete all tenders",
432
+ "operationId": "DeleteAllTenders",
433
+ "responses": {
434
+ "200": {
435
+ "description": "Payload of Object",
436
+ "content": {
437
+ "application/json": {
438
+ "schema": {
439
+ "type": "object"
440
+ }
441
+ }
442
+ }
443
+ }
444
+ }
445
+ }
446
+ },
447
+ "/v1.0/admin/reprocess-matches": {
448
+ "post": {
449
+ "tags": [
450
+ "Admin"
451
+ ],
452
+ "summary": "Trigger CV matching on all tenders",
453
+ "operationId": "ReprocessMatches",
454
+ "parameters": [
455
+ {
456
+ "name": "unmatchedOnly",
457
+ "in": "query",
458
+ "description": "If true, only re-match tenders with no existing consultant matches",
459
+ "schema": {
460
+ "type": "boolean"
461
+ }
462
+ }
463
+ ],
464
+ "responses": {
465
+ "200": {
466
+ "description": "Payload of Object",
467
+ "content": {
468
+ "application/json": {
469
+ "schema": {
470
+ "type": "object"
471
+ }
472
+ }
473
+ }
474
+ }
475
+ },
476
+ "security": [
477
+ {
478
+ "Implicit": [
479
+ "api://d7f15838-af74-4048-88b3-503089de0064/.default"
480
+ ]
481
+ }
482
+ ]
483
+ }
484
+ },
426
485
  "/v1.0/tenders/{id}/runs": {
427
486
  "get": {
428
487
  "tags": [