@snokam/mcp-api 0.89.0 → 0.89.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": "0.89.0",
3
+ "version": "0.89.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": {
@@ -4339,7 +4339,7 @@
4339
4339
  "type": "string"
4340
4340
  },
4341
4341
  "blurred_image": {
4342
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
4342
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
4343
4343
  },
4344
4344
  "boardMember": {
4345
4345
  "type": "boolean"
@@ -4379,7 +4379,7 @@
4379
4379
  }
4380
4380
  },
4381
4381
  "image": {
4382
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
4382
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
4383
4383
  },
4384
4384
  "innovativeSalary": {
4385
4385
  "type": "boolean"
@@ -4403,7 +4403,7 @@
4403
4403
  "media": {
4404
4404
  "type": "array",
4405
4405
  "items": {
4406
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5MediaInner"
4406
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner"
4407
4407
  }
4408
4408
  },
4409
4409
  "name": {
@@ -4446,7 +4446,7 @@
4446
4446
  "tags": {
4447
4447
  "type": "array",
4448
4448
  "items": {
4449
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
4449
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
4450
4450
  }
4451
4451
  },
4452
4452
  "technologies": {
@@ -4551,7 +4551,7 @@
4551
4551
  "images": {
4552
4552
  "type": "array",
4553
4553
  "items": {
4554
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
4554
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
4555
4555
  }
4556
4556
  },
4557
4557
  "sanityId": {
@@ -4579,7 +4579,7 @@
4579
4579
  }
4580
4580
  },
4581
4581
  "image": {
4582
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
4582
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
4583
4583
  },
4584
4584
  "leaders": {
4585
4585
  "type": "array",
@@ -4621,7 +4621,7 @@
4621
4621
  "type": "string"
4622
4622
  },
4623
4623
  "image": {
4624
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
4624
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
4625
4625
  },
4626
4626
  "isBot": {
4627
4627
  "type": "boolean",
@@ -4643,7 +4643,7 @@
4643
4643
  "tags": {
4644
4644
  "type": "array",
4645
4645
  "items": {
4646
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
4646
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
4647
4647
  }
4648
4648
  },
4649
4649
  "telephone": {
@@ -4727,31 +4727,36 @@
4727
4727
  }
4728
4728
  }
4729
4729
  },
4730
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
4730
+ "sanityTechnologyWithRelationsArticlesInnerMediaOneOf": {
4731
4731
  "type": "object",
4732
4732
  "properties": {
4733
4733
  "sanityType": {
4734
4734
  "enum": [
4735
- "technology"
4735
+ "image"
4736
4736
  ],
4737
4737
  "type": "string",
4738
- "default": "technology"
4739
- },
4740
- "parent": {
4741
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
4738
+ "default": "image"
4742
4739
  },
4743
- "sanityId": {
4744
- "type": "string"
4740
+ "asset": {
4741
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4742
+ }
4743
+ }
4744
+ },
4745
+ "sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner": {
4746
+ "type": "object",
4747
+ "properties": {
4748
+ "actualInstance": {
4749
+ "type": "object"
4745
4750
  },
4746
- "slug": {
4747
- "$ref": "#/components/schemas/slug"
4751
+ "isNullable": {
4752
+ "type": "boolean"
4748
4753
  },
4749
- "title": {
4754
+ "schemaType": {
4750
4755
  "type": "string"
4751
4756
  }
4752
4757
  }
4753
4758
  },
4754
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
4759
+ "sanityTechnologyWithRelationsEmployeesInnerTagsInner": {
4755
4760
  "type": "object",
4756
4761
  "properties": {
4757
4762
  "sanityType": {
@@ -4772,32 +4777,27 @@
4772
4777
  }
4773
4778
  }
4774
4779
  },
4775
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5MediaInner": {
4776
- "type": "object",
4777
- "properties": {
4778
- "actualInstance": {
4779
- "type": "object"
4780
- },
4781
- "isNullable": {
4782
- "type": "boolean"
4783
- },
4784
- "schemaType": {
4785
- "type": "string"
4786
- }
4787
- }
4788
- },
4789
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
4780
+ "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
4790
4781
  "type": "object",
4791
4782
  "properties": {
4792
4783
  "sanityType": {
4793
4784
  "enum": [
4794
- "image"
4785
+ "technology"
4795
4786
  ],
4796
4787
  "type": "string",
4797
- "default": "image"
4788
+ "default": "technology"
4798
4789
  },
4799
- "asset": {
4800
- "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4790
+ "parent": {
4791
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
4792
+ },
4793
+ "sanityId": {
4794
+ "type": "string"
4795
+ },
4796
+ "slug": {
4797
+ "$ref": "#/components/schemas/slug"
4798
+ },
4799
+ "title": {
4800
+ "type": "string"
4801
4801
  }
4802
4802
  }
4803
4803
  },
@@ -872,7 +872,7 @@
872
872
  "content": {
873
873
  "type": "array",
874
874
  "items": {
875
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInner"
875
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsDescriptionInner"
876
876
  }
877
877
  },
878
878
  "customer": {
@@ -1005,7 +1005,7 @@
1005
1005
  }
1006
1006
  },
1007
1007
  "parent": {
1008
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1008
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
1009
1009
  },
1010
1010
  "sanityCreatedAt": {
1011
1011
  "type": "string"
@@ -1052,7 +1052,7 @@
1052
1052
  "content": {
1053
1053
  "type": "array",
1054
1054
  "items": {
1055
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInner"
1055
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsDescriptionInner"
1056
1056
  }
1057
1057
  },
1058
1058
  "customer": {
@@ -1360,7 +1360,7 @@
1360
1360
  "type": "string"
1361
1361
  },
1362
1362
  "image": {
1363
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1363
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
1364
1364
  },
1365
1365
  "isBot": {
1366
1366
  "type": "boolean",
@@ -1382,7 +1382,7 @@
1382
1382
  "tags": {
1383
1383
  "type": "array",
1384
1384
  "items": {
1385
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1385
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
1386
1386
  }
1387
1387
  },
1388
1388
  "telephone": {
@@ -1490,28 +1490,22 @@
1490
1490
  }
1491
1491
  }
1492
1492
  },
1493
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
1493
+ "sanityTechnologyWithRelationsArticlesInnerMediaOneOf": {
1494
1494
  "type": "object",
1495
1495
  "properties": {
1496
1496
  "sanityType": {
1497
1497
  "enum": [
1498
- "tag"
1498
+ "image"
1499
1499
  ],
1500
1500
  "type": "string",
1501
- "default": "tag"
1502
- },
1503
- "name": {
1504
- "type": "string"
1505
- },
1506
- "sanityId": {
1507
- "type": "string"
1501
+ "default": "image"
1508
1502
  },
1509
- "slug": {
1510
- "$ref": "#/components/schemas/slug"
1503
+ "asset": {
1504
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
1511
1505
  }
1512
1506
  }
1513
1507
  },
1514
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInner": {
1508
+ "sanityTechnologyWithRelationsDescriptionInner": {
1515
1509
  "type": "object",
1516
1510
  "properties": {
1517
1511
  "actualInstance": {
@@ -1525,18 +1519,24 @@
1525
1519
  }
1526
1520
  }
1527
1521
  },
1528
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
1522
+ "sanityTechnologyWithRelationsEmployeesInnerTagsInner": {
1529
1523
  "type": "object",
1530
1524
  "properties": {
1531
1525
  "sanityType": {
1532
1526
  "enum": [
1533
- "image"
1527
+ "tag"
1534
1528
  ],
1535
1529
  "type": "string",
1536
- "default": "image"
1530
+ "default": "tag"
1537
1531
  },
1538
- "asset": {
1539
- "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
1532
+ "name": {
1533
+ "type": "string"
1534
+ },
1535
+ "sanityId": {
1536
+ "type": "string"
1537
+ },
1538
+ "slug": {
1539
+ "$ref": "#/components/schemas/slug"
1540
1540
  }
1541
1541
  }
1542
1542
  },
@@ -1736,7 +1736,7 @@
1736
1736
  "type": "string"
1737
1737
  },
1738
1738
  "blurred_image": {
1739
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1739
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
1740
1740
  },
1741
1741
  "boardMember": {
1742
1742
  "type": "boolean"
@@ -1776,7 +1776,7 @@
1776
1776
  }
1777
1777
  },
1778
1778
  "image": {
1779
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1779
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
1780
1780
  },
1781
1781
  "innovativeSalary": {
1782
1782
  "type": "boolean"
@@ -1800,7 +1800,7 @@
1800
1800
  "media": {
1801
1801
  "type": "array",
1802
1802
  "items": {
1803
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5MediaInner"
1803
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner"
1804
1804
  }
1805
1805
  },
1806
1806
  "name": {
@@ -1843,7 +1843,7 @@
1843
1843
  "tags": {
1844
1844
  "type": "array",
1845
1845
  "items": {
1846
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1846
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
1847
1847
  }
1848
1848
  },
1849
1849
  "technologies": {
@@ -1891,7 +1891,7 @@
1891
1891
  "media": {
1892
1892
  "type": "array",
1893
1893
  "items": {
1894
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5MediaInner"
1894
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner"
1895
1895
  }
1896
1896
  },
1897
1897
  "name": {
@@ -2124,7 +2124,7 @@
2124
2124
  "images": {
2125
2125
  "type": "array",
2126
2126
  "items": {
2127
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2127
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
2128
2128
  }
2129
2129
  },
2130
2130
  "sanityId": {
@@ -2152,7 +2152,7 @@
2152
2152
  }
2153
2153
  },
2154
2154
  "image": {
2155
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2155
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
2156
2156
  },
2157
2157
  "leaders": {
2158
2158
  "type": "array",
@@ -2194,7 +2194,7 @@
2194
2194
  "type": "string"
2195
2195
  },
2196
2196
  "image": {
2197
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2197
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
2198
2198
  },
2199
2199
  "isBot": {
2200
2200
  "type": "boolean",
@@ -2216,7 +2216,7 @@
2216
2216
  "tags": {
2217
2217
  "type": "array",
2218
2218
  "items": {
2219
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2219
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
2220
2220
  }
2221
2221
  },
2222
2222
  "telephone": {
@@ -2597,7 +2597,7 @@
2597
2597
  "type": "string"
2598
2598
  },
2599
2599
  "image": {
2600
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2600
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
2601
2601
  },
2602
2602
  "isBot": {
2603
2603
  "type": "boolean",
@@ -2619,7 +2619,7 @@
2619
2619
  "tags": {
2620
2620
  "type": "array",
2621
2621
  "items": {
2622
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2622
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
2623
2623
  }
2624
2624
  },
2625
2625
  "telephone": {
@@ -2706,31 +2706,36 @@
2706
2706
  }
2707
2707
  }
2708
2708
  },
2709
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
2709
+ "sanityTechnologyWithRelationsArticlesInnerMediaOneOf": {
2710
2710
  "type": "object",
2711
2711
  "properties": {
2712
2712
  "sanityType": {
2713
2713
  "enum": [
2714
- "technology"
2714
+ "image"
2715
2715
  ],
2716
2716
  "type": "string",
2717
- "default": "technology"
2718
- },
2719
- "parent": {
2720
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2717
+ "default": "image"
2721
2718
  },
2722
- "sanityId": {
2723
- "type": "string"
2719
+ "asset": {
2720
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2721
+ }
2722
+ }
2723
+ },
2724
+ "sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner": {
2725
+ "type": "object",
2726
+ "properties": {
2727
+ "actualInstance": {
2728
+ "type": "object"
2724
2729
  },
2725
- "slug": {
2726
- "$ref": "#/components/schemas/slug"
2730
+ "isNullable": {
2731
+ "type": "boolean"
2727
2732
  },
2728
- "title": {
2733
+ "schemaType": {
2729
2734
  "type": "string"
2730
2735
  }
2731
2736
  }
2732
2737
  },
2733
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
2738
+ "sanityTechnologyWithRelationsEmployeesInnerTagsInner": {
2734
2739
  "type": "object",
2735
2740
  "properties": {
2736
2741
  "sanityType": {
@@ -2751,32 +2756,27 @@
2751
2756
  }
2752
2757
  }
2753
2758
  },
2754
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5MediaInner": {
2755
- "type": "object",
2756
- "properties": {
2757
- "actualInstance": {
2758
- "type": "object"
2759
- },
2760
- "isNullable": {
2761
- "type": "boolean"
2762
- },
2763
- "schemaType": {
2764
- "type": "string"
2765
- }
2766
- }
2767
- },
2768
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
2759
+ "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
2769
2760
  "type": "object",
2770
2761
  "properties": {
2771
2762
  "sanityType": {
2772
2763
  "enum": [
2773
- "image"
2764
+ "technology"
2774
2765
  ],
2775
2766
  "type": "string",
2776
- "default": "image"
2767
+ "default": "technology"
2777
2768
  },
2778
- "asset": {
2779
- "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2769
+ "parent": {
2770
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
2771
+ },
2772
+ "sanityId": {
2773
+ "type": "string"
2774
+ },
2775
+ "slug": {
2776
+ "$ref": "#/components/schemas/slug"
2777
+ },
2778
+ "title": {
2779
+ "type": "string"
2780
2780
  }
2781
2781
  }
2782
2782
  },
@@ -2350,7 +2350,7 @@
2350
2350
  "type": "string"
2351
2351
  },
2352
2352
  "image": {
2353
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2353
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
2354
2354
  },
2355
2355
  "isBot": {
2356
2356
  "type": "boolean",
@@ -2372,7 +2372,7 @@
2372
2372
  "tags": {
2373
2373
  "type": "array",
2374
2374
  "items": {
2375
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2375
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
2376
2376
  }
2377
2377
  },
2378
2378
  "telephone": {
@@ -2394,39 +2394,39 @@
2394
2394
  }
2395
2395
  }
2396
2396
  },
2397
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
2397
+ "sanityTechnologyWithRelationsArticlesInnerMediaOneOf": {
2398
2398
  "type": "object",
2399
2399
  "properties": {
2400
2400
  "sanityType": {
2401
2401
  "enum": [
2402
- "tag"
2402
+ "image"
2403
2403
  ],
2404
2404
  "type": "string",
2405
- "default": "tag"
2406
- },
2407
- "name": {
2408
- "type": "string"
2409
- },
2410
- "sanityId": {
2411
- "type": "string"
2405
+ "default": "image"
2412
2406
  },
2413
- "slug": {
2414
- "$ref": "#/components/schemas/slug"
2407
+ "asset": {
2408
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2415
2409
  }
2416
2410
  }
2417
2411
  },
2418
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
2412
+ "sanityTechnologyWithRelationsEmployeesInnerTagsInner": {
2419
2413
  "type": "object",
2420
2414
  "properties": {
2421
2415
  "sanityType": {
2422
2416
  "enum": [
2423
- "image"
2417
+ "tag"
2424
2418
  ],
2425
2419
  "type": "string",
2426
- "default": "image"
2420
+ "default": "tag"
2427
2421
  },
2428
- "asset": {
2429
- "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2422
+ "name": {
2423
+ "type": "string"
2424
+ },
2425
+ "sanityId": {
2426
+ "type": "string"
2427
+ },
2428
+ "slug": {
2429
+ "$ref": "#/components/schemas/slug"
2430
2430
  }
2431
2431
  }
2432
2432
  },