@contentful/mcp-tools 0.4.1 → 0.4.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/dist/index.js +10 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -642,7 +642,7 @@ function createAiActionTools(config) {
|
|
|
642
642
|
inputParams: PublishAiActionToolParams.shape,
|
|
643
643
|
annotations: {
|
|
644
644
|
readOnlyHint: false,
|
|
645
|
-
destructiveHint:
|
|
645
|
+
destructiveHint: true,
|
|
646
646
|
idempotentHint: true,
|
|
647
647
|
// Publishing same item multiple times has same effect
|
|
648
648
|
openWorldHint: false
|
|
@@ -655,7 +655,7 @@ function createAiActionTools(config) {
|
|
|
655
655
|
inputParams: UnpublishAiActionToolParams.shape,
|
|
656
656
|
annotations: {
|
|
657
657
|
readOnlyHint: false,
|
|
658
|
-
destructiveHint:
|
|
658
|
+
destructiveHint: true,
|
|
659
659
|
idempotentHint: true,
|
|
660
660
|
// Unpublishing same item multiple times has same effect
|
|
661
661
|
openWorldHint: false
|
|
@@ -1348,7 +1348,7 @@ function createAssetTools(config) {
|
|
|
1348
1348
|
inputParams: PublishAssetToolParams.shape,
|
|
1349
1349
|
annotations: {
|
|
1350
1350
|
readOnlyHint: false,
|
|
1351
|
-
destructiveHint:
|
|
1351
|
+
destructiveHint: true,
|
|
1352
1352
|
idempotentHint: true,
|
|
1353
1353
|
openWorldHint: false
|
|
1354
1354
|
},
|
|
@@ -1360,7 +1360,7 @@ function createAssetTools(config) {
|
|
|
1360
1360
|
inputParams: UnpublishAssetToolParams.shape,
|
|
1361
1361
|
annotations: {
|
|
1362
1362
|
readOnlyHint: false,
|
|
1363
|
-
destructiveHint:
|
|
1363
|
+
destructiveHint: true,
|
|
1364
1364
|
idempotentHint: true,
|
|
1365
1365
|
openWorldHint: false
|
|
1366
1366
|
},
|
|
@@ -1372,7 +1372,7 @@ function createAssetTools(config) {
|
|
|
1372
1372
|
inputParams: ArchiveAssetToolParams.shape,
|
|
1373
1373
|
annotations: {
|
|
1374
1374
|
readOnlyHint: false,
|
|
1375
|
-
destructiveHint:
|
|
1375
|
+
destructiveHint: true,
|
|
1376
1376
|
idempotentHint: true,
|
|
1377
1377
|
openWorldHint: false
|
|
1378
1378
|
},
|
|
@@ -1800,7 +1800,7 @@ function createContentTypeTools(config) {
|
|
|
1800
1800
|
inputParams: PublishContentTypeToolParams.shape,
|
|
1801
1801
|
annotations: {
|
|
1802
1802
|
readOnlyHint: false,
|
|
1803
|
-
destructiveHint:
|
|
1803
|
+
destructiveHint: true,
|
|
1804
1804
|
idempotentHint: true,
|
|
1805
1805
|
openWorldHint: false
|
|
1806
1806
|
},
|
|
@@ -1812,7 +1812,7 @@ function createContentTypeTools(config) {
|
|
|
1812
1812
|
inputParams: UnpublishContentTypeToolParams.shape,
|
|
1813
1813
|
annotations: {
|
|
1814
1814
|
readOnlyHint: false,
|
|
1815
|
-
destructiveHint:
|
|
1815
|
+
destructiveHint: true,
|
|
1816
1816
|
idempotentHint: true,
|
|
1817
1817
|
openWorldHint: false
|
|
1818
1818
|
},
|
|
@@ -2891,7 +2891,7 @@ function createEntryTools(config) {
|
|
|
2891
2891
|
inputParams: PublishEntryToolParams.shape,
|
|
2892
2892
|
annotations: {
|
|
2893
2893
|
readOnlyHint: false,
|
|
2894
|
-
destructiveHint:
|
|
2894
|
+
destructiveHint: true,
|
|
2895
2895
|
idempotentHint: true,
|
|
2896
2896
|
openWorldHint: false
|
|
2897
2897
|
},
|
|
@@ -2903,7 +2903,7 @@ function createEntryTools(config) {
|
|
|
2903
2903
|
inputParams: UnpublishEntryToolParams.shape,
|
|
2904
2904
|
annotations: {
|
|
2905
2905
|
readOnlyHint: false,
|
|
2906
|
-
destructiveHint:
|
|
2906
|
+
destructiveHint: true,
|
|
2907
2907
|
idempotentHint: true,
|
|
2908
2908
|
openWorldHint: false
|
|
2909
2909
|
},
|
|
@@ -2915,7 +2915,7 @@ function createEntryTools(config) {
|
|
|
2915
2915
|
inputParams: ArchiveEntryToolParams.shape,
|
|
2916
2916
|
annotations: {
|
|
2917
2917
|
readOnlyHint: false,
|
|
2918
|
-
destructiveHint:
|
|
2918
|
+
destructiveHint: true,
|
|
2919
2919
|
idempotentHint: true,
|
|
2920
2920
|
openWorldHint: false
|
|
2921
2921
|
},
|