@contentful/mcp-tools 0.12.17 → 0.12.19
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.d.ts +135 -135
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _modelcontextprotocol_sdk_server_mcp from '@modelcontextprotocol/sdk/server/mcp';
|
|
2
2
|
import * as contentful_management from 'contentful-management';
|
|
3
3
|
import { ExperienceProps } from 'contentful-management';
|
|
4
4
|
import * as _contentful_rich_text_types from '@contentful/rich-text-types';
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
5
|
+
import * as _modelcontextprotocol_sdk_shared_protocol from '@modelcontextprotocol/sdk/shared/protocol';
|
|
6
|
+
import * as _modelcontextprotocol_sdk_types from '@modelcontextprotocol/sdk/types';
|
|
7
7
|
import * as zod from 'zod';
|
|
8
8
|
|
|
9
9
|
type JsonValue = string | number | boolean | null | JsonValue[] | {
|
|
@@ -229,7 +229,7 @@ declare class ContentfulMcpTools {
|
|
|
229
229
|
} | undefined;
|
|
230
230
|
type?: "Reference" | undefined;
|
|
231
231
|
})[] | undefined;
|
|
232
|
-
}, extra?:
|
|
232
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
233
233
|
};
|
|
234
234
|
invokeAiAction: {
|
|
235
235
|
title: string;
|
|
@@ -382,7 +382,7 @@ declare class ContentfulMcpTools {
|
|
|
382
382
|
})[];
|
|
383
383
|
outputFormat: OutputFormat;
|
|
384
384
|
}[];
|
|
385
|
-
}, extra?:
|
|
385
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
386
386
|
};
|
|
387
387
|
getAiActionInvocation: {
|
|
388
388
|
title: string;
|
|
@@ -404,7 +404,7 @@ declare class ContentfulMcpTools {
|
|
|
404
404
|
environmentId: string;
|
|
405
405
|
aiActionId: string;
|
|
406
406
|
invocationId: string;
|
|
407
|
-
}, extra?:
|
|
407
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
408
408
|
};
|
|
409
409
|
deleteAiAction: {
|
|
410
410
|
title: string;
|
|
@@ -429,7 +429,7 @@ declare class ContentfulMcpTools {
|
|
|
429
429
|
aiActionId: string;
|
|
430
430
|
confirmToken?: string | undefined;
|
|
431
431
|
confirm?: boolean | undefined;
|
|
432
|
-
}, extra?:
|
|
432
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
433
433
|
};
|
|
434
434
|
getAiAction: {
|
|
435
435
|
title: string;
|
|
@@ -449,7 +449,7 @@ declare class ContentfulMcpTools {
|
|
|
449
449
|
spaceId: string;
|
|
450
450
|
environmentId: string;
|
|
451
451
|
aiActionId: string;
|
|
452
|
-
}, extra?:
|
|
452
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
453
453
|
};
|
|
454
454
|
listAiActions: {
|
|
455
455
|
title: string;
|
|
@@ -477,7 +477,7 @@ declare class ContentfulMcpTools {
|
|
|
477
477
|
select?: string | undefined;
|
|
478
478
|
include?: number | undefined;
|
|
479
479
|
order?: string | undefined;
|
|
480
|
-
}, extra?:
|
|
480
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
481
481
|
};
|
|
482
482
|
publishAiAction: {
|
|
483
483
|
title: string;
|
|
@@ -498,7 +498,7 @@ declare class ContentfulMcpTools {
|
|
|
498
498
|
spaceId: string;
|
|
499
499
|
environmentId: string;
|
|
500
500
|
aiActionId: string;
|
|
501
|
-
}, extra?:
|
|
501
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
502
502
|
};
|
|
503
503
|
unpublishAiAction: {
|
|
504
504
|
title: string;
|
|
@@ -519,7 +519,7 @@ declare class ContentfulMcpTools {
|
|
|
519
519
|
spaceId: string;
|
|
520
520
|
environmentId: string;
|
|
521
521
|
aiActionId: string;
|
|
522
|
-
}, extra?:
|
|
522
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
523
523
|
};
|
|
524
524
|
updateAiAction: {
|
|
525
525
|
title: string;
|
|
@@ -652,7 +652,7 @@ declare class ContentfulMcpTools {
|
|
|
652
652
|
} | undefined;
|
|
653
653
|
type?: "Reference" | undefined;
|
|
654
654
|
})[] | undefined;
|
|
655
|
-
}, extra?:
|
|
655
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
656
656
|
};
|
|
657
657
|
};
|
|
658
658
|
/**
|
|
@@ -802,7 +802,7 @@ declare class ContentfulMcpTools {
|
|
|
802
802
|
} | undefined;
|
|
803
803
|
description?: string | undefined;
|
|
804
804
|
locale?: string | undefined;
|
|
805
|
-
}, extra?:
|
|
805
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
806
806
|
};
|
|
807
807
|
listAssets: {
|
|
808
808
|
title: string;
|
|
@@ -834,7 +834,7 @@ declare class ContentfulMcpTools {
|
|
|
834
834
|
include?: number | undefined;
|
|
835
835
|
order?: string | undefined;
|
|
836
836
|
links_to_entry?: string | undefined;
|
|
837
|
-
}, extra?:
|
|
837
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
838
838
|
};
|
|
839
839
|
getAsset: {
|
|
840
840
|
title: string;
|
|
@@ -854,7 +854,7 @@ declare class ContentfulMcpTools {
|
|
|
854
854
|
spaceId: string;
|
|
855
855
|
environmentId: string;
|
|
856
856
|
assetId: string;
|
|
857
|
-
}, extra?:
|
|
857
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
858
858
|
};
|
|
859
859
|
updateAsset: {
|
|
860
860
|
title: string;
|
|
@@ -979,7 +979,7 @@ declare class ContentfulMcpTools {
|
|
|
979
979
|
};
|
|
980
980
|
}[] | undefined;
|
|
981
981
|
} | undefined;
|
|
982
|
-
}, extra?:
|
|
982
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
983
983
|
};
|
|
984
984
|
deleteAsset: {
|
|
985
985
|
title: string;
|
|
@@ -1004,7 +1004,7 @@ declare class ContentfulMcpTools {
|
|
|
1004
1004
|
assetId: string;
|
|
1005
1005
|
confirmToken?: string | undefined;
|
|
1006
1006
|
confirm?: boolean | undefined;
|
|
1007
|
-
}, extra?:
|
|
1007
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
1008
1008
|
};
|
|
1009
1009
|
publishAsset: {
|
|
1010
1010
|
title: string;
|
|
@@ -1027,7 +1027,7 @@ declare class ContentfulMcpTools {
|
|
|
1027
1027
|
environmentId: string;
|
|
1028
1028
|
assetId: string | string[];
|
|
1029
1029
|
dryRun?: boolean | undefined;
|
|
1030
|
-
}, extra?:
|
|
1030
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
1031
1031
|
};
|
|
1032
1032
|
unpublishAsset: {
|
|
1033
1033
|
title: string;
|
|
@@ -1050,7 +1050,7 @@ declare class ContentfulMcpTools {
|
|
|
1050
1050
|
environmentId: string;
|
|
1051
1051
|
assetId: string | string[];
|
|
1052
1052
|
dryRun?: boolean | undefined;
|
|
1053
|
-
}, extra?:
|
|
1053
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
1054
1054
|
};
|
|
1055
1055
|
archiveAsset: {
|
|
1056
1056
|
title: string;
|
|
@@ -1073,7 +1073,7 @@ declare class ContentfulMcpTools {
|
|
|
1073
1073
|
environmentId: string;
|
|
1074
1074
|
assetId: string | string[];
|
|
1075
1075
|
dryRun?: boolean | undefined;
|
|
1076
|
-
}, extra?:
|
|
1076
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
1077
1077
|
};
|
|
1078
1078
|
unarchiveAsset: {
|
|
1079
1079
|
title: string;
|
|
@@ -1096,7 +1096,7 @@ declare class ContentfulMcpTools {
|
|
|
1096
1096
|
environmentId: string;
|
|
1097
1097
|
assetId: string | string[];
|
|
1098
1098
|
dryRun?: boolean | undefined;
|
|
1099
|
-
}, extra?:
|
|
1099
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
1100
1100
|
};
|
|
1101
1101
|
};
|
|
1102
1102
|
/**
|
|
@@ -1122,7 +1122,7 @@ declare class ContentfulMcpTools {
|
|
|
1122
1122
|
skip?: number | undefined;
|
|
1123
1123
|
limit?: number | undefined;
|
|
1124
1124
|
contentTypeId?: string | undefined;
|
|
1125
|
-
}, extra?:
|
|
1125
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
1126
1126
|
};
|
|
1127
1127
|
getEntryPreviewUrl: {
|
|
1128
1128
|
title: string;
|
|
@@ -1146,7 +1146,7 @@ declare class ContentfulMcpTools {
|
|
|
1146
1146
|
entryId: string;
|
|
1147
1147
|
locale?: string | undefined;
|
|
1148
1148
|
previewId?: string | undefined;
|
|
1149
|
-
}, extra?:
|
|
1149
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
1150
1150
|
};
|
|
1151
1151
|
};
|
|
1152
1152
|
/**
|
|
@@ -1171,7 +1171,7 @@ declare class ContentfulMcpTools {
|
|
|
1171
1171
|
spaceId: string;
|
|
1172
1172
|
environmentId: string;
|
|
1173
1173
|
contentTypeId: string;
|
|
1174
|
-
}, extra?:
|
|
1174
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
1175
1175
|
};
|
|
1176
1176
|
listContentTypes: {
|
|
1177
1177
|
title: string;
|
|
@@ -1199,7 +1199,7 @@ declare class ContentfulMcpTools {
|
|
|
1199
1199
|
select?: string | undefined;
|
|
1200
1200
|
include?: number | undefined;
|
|
1201
1201
|
order?: string | undefined;
|
|
1202
|
-
}, extra?:
|
|
1202
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
1203
1203
|
};
|
|
1204
1204
|
createContentType: {
|
|
1205
1205
|
title: string;
|
|
@@ -2616,7 +2616,7 @@ declare class ContentfulMcpTools {
|
|
|
2616
2616
|
} | undefined;
|
|
2617
2617
|
description?: string | undefined;
|
|
2618
2618
|
contentTypeId?: string | undefined;
|
|
2619
|
-
}, extra?:
|
|
2619
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
2620
2620
|
};
|
|
2621
2621
|
updateContentType: {
|
|
2622
2622
|
title: string;
|
|
@@ -4033,7 +4033,7 @@ declare class ContentfulMcpTools {
|
|
|
4033
4033
|
defaultValue?: any;
|
|
4034
4034
|
}[] | undefined;
|
|
4035
4035
|
displayField?: string | undefined;
|
|
4036
|
-
}, extra?:
|
|
4036
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
4037
4037
|
};
|
|
4038
4038
|
deleteContentType: {
|
|
4039
4039
|
title: string;
|
|
@@ -4058,7 +4058,7 @@ declare class ContentfulMcpTools {
|
|
|
4058
4058
|
contentTypeId: string;
|
|
4059
4059
|
confirmToken?: string | undefined;
|
|
4060
4060
|
confirm?: boolean | undefined;
|
|
4061
|
-
}, extra?:
|
|
4061
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
4062
4062
|
};
|
|
4063
4063
|
publishContentType: {
|
|
4064
4064
|
title: string;
|
|
@@ -4079,7 +4079,7 @@ declare class ContentfulMcpTools {
|
|
|
4079
4079
|
spaceId: string;
|
|
4080
4080
|
environmentId: string;
|
|
4081
4081
|
contentTypeId: string;
|
|
4082
|
-
}, extra?:
|
|
4082
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
4083
4083
|
};
|
|
4084
4084
|
unpublishContentType: {
|
|
4085
4085
|
title: string;
|
|
@@ -4100,7 +4100,7 @@ declare class ContentfulMcpTools {
|
|
|
4100
4100
|
spaceId: string;
|
|
4101
4101
|
environmentId: string;
|
|
4102
4102
|
contentTypeId: string;
|
|
4103
|
-
}, extra?:
|
|
4103
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
4104
4104
|
};
|
|
4105
4105
|
omitContentTypeField: {
|
|
4106
4106
|
title: string;
|
|
@@ -4125,7 +4125,7 @@ declare class ContentfulMcpTools {
|
|
|
4125
4125
|
contentTypeId: string;
|
|
4126
4126
|
omitted: boolean;
|
|
4127
4127
|
fieldId: string;
|
|
4128
|
-
}, extra?:
|
|
4128
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
4129
4129
|
};
|
|
4130
4130
|
deleteContentTypeField: {
|
|
4131
4131
|
title: string;
|
|
@@ -4148,7 +4148,7 @@ declare class ContentfulMcpTools {
|
|
|
4148
4148
|
environmentId: string;
|
|
4149
4149
|
contentTypeId: string;
|
|
4150
4150
|
fieldId: string;
|
|
4151
|
-
}, extra?:
|
|
4151
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
4152
4152
|
};
|
|
4153
4153
|
disableContentTypeField: {
|
|
4154
4154
|
title: string;
|
|
@@ -4175,7 +4175,7 @@ declare class ContentfulMcpTools {
|
|
|
4175
4175
|
fieldId: string;
|
|
4176
4176
|
disabled?: boolean | undefined;
|
|
4177
4177
|
omitted?: boolean | undefined;
|
|
4178
|
-
}, extra?:
|
|
4178
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
4179
4179
|
};
|
|
4180
4180
|
};
|
|
4181
4181
|
/**
|
|
@@ -4200,7 +4200,7 @@ declare class ContentfulMcpTools {
|
|
|
4200
4200
|
spaceId: string;
|
|
4201
4201
|
environmentId: string;
|
|
4202
4202
|
componentId: string;
|
|
4203
|
-
}, extra?:
|
|
4203
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
4204
4204
|
};
|
|
4205
4205
|
listComponents: {
|
|
4206
4206
|
title: string;
|
|
@@ -4226,7 +4226,7 @@ declare class ContentfulMcpTools {
|
|
|
4226
4226
|
order?: string | undefined;
|
|
4227
4227
|
pageNext?: string | undefined;
|
|
4228
4228
|
pagePrev?: string | undefined;
|
|
4229
|
-
}, extra?:
|
|
4229
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
4230
4230
|
};
|
|
4231
4231
|
createComponent: {
|
|
4232
4232
|
title: string;
|
|
@@ -4676,7 +4676,7 @@ declare class ContentfulMcpTools {
|
|
|
4676
4676
|
previewSize: string;
|
|
4677
4677
|
}[] | undefined;
|
|
4678
4678
|
componentTree?: contentful_management.TreeNodeV2[] | undefined;
|
|
4679
|
-
}, extra?:
|
|
4679
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
4680
4680
|
};
|
|
4681
4681
|
upsertComponent: {
|
|
4682
4682
|
title: string;
|
|
@@ -5128,7 +5128,7 @@ declare class ContentfulMcpTools {
|
|
|
5128
5128
|
previewSize: string;
|
|
5129
5129
|
}[] | undefined;
|
|
5130
5130
|
componentTree?: contentful_management.TreeNodeV2[] | undefined;
|
|
5131
|
-
}, extra?:
|
|
5131
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
5132
5132
|
};
|
|
5133
5133
|
deleteComponent: {
|
|
5134
5134
|
title: string;
|
|
@@ -5153,7 +5153,7 @@ declare class ContentfulMcpTools {
|
|
|
5153
5153
|
componentId: string;
|
|
5154
5154
|
confirmToken?: string | undefined;
|
|
5155
5155
|
confirm?: boolean | undefined;
|
|
5156
|
-
}, extra?:
|
|
5156
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
5157
5157
|
};
|
|
5158
5158
|
publishComponent: {
|
|
5159
5159
|
title: string;
|
|
@@ -5176,7 +5176,7 @@ declare class ContentfulMcpTools {
|
|
|
5176
5176
|
spaceId: string;
|
|
5177
5177
|
environmentId: string;
|
|
5178
5178
|
componentId: string;
|
|
5179
|
-
}, extra?:
|
|
5179
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
5180
5180
|
};
|
|
5181
5181
|
unpublishComponent: {
|
|
5182
5182
|
title: string;
|
|
@@ -5199,7 +5199,7 @@ declare class ContentfulMcpTools {
|
|
|
5199
5199
|
spaceId: string;
|
|
5200
5200
|
environmentId: string;
|
|
5201
5201
|
componentId: string;
|
|
5202
|
-
}, extra?:
|
|
5202
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
5203
5203
|
};
|
|
5204
5204
|
};
|
|
5205
5205
|
/**
|
|
@@ -5224,7 +5224,7 @@ declare class ContentfulMcpTools {
|
|
|
5224
5224
|
spaceId: string;
|
|
5225
5225
|
environmentId: string;
|
|
5226
5226
|
experienceTemplateId: string;
|
|
5227
|
-
}, extra?:
|
|
5227
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
5228
5228
|
};
|
|
5229
5229
|
listExperienceTemplates: {
|
|
5230
5230
|
title: string;
|
|
@@ -5250,7 +5250,7 @@ declare class ContentfulMcpTools {
|
|
|
5250
5250
|
order?: string | undefined;
|
|
5251
5251
|
pageNext?: string | undefined;
|
|
5252
5252
|
pagePrev?: string | undefined;
|
|
5253
|
-
}, extra?:
|
|
5253
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
5254
5254
|
};
|
|
5255
5255
|
createExperienceTemplate: {
|
|
5256
5256
|
title: string;
|
|
@@ -5698,7 +5698,7 @@ declare class ContentfulMcpTools {
|
|
|
5698
5698
|
previewSize: string;
|
|
5699
5699
|
}[] | undefined;
|
|
5700
5700
|
componentTree?: contentful_management.TreeNodeV2[] | undefined;
|
|
5701
|
-
}, extra?:
|
|
5701
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
5702
5702
|
};
|
|
5703
5703
|
upsertExperienceTemplate: {
|
|
5704
5704
|
title: string;
|
|
@@ -6150,7 +6150,7 @@ declare class ContentfulMcpTools {
|
|
|
6150
6150
|
previewSize: string;
|
|
6151
6151
|
}[] | undefined;
|
|
6152
6152
|
componentTree?: contentful_management.TreeNodeV2[] | undefined;
|
|
6153
|
-
}, extra?:
|
|
6153
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6154
6154
|
};
|
|
6155
6155
|
deleteExperienceTemplate: {
|
|
6156
6156
|
title: string;
|
|
@@ -6175,7 +6175,7 @@ declare class ContentfulMcpTools {
|
|
|
6175
6175
|
experienceTemplateId: string;
|
|
6176
6176
|
confirmToken?: string | undefined;
|
|
6177
6177
|
confirm?: boolean | undefined;
|
|
6178
|
-
}, extra?:
|
|
6178
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6179
6179
|
};
|
|
6180
6180
|
publishExperienceTemplate: {
|
|
6181
6181
|
title: string;
|
|
@@ -6198,7 +6198,7 @@ declare class ContentfulMcpTools {
|
|
|
6198
6198
|
spaceId: string;
|
|
6199
6199
|
environmentId: string;
|
|
6200
6200
|
experienceTemplateId: string;
|
|
6201
|
-
}, extra?:
|
|
6201
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6202
6202
|
};
|
|
6203
6203
|
unpublishExperienceTemplate: {
|
|
6204
6204
|
title: string;
|
|
@@ -6221,7 +6221,7 @@ declare class ContentfulMcpTools {
|
|
|
6221
6221
|
spaceId: string;
|
|
6222
6222
|
environmentId: string;
|
|
6223
6223
|
experienceTemplateId: string;
|
|
6224
|
-
}, extra?:
|
|
6224
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6225
6225
|
};
|
|
6226
6226
|
};
|
|
6227
6227
|
/**
|
|
@@ -6246,7 +6246,7 @@ declare class ContentfulMcpTools {
|
|
|
6246
6246
|
spaceId: string;
|
|
6247
6247
|
environmentId: string;
|
|
6248
6248
|
experienceId: string;
|
|
6249
|
-
}, extra?:
|
|
6249
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6250
6250
|
};
|
|
6251
6251
|
listExperiences: {
|
|
6252
6252
|
title: string;
|
|
@@ -6272,7 +6272,7 @@ declare class ContentfulMcpTools {
|
|
|
6272
6272
|
order?: string | undefined;
|
|
6273
6273
|
pageNext?: string | undefined;
|
|
6274
6274
|
pagePrev?: string | undefined;
|
|
6275
|
-
}, extra?:
|
|
6275
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6276
6276
|
};
|
|
6277
6277
|
createExperience: {
|
|
6278
6278
|
title: string;
|
|
@@ -6592,7 +6592,7 @@ declare class ContentfulMcpTools {
|
|
|
6592
6592
|
displayName: string;
|
|
6593
6593
|
previewSize: string;
|
|
6594
6594
|
}[] | undefined;
|
|
6595
|
-
}, extra?:
|
|
6595
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6596
6596
|
};
|
|
6597
6597
|
upsertExperience: {
|
|
6598
6598
|
title: string;
|
|
@@ -6882,7 +6882,7 @@ declare class ContentfulMcpTools {
|
|
|
6882
6882
|
displayName: string;
|
|
6883
6883
|
previewSize: string;
|
|
6884
6884
|
}[] | undefined;
|
|
6885
|
-
}, extra?:
|
|
6885
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6886
6886
|
};
|
|
6887
6887
|
deleteExperience: {
|
|
6888
6888
|
title: string;
|
|
@@ -6907,7 +6907,7 @@ declare class ContentfulMcpTools {
|
|
|
6907
6907
|
experienceId: string;
|
|
6908
6908
|
confirmToken?: string | undefined;
|
|
6909
6909
|
confirm?: boolean | undefined;
|
|
6910
|
-
}, extra?:
|
|
6910
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6911
6911
|
};
|
|
6912
6912
|
publishExperience: {
|
|
6913
6913
|
title: string;
|
|
@@ -6930,7 +6930,7 @@ declare class ContentfulMcpTools {
|
|
|
6930
6930
|
spaceId: string;
|
|
6931
6931
|
environmentId: string;
|
|
6932
6932
|
experienceId: string;
|
|
6933
|
-
}, extra?:
|
|
6933
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6934
6934
|
};
|
|
6935
6935
|
unpublishExperience: {
|
|
6936
6936
|
title: string;
|
|
@@ -6953,7 +6953,7 @@ declare class ContentfulMcpTools {
|
|
|
6953
6953
|
spaceId: string;
|
|
6954
6954
|
environmentId: string;
|
|
6955
6955
|
experienceId: string;
|
|
6956
|
-
}, extra?:
|
|
6956
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6957
6957
|
};
|
|
6958
6958
|
};
|
|
6959
6959
|
/**
|
|
@@ -6969,7 +6969,7 @@ declare class ContentfulMcpTools {
|
|
|
6969
6969
|
destructiveHint: boolean;
|
|
6970
6970
|
openWorldHint: boolean;
|
|
6971
6971
|
};
|
|
6972
|
-
tool: (params: {}, extra?:
|
|
6972
|
+
tool: (params: {}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6973
6973
|
};
|
|
6974
6974
|
};
|
|
6975
6975
|
/**
|
|
@@ -6991,7 +6991,7 @@ declare class ContentfulMcpTools {
|
|
|
6991
6991
|
tool: (params: {
|
|
6992
6992
|
spaceId: string;
|
|
6993
6993
|
environmentId: string;
|
|
6994
|
-
}, extra?:
|
|
6994
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
6995
6995
|
};
|
|
6996
6996
|
getEditorInterface: {
|
|
6997
6997
|
title: string;
|
|
@@ -7011,7 +7011,7 @@ declare class ContentfulMcpTools {
|
|
|
7011
7011
|
spaceId: string;
|
|
7012
7012
|
environmentId: string;
|
|
7013
7013
|
contentTypeId: string;
|
|
7014
|
-
}, extra?:
|
|
7014
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7015
7015
|
};
|
|
7016
7016
|
updateEditorInterface: {
|
|
7017
7017
|
title: string;
|
|
@@ -7126,7 +7126,7 @@ declare class ContentfulMcpTools {
|
|
|
7126
7126
|
settings?: Record<string, any> | undefined;
|
|
7127
7127
|
widgetNamespace?: "builtin" | "extension" | "app" | undefined;
|
|
7128
7128
|
}[] | undefined;
|
|
7129
|
-
}, extra?:
|
|
7129
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7130
7130
|
};
|
|
7131
7131
|
};
|
|
7132
7132
|
/**
|
|
@@ -7249,7 +7249,7 @@ declare class ContentfulMcpTools {
|
|
|
7249
7249
|
} & {
|
|
7250
7250
|
[k: string]: any;
|
|
7251
7251
|
};
|
|
7252
|
-
}, extra?:
|
|
7252
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7253
7253
|
};
|
|
7254
7254
|
semanticSearch: {
|
|
7255
7255
|
title: string;
|
|
@@ -7271,7 +7271,7 @@ declare class ContentfulMcpTools {
|
|
|
7271
7271
|
environmentId: string;
|
|
7272
7272
|
query: string;
|
|
7273
7273
|
contentTypeIds?: string[] | undefined;
|
|
7274
|
-
}, extra?:
|
|
7274
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7275
7275
|
};
|
|
7276
7276
|
createEntry: {
|
|
7277
7277
|
title: string;
|
|
@@ -7552,7 +7552,7 @@ declare class ContentfulMcpTools {
|
|
|
7552
7552
|
};
|
|
7553
7553
|
}[] | undefined;
|
|
7554
7554
|
} | undefined;
|
|
7555
|
-
}, extra?:
|
|
7555
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7556
7556
|
};
|
|
7557
7557
|
getEntry: {
|
|
7558
7558
|
title: string;
|
|
@@ -7572,7 +7572,7 @@ declare class ContentfulMcpTools {
|
|
|
7572
7572
|
spaceId: string;
|
|
7573
7573
|
environmentId: string;
|
|
7574
7574
|
entryId: string;
|
|
7575
|
-
}, extra?:
|
|
7575
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7576
7576
|
};
|
|
7577
7577
|
resolveEntryReferences: {
|
|
7578
7578
|
title: string;
|
|
@@ -7594,7 +7594,7 @@ declare class ContentfulMcpTools {
|
|
|
7594
7594
|
environmentId: string;
|
|
7595
7595
|
entryId: string;
|
|
7596
7596
|
include?: number | undefined;
|
|
7597
|
-
}, extra?:
|
|
7597
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7598
7598
|
};
|
|
7599
7599
|
getEntrySnapshot: {
|
|
7600
7600
|
title: string;
|
|
@@ -7616,7 +7616,7 @@ declare class ContentfulMcpTools {
|
|
|
7616
7616
|
environmentId: string;
|
|
7617
7617
|
entryId: string;
|
|
7618
7618
|
snapshotId?: string | undefined;
|
|
7619
|
-
}, extra?:
|
|
7619
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7620
7620
|
};
|
|
7621
7621
|
updateEntry: {
|
|
7622
7622
|
title: string;
|
|
@@ -7899,7 +7899,7 @@ declare class ContentfulMcpTools {
|
|
|
7899
7899
|
};
|
|
7900
7900
|
}[] | undefined;
|
|
7901
7901
|
} | undefined;
|
|
7902
|
-
}, extra?:
|
|
7902
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7903
7903
|
};
|
|
7904
7904
|
deleteEntry: {
|
|
7905
7905
|
title: string;
|
|
@@ -7924,7 +7924,7 @@ declare class ContentfulMcpTools {
|
|
|
7924
7924
|
entryId: string;
|
|
7925
7925
|
confirmToken?: string | undefined;
|
|
7926
7926
|
confirm?: boolean | undefined;
|
|
7927
|
-
}, extra?:
|
|
7927
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7928
7928
|
};
|
|
7929
7929
|
publishEntry: {
|
|
7930
7930
|
title: string;
|
|
@@ -7947,7 +7947,7 @@ declare class ContentfulMcpTools {
|
|
|
7947
7947
|
environmentId: string;
|
|
7948
7948
|
entryId: string[];
|
|
7949
7949
|
dryRun?: boolean | undefined;
|
|
7950
|
-
}, extra?:
|
|
7950
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7951
7951
|
};
|
|
7952
7952
|
unpublishEntry: {
|
|
7953
7953
|
title: string;
|
|
@@ -7970,7 +7970,7 @@ declare class ContentfulMcpTools {
|
|
|
7970
7970
|
environmentId: string;
|
|
7971
7971
|
entryId: string[];
|
|
7972
7972
|
dryRun?: boolean | undefined;
|
|
7973
|
-
}, extra?:
|
|
7973
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7974
7974
|
};
|
|
7975
7975
|
archiveEntry: {
|
|
7976
7976
|
title: string;
|
|
@@ -7993,7 +7993,7 @@ declare class ContentfulMcpTools {
|
|
|
7993
7993
|
environmentId: string;
|
|
7994
7994
|
entryId: string[];
|
|
7995
7995
|
dryRun?: boolean | undefined;
|
|
7996
|
-
}, extra?:
|
|
7996
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
7997
7997
|
};
|
|
7998
7998
|
unarchiveEntry: {
|
|
7999
7999
|
title: string;
|
|
@@ -8016,7 +8016,7 @@ declare class ContentfulMcpTools {
|
|
|
8016
8016
|
environmentId: string;
|
|
8017
8017
|
entryId: string[];
|
|
8018
8018
|
dryRun?: boolean | undefined;
|
|
8019
|
-
}, extra?:
|
|
8019
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8020
8020
|
};
|
|
8021
8021
|
appendEntryField: {
|
|
8022
8022
|
title: string;
|
|
@@ -8045,7 +8045,7 @@ declare class ContentfulMcpTools {
|
|
|
8045
8045
|
entryId: string;
|
|
8046
8046
|
fieldId: string;
|
|
8047
8047
|
version?: number | undefined;
|
|
8048
|
-
}, extra?:
|
|
8048
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8049
8049
|
};
|
|
8050
8050
|
};
|
|
8051
8051
|
/**
|
|
@@ -8073,7 +8073,7 @@ declare class ContentfulMcpTools {
|
|
|
8073
8073
|
spaceId: string;
|
|
8074
8074
|
environmentId: string;
|
|
8075
8075
|
sourceEnvironmentId?: string | undefined;
|
|
8076
|
-
}, extra?:
|
|
8076
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8077
8077
|
};
|
|
8078
8078
|
listEnvironments: {
|
|
8079
8079
|
title: string;
|
|
@@ -8099,7 +8099,7 @@ declare class ContentfulMcpTools {
|
|
|
8099
8099
|
limit?: number | undefined;
|
|
8100
8100
|
select?: string | undefined;
|
|
8101
8101
|
order?: string | undefined;
|
|
8102
|
-
}, extra?:
|
|
8102
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8103
8103
|
};
|
|
8104
8104
|
deleteEnvironment: {
|
|
8105
8105
|
title: string;
|
|
@@ -8122,7 +8122,7 @@ declare class ContentfulMcpTools {
|
|
|
8122
8122
|
environmentId: string;
|
|
8123
8123
|
confirmToken?: string | undefined;
|
|
8124
8124
|
confirm?: boolean | undefined;
|
|
8125
|
-
}, extra?:
|
|
8125
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8126
8126
|
};
|
|
8127
8127
|
};
|
|
8128
8128
|
/**
|
|
@@ -8147,7 +8147,7 @@ declare class ContentfulMcpTools {
|
|
|
8147
8147
|
spaceId: string;
|
|
8148
8148
|
environmentId: string;
|
|
8149
8149
|
localeId: string;
|
|
8150
|
-
}, extra?:
|
|
8150
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8151
8151
|
};
|
|
8152
8152
|
createLocale: {
|
|
8153
8153
|
title: string;
|
|
@@ -8180,7 +8180,7 @@ declare class ContentfulMcpTools {
|
|
|
8180
8180
|
fallbackCode: string | null;
|
|
8181
8181
|
contentDeliveryApi: boolean;
|
|
8182
8182
|
contentManagementApi: boolean;
|
|
8183
|
-
}, extra?:
|
|
8183
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8184
8184
|
};
|
|
8185
8185
|
listLocales: {
|
|
8186
8186
|
title: string;
|
|
@@ -8208,7 +8208,7 @@ declare class ContentfulMcpTools {
|
|
|
8208
8208
|
select?: string | undefined;
|
|
8209
8209
|
include?: number | undefined;
|
|
8210
8210
|
order?: string | undefined;
|
|
8211
|
-
}, extra?:
|
|
8211
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8212
8212
|
};
|
|
8213
8213
|
updateLocale: {
|
|
8214
8214
|
title: string;
|
|
@@ -8259,7 +8259,7 @@ declare class ContentfulMcpTools {
|
|
|
8259
8259
|
contentManagementApi?: boolean | undefined;
|
|
8260
8260
|
};
|
|
8261
8261
|
localeId: string;
|
|
8262
|
-
}, extra?:
|
|
8262
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8263
8263
|
};
|
|
8264
8264
|
deleteLocale: {
|
|
8265
8265
|
title: string;
|
|
@@ -8284,7 +8284,7 @@ declare class ContentfulMcpTools {
|
|
|
8284
8284
|
localeId: string;
|
|
8285
8285
|
confirmToken?: string | undefined;
|
|
8286
8286
|
confirm?: boolean | undefined;
|
|
8287
|
-
}, extra?:
|
|
8287
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8288
8288
|
};
|
|
8289
8289
|
};
|
|
8290
8290
|
/**
|
|
@@ -8310,7 +8310,7 @@ declare class ContentfulMcpTools {
|
|
|
8310
8310
|
limit?: number | undefined;
|
|
8311
8311
|
select?: string | undefined;
|
|
8312
8312
|
order?: string | undefined;
|
|
8313
|
-
}, extra?:
|
|
8313
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8314
8314
|
};
|
|
8315
8315
|
getOrg: {
|
|
8316
8316
|
title: string;
|
|
@@ -8325,7 +8325,7 @@ declare class ContentfulMcpTools {
|
|
|
8325
8325
|
};
|
|
8326
8326
|
tool: (params: {
|
|
8327
8327
|
organizationId: string;
|
|
8328
|
-
}, extra?:
|
|
8328
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8329
8329
|
};
|
|
8330
8330
|
};
|
|
8331
8331
|
/**
|
|
@@ -8351,7 +8351,7 @@ declare class ContentfulMcpTools {
|
|
|
8351
8351
|
limit?: number | undefined;
|
|
8352
8352
|
select?: string | undefined;
|
|
8353
8353
|
order?: string | undefined;
|
|
8354
|
-
}, extra?:
|
|
8354
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8355
8355
|
};
|
|
8356
8356
|
getSpace: {
|
|
8357
8357
|
title: string;
|
|
@@ -8366,7 +8366,7 @@ declare class ContentfulMcpTools {
|
|
|
8366
8366
|
};
|
|
8367
8367
|
tool: (params: {
|
|
8368
8368
|
spaceId: string;
|
|
8369
|
-
}, extra?:
|
|
8369
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8370
8370
|
};
|
|
8371
8371
|
};
|
|
8372
8372
|
/**
|
|
@@ -8405,7 +8405,7 @@ declare class ContentfulMcpTools {
|
|
|
8405
8405
|
titleMatch?: string | undefined;
|
|
8406
8406
|
entitiesLinkType?: "Entry" | "Asset" | undefined;
|
|
8407
8407
|
entitiesSysIdIn?: string | undefined;
|
|
8408
|
-
}, extra?:
|
|
8408
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8409
8409
|
};
|
|
8410
8410
|
getRelease: {
|
|
8411
8411
|
title: string;
|
|
@@ -8425,7 +8425,7 @@ declare class ContentfulMcpTools {
|
|
|
8425
8425
|
spaceId: string;
|
|
8426
8426
|
environmentId: string;
|
|
8427
8427
|
releaseId: string;
|
|
8428
|
-
}, extra?:
|
|
8428
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8429
8429
|
};
|
|
8430
8430
|
createRelease: {
|
|
8431
8431
|
title: string;
|
|
@@ -8460,7 +8460,7 @@ declare class ContentfulMcpTools {
|
|
|
8460
8460
|
id: string;
|
|
8461
8461
|
linkType: "Entry" | "Asset";
|
|
8462
8462
|
}[];
|
|
8463
|
-
}, extra?:
|
|
8463
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8464
8464
|
};
|
|
8465
8465
|
updateRelease: {
|
|
8466
8466
|
title: string;
|
|
@@ -8497,7 +8497,7 @@ declare class ContentfulMcpTools {
|
|
|
8497
8497
|
id: string;
|
|
8498
8498
|
linkType: "Entry" | "Asset";
|
|
8499
8499
|
}[] | undefined;
|
|
8500
|
-
}, extra?:
|
|
8500
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8501
8501
|
};
|
|
8502
8502
|
deleteRelease: {
|
|
8503
8503
|
title: string;
|
|
@@ -8522,7 +8522,7 @@ declare class ContentfulMcpTools {
|
|
|
8522
8522
|
releaseId: string;
|
|
8523
8523
|
confirmToken?: string | undefined;
|
|
8524
8524
|
confirm?: boolean | undefined;
|
|
8525
|
-
}, extra?:
|
|
8525
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8526
8526
|
};
|
|
8527
8527
|
publishRelease: {
|
|
8528
8528
|
title: string;
|
|
@@ -8543,7 +8543,7 @@ declare class ContentfulMcpTools {
|
|
|
8543
8543
|
spaceId: string;
|
|
8544
8544
|
environmentId: string;
|
|
8545
8545
|
releaseId: string;
|
|
8546
|
-
}, extra?:
|
|
8546
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8547
8547
|
};
|
|
8548
8548
|
unpublishRelease: {
|
|
8549
8549
|
title: string;
|
|
@@ -8564,7 +8564,7 @@ declare class ContentfulMcpTools {
|
|
|
8564
8564
|
spaceId: string;
|
|
8565
8565
|
environmentId: string;
|
|
8566
8566
|
releaseId: string;
|
|
8567
|
-
}, extra?:
|
|
8567
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8568
8568
|
};
|
|
8569
8569
|
validateRelease: {
|
|
8570
8570
|
title: string;
|
|
@@ -8587,7 +8587,7 @@ declare class ContentfulMcpTools {
|
|
|
8587
8587
|
environmentId: string;
|
|
8588
8588
|
releaseId: string;
|
|
8589
8589
|
action?: "publish" | "unpublish" | undefined;
|
|
8590
|
-
}, extra?:
|
|
8590
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8591
8591
|
};
|
|
8592
8592
|
getReleaseAction: {
|
|
8593
8593
|
title: string;
|
|
@@ -8609,7 +8609,7 @@ declare class ContentfulMcpTools {
|
|
|
8609
8609
|
environmentId: string;
|
|
8610
8610
|
releaseId: string;
|
|
8611
8611
|
actionId: string;
|
|
8612
|
-
}, extra?:
|
|
8612
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8613
8613
|
};
|
|
8614
8614
|
listReleaseActions: {
|
|
8615
8615
|
title: string;
|
|
@@ -8637,7 +8637,7 @@ declare class ContentfulMcpTools {
|
|
|
8637
8637
|
statusIn?: string | undefined;
|
|
8638
8638
|
statusNin?: string | undefined;
|
|
8639
8639
|
action?: "publish" | "unpublish" | "validate" | undefined;
|
|
8640
|
-
}, extra?:
|
|
8640
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8641
8641
|
};
|
|
8642
8642
|
schedulePublishRelease: {
|
|
8643
8643
|
title: string;
|
|
@@ -8664,7 +8664,7 @@ declare class ContentfulMcpTools {
|
|
|
8664
8664
|
datetime: string;
|
|
8665
8665
|
timezone?: string | undefined;
|
|
8666
8666
|
scheduledActionId?: string | undefined;
|
|
8667
|
-
}, extra?:
|
|
8667
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8668
8668
|
};
|
|
8669
8669
|
scheduleUnpublishRelease: {
|
|
8670
8670
|
title: string;
|
|
@@ -8691,7 +8691,7 @@ declare class ContentfulMcpTools {
|
|
|
8691
8691
|
datetime: string;
|
|
8692
8692
|
timezone?: string | undefined;
|
|
8693
8693
|
scheduledActionId?: string | undefined;
|
|
8694
|
-
}, extra?:
|
|
8694
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8695
8695
|
};
|
|
8696
8696
|
cancelScheduledRelease: {
|
|
8697
8697
|
title: string;
|
|
@@ -8718,7 +8718,7 @@ declare class ContentfulMcpTools {
|
|
|
8718
8718
|
scheduledActionId: string;
|
|
8719
8719
|
confirmToken?: string | undefined;
|
|
8720
8720
|
confirm?: boolean | undefined;
|
|
8721
|
-
}, extra?:
|
|
8721
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8722
8722
|
};
|
|
8723
8723
|
listScheduledActions: {
|
|
8724
8724
|
title: string;
|
|
@@ -8744,7 +8744,7 @@ declare class ContentfulMcpTools {
|
|
|
8744
8744
|
limit?: number | undefined;
|
|
8745
8745
|
statusIn?: string | undefined;
|
|
8746
8746
|
statusNin?: string | undefined;
|
|
8747
|
-
}, extra?:
|
|
8747
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8748
8748
|
};
|
|
8749
8749
|
};
|
|
8750
8750
|
/**
|
|
@@ -8775,7 +8775,7 @@ declare class ContentfulMcpTools {
|
|
|
8775
8775
|
limit?: number | undefined;
|
|
8776
8776
|
select?: string | undefined;
|
|
8777
8777
|
order?: string | undefined;
|
|
8778
|
-
}, extra?:
|
|
8778
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8779
8779
|
};
|
|
8780
8780
|
createTag: {
|
|
8781
8781
|
title: string;
|
|
@@ -8800,7 +8800,7 @@ declare class ContentfulMcpTools {
|
|
|
8800
8800
|
environmentId: string;
|
|
8801
8801
|
id: string;
|
|
8802
8802
|
visibility: "private" | "public";
|
|
8803
|
-
}, extra?:
|
|
8803
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8804
8804
|
};
|
|
8805
8805
|
};
|
|
8806
8806
|
/**
|
|
@@ -8913,7 +8913,7 @@ declare class ContentfulMcpTools {
|
|
|
8913
8913
|
linkType: "TaxonomyConcept";
|
|
8914
8914
|
};
|
|
8915
8915
|
}[] | undefined;
|
|
8916
|
-
}, extra?:
|
|
8916
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8917
8917
|
};
|
|
8918
8918
|
getConcept: {
|
|
8919
8919
|
title: string;
|
|
@@ -8930,7 +8930,7 @@ declare class ContentfulMcpTools {
|
|
|
8930
8930
|
tool: (params: {
|
|
8931
8931
|
organizationId: string;
|
|
8932
8932
|
conceptId: string;
|
|
8933
|
-
}, extra?:
|
|
8933
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8934
8934
|
};
|
|
8935
8935
|
listConcepts: {
|
|
8936
8936
|
title: string;
|
|
@@ -8961,7 +8961,7 @@ declare class ContentfulMcpTools {
|
|
|
8961
8961
|
getDescendants?: boolean | undefined;
|
|
8962
8962
|
getAncestors?: boolean | undefined;
|
|
8963
8963
|
getTotalOnly?: boolean | undefined;
|
|
8964
|
-
}, extra?:
|
|
8964
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
8965
8965
|
};
|
|
8966
8966
|
updateConcept: {
|
|
8967
8967
|
title: string;
|
|
@@ -9071,7 +9071,7 @@ declare class ContentfulMcpTools {
|
|
|
9071
9071
|
linkType: "TaxonomyConcept";
|
|
9072
9072
|
};
|
|
9073
9073
|
}[] | undefined;
|
|
9074
|
-
}, extra?:
|
|
9074
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
9075
9075
|
};
|
|
9076
9076
|
deleteConcept: {
|
|
9077
9077
|
title: string;
|
|
@@ -9093,7 +9093,7 @@ declare class ContentfulMcpTools {
|
|
|
9093
9093
|
conceptId: string;
|
|
9094
9094
|
confirmToken?: string | undefined;
|
|
9095
9095
|
confirm?: boolean | undefined;
|
|
9096
|
-
}, extra?:
|
|
9096
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
9097
9097
|
};
|
|
9098
9098
|
createConceptScheme: {
|
|
9099
9099
|
title: string;
|
|
@@ -9161,7 +9161,7 @@ declare class ContentfulMcpTools {
|
|
|
9161
9161
|
linkType: "TaxonomyConcept";
|
|
9162
9162
|
};
|
|
9163
9163
|
}[] | undefined;
|
|
9164
|
-
}, extra?:
|
|
9164
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
9165
9165
|
};
|
|
9166
9166
|
getConceptScheme: {
|
|
9167
9167
|
title: string;
|
|
@@ -9178,7 +9178,7 @@ declare class ContentfulMcpTools {
|
|
|
9178
9178
|
tool: (params: {
|
|
9179
9179
|
organizationId: string;
|
|
9180
9180
|
conceptSchemeId: string;
|
|
9181
|
-
}, extra?:
|
|
9181
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
9182
9182
|
};
|
|
9183
9183
|
listConceptSchemes: {
|
|
9184
9184
|
title: string;
|
|
@@ -9231,7 +9231,7 @@ declare class ContentfulMcpTools {
|
|
|
9231
9231
|
}, zod.ZodTypeAny, "passthrough"> | {
|
|
9232
9232
|
pageUrl?: string | undefined;
|
|
9233
9233
|
} | undefined;
|
|
9234
|
-
}, extra?:
|
|
9234
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
9235
9235
|
};
|
|
9236
9236
|
updateConceptScheme: {
|
|
9237
9237
|
title: string;
|
|
@@ -9303,7 +9303,7 @@ declare class ContentfulMcpTools {
|
|
|
9303
9303
|
};
|
|
9304
9304
|
}[] | undefined;
|
|
9305
9305
|
addConcept?: string | undefined;
|
|
9306
|
-
}, extra?:
|
|
9306
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
9307
9307
|
};
|
|
9308
9308
|
deleteConceptScheme: {
|
|
9309
9309
|
title: string;
|
|
@@ -9325,7 +9325,7 @@ declare class ContentfulMcpTools {
|
|
|
9325
9325
|
conceptSchemeId: string;
|
|
9326
9326
|
confirmToken?: string | undefined;
|
|
9327
9327
|
confirm?: boolean | undefined;
|
|
9328
|
-
}, extra?:
|
|
9328
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
9329
9329
|
};
|
|
9330
9330
|
};
|
|
9331
9331
|
/**
|
|
@@ -9363,7 +9363,7 @@ declare class ContentfulMcpTools {
|
|
|
9363
9363
|
order?: string | undefined;
|
|
9364
9364
|
granularity?: "P1D" | "P1M" | undefined;
|
|
9365
9365
|
group?: string | undefined;
|
|
9366
|
-
}, extra?:
|
|
9366
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
9367
9367
|
};
|
|
9368
9368
|
};
|
|
9369
9369
|
/**
|
|
@@ -9388,7 +9388,7 @@ declare class ContentfulMcpTools {
|
|
|
9388
9388
|
spaceId: string;
|
|
9389
9389
|
environmentId: string;
|
|
9390
9390
|
experienceFragmentId: string;
|
|
9391
|
-
}, extra?:
|
|
9391
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
9392
9392
|
};
|
|
9393
9393
|
listExperienceFragments: {
|
|
9394
9394
|
title: string;
|
|
@@ -9414,7 +9414,7 @@ declare class ContentfulMcpTools {
|
|
|
9414
9414
|
order?: string | undefined;
|
|
9415
9415
|
pageNext?: string | undefined;
|
|
9416
9416
|
pagePrev?: string | undefined;
|
|
9417
|
-
}, extra?:
|
|
9417
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
9418
9418
|
};
|
|
9419
9419
|
createExperienceFragment: {
|
|
9420
9420
|
title: string;
|
|
@@ -9734,7 +9734,7 @@ declare class ContentfulMcpTools {
|
|
|
9734
9734
|
displayName: string;
|
|
9735
9735
|
previewSize: string;
|
|
9736
9736
|
}[] | undefined;
|
|
9737
|
-
}, extra?:
|
|
9737
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
9738
9738
|
};
|
|
9739
9739
|
updateExperienceFragment: {
|
|
9740
9740
|
title: string;
|
|
@@ -10024,7 +10024,7 @@ declare class ContentfulMcpTools {
|
|
|
10024
10024
|
displayName: string;
|
|
10025
10025
|
previewSize: string;
|
|
10026
10026
|
}[] | undefined;
|
|
10027
|
-
}, extra?:
|
|
10027
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10028
10028
|
};
|
|
10029
10029
|
deleteExperienceFragment: {
|
|
10030
10030
|
title: string;
|
|
@@ -10049,7 +10049,7 @@ declare class ContentfulMcpTools {
|
|
|
10049
10049
|
experienceFragmentId: string;
|
|
10050
10050
|
confirmToken?: string | undefined;
|
|
10051
10051
|
confirm?: boolean | undefined;
|
|
10052
|
-
}, extra?:
|
|
10052
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10053
10053
|
};
|
|
10054
10054
|
publishExperienceFragment: {
|
|
10055
10055
|
title: string;
|
|
@@ -10072,7 +10072,7 @@ declare class ContentfulMcpTools {
|
|
|
10072
10072
|
spaceId: string;
|
|
10073
10073
|
environmentId: string;
|
|
10074
10074
|
experienceFragmentId: string;
|
|
10075
|
-
}, extra?:
|
|
10075
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10076
10076
|
};
|
|
10077
10077
|
unpublishExperienceFragment: {
|
|
10078
10078
|
title: string;
|
|
@@ -10095,7 +10095,7 @@ declare class ContentfulMcpTools {
|
|
|
10095
10095
|
spaceId: string;
|
|
10096
10096
|
environmentId: string;
|
|
10097
10097
|
experienceFragmentId: string;
|
|
10098
|
-
}, extra?:
|
|
10098
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10099
10099
|
};
|
|
10100
10100
|
};
|
|
10101
10101
|
/**
|
|
@@ -10120,7 +10120,7 @@ declare class ContentfulMcpTools {
|
|
|
10120
10120
|
spaceId: string;
|
|
10121
10121
|
environmentId: string;
|
|
10122
10122
|
dataAssemblyId: string;
|
|
10123
|
-
}, extra?:
|
|
10123
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10124
10124
|
};
|
|
10125
10125
|
getPublishedDataAssembly: {
|
|
10126
10126
|
title: string;
|
|
@@ -10140,7 +10140,7 @@ declare class ContentfulMcpTools {
|
|
|
10140
10140
|
spaceId: string;
|
|
10141
10141
|
environmentId: string;
|
|
10142
10142
|
dataAssemblyId: string;
|
|
10143
|
-
}, extra?:
|
|
10143
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10144
10144
|
};
|
|
10145
10145
|
listDataAssemblies: {
|
|
10146
10146
|
title: string;
|
|
@@ -10166,7 +10166,7 @@ declare class ContentfulMcpTools {
|
|
|
10166
10166
|
pageNext?: string | undefined;
|
|
10167
10167
|
pagePrev?: string | undefined;
|
|
10168
10168
|
sysIdIn?: string | undefined;
|
|
10169
|
-
}, extra?:
|
|
10169
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10170
10170
|
};
|
|
10171
10171
|
listPublishedDataAssemblies: {
|
|
10172
10172
|
title: string;
|
|
@@ -10192,7 +10192,7 @@ declare class ContentfulMcpTools {
|
|
|
10192
10192
|
pageNext?: string | undefined;
|
|
10193
10193
|
pagePrev?: string | undefined;
|
|
10194
10194
|
sysIdIn?: string | undefined;
|
|
10195
|
-
}, extra?:
|
|
10195
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10196
10196
|
};
|
|
10197
10197
|
createDataAssembly: {
|
|
10198
10198
|
title: string;
|
|
@@ -10451,7 +10451,7 @@ declare class ContentfulMcpTools {
|
|
|
10451
10451
|
}[];
|
|
10452
10452
|
} | undefined;
|
|
10453
10453
|
variant?: string | undefined;
|
|
10454
|
-
}, extra?:
|
|
10454
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10455
10455
|
};
|
|
10456
10456
|
updateDataAssembly: {
|
|
10457
10457
|
title: string;
|
|
@@ -10714,7 +10714,7 @@ declare class ContentfulMcpTools {
|
|
|
10714
10714
|
}> | undefined;
|
|
10715
10715
|
return?: contentful_management.PointerExpressionValue | undefined;
|
|
10716
10716
|
variant?: string | undefined;
|
|
10717
|
-
}, extra?:
|
|
10717
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10718
10718
|
};
|
|
10719
10719
|
deleteDataAssembly: {
|
|
10720
10720
|
title: string;
|
|
@@ -10739,7 +10739,7 @@ declare class ContentfulMcpTools {
|
|
|
10739
10739
|
dataAssemblyId: string;
|
|
10740
10740
|
confirmToken?: string | undefined;
|
|
10741
10741
|
confirm?: boolean | undefined;
|
|
10742
|
-
}, extra?:
|
|
10742
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10743
10743
|
};
|
|
10744
10744
|
publishDataAssembly: {
|
|
10745
10745
|
title: string;
|
|
@@ -10762,7 +10762,7 @@ declare class ContentfulMcpTools {
|
|
|
10762
10762
|
spaceId: string;
|
|
10763
10763
|
environmentId: string;
|
|
10764
10764
|
dataAssemblyId: string;
|
|
10765
|
-
}, extra?:
|
|
10765
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10766
10766
|
};
|
|
10767
10767
|
unpublishDataAssembly: {
|
|
10768
10768
|
title: string;
|
|
@@ -10785,7 +10785,7 @@ declare class ContentfulMcpTools {
|
|
|
10785
10785
|
spaceId: string;
|
|
10786
10786
|
environmentId: string;
|
|
10787
10787
|
dataAssemblyId: string;
|
|
10788
|
-
}, extra?:
|
|
10788
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10789
10789
|
};
|
|
10790
10790
|
};
|
|
10791
10791
|
/**
|
|
@@ -10810,7 +10810,7 @@ declare class ContentfulMcpTools {
|
|
|
10810
10810
|
spaceId: string;
|
|
10811
10811
|
environmentId: string;
|
|
10812
10812
|
designTokenId: string;
|
|
10813
|
-
}, extra?:
|
|
10813
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10814
10814
|
};
|
|
10815
10815
|
listDesignTokens: {
|
|
10816
10816
|
title: string;
|
|
@@ -10836,7 +10836,7 @@ declare class ContentfulMcpTools {
|
|
|
10836
10836
|
limit?: number | undefined;
|
|
10837
10837
|
pageNext?: string | undefined;
|
|
10838
10838
|
pagePrev?: string | undefined;
|
|
10839
|
-
}, extra?:
|
|
10839
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10840
10840
|
};
|
|
10841
10841
|
upsertDesignToken: {
|
|
10842
10842
|
title: string;
|
|
@@ -10965,7 +10965,7 @@ declare class ContentfulMcpTools {
|
|
|
10965
10965
|
}[] | undefined;
|
|
10966
10966
|
} | undefined;
|
|
10967
10967
|
type?: "DTCG.Color" | "DTCG.Dimension" | "DTCG.FontFamily" | "DTCG.FontWeight" | "DTCG.Duration" | "DTCG.CubicBezier" | "DTCG.Number" | "DTCG.StrokeStyle" | "DTCG.Border" | "DTCG.Transition" | "DTCG.Shadow" | "DTCG.Gradient" | "DTCG.Typography" | undefined;
|
|
10968
|
-
}, extra?:
|
|
10968
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10969
10969
|
};
|
|
10970
10970
|
deleteDesignToken: {
|
|
10971
10971
|
title: string;
|
|
@@ -10990,7 +10990,7 @@ declare class ContentfulMcpTools {
|
|
|
10990
10990
|
designTokenId: string;
|
|
10991
10991
|
confirmToken?: string | undefined;
|
|
10992
10992
|
confirm?: boolean | undefined;
|
|
10993
|
-
}, extra?:
|
|
10993
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
10994
10994
|
};
|
|
10995
10995
|
};
|
|
10996
10996
|
/**
|
|
@@ -11237,7 +11237,7 @@ declare class ContentfulMcpTools {
|
|
|
11237
11237
|
rateLimit?: number | undefined;
|
|
11238
11238
|
errorLogFile?: string | undefined;
|
|
11239
11239
|
} | undefined;
|
|
11240
|
-
}, extra?:
|
|
11240
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
11241
11241
|
};
|
|
11242
11242
|
exportSpace: {
|
|
11243
11243
|
title: string;
|
|
@@ -11343,7 +11343,7 @@ declare class ContentfulMcpTools {
|
|
|
11343
11343
|
queryEntries?: unknown;
|
|
11344
11344
|
queryAssets?: unknown;
|
|
11345
11345
|
useVerboseRenderer?: boolean | undefined;
|
|
11346
|
-
}, extra?:
|
|
11346
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
11347
11347
|
};
|
|
11348
11348
|
importSpace: {
|
|
11349
11349
|
title: string;
|
|
@@ -11392,7 +11392,7 @@ declare class ContentfulMcpTools {
|
|
|
11392
11392
|
contentFile?: string | undefined;
|
|
11393
11393
|
assetsDirectory?: string | undefined;
|
|
11394
11394
|
errorLogFile?: string | undefined;
|
|
11395
|
-
}, extra?:
|
|
11395
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
11396
11396
|
};
|
|
11397
11397
|
spaceToSpaceMigrationHandler: {
|
|
11398
11398
|
title: string;
|
|
@@ -11409,11 +11409,11 @@ declare class ContentfulMcpTools {
|
|
|
11409
11409
|
idempotentHint: boolean;
|
|
11410
11410
|
openWorldHint: boolean;
|
|
11411
11411
|
};
|
|
11412
|
-
tool: (tools:
|
|
11412
|
+
tool: (tools: _modelcontextprotocol_sdk_server_mcp.RegisteredTool[]) => (params: {
|
|
11413
11413
|
spaceId: string;
|
|
11414
11414
|
environmentId: string;
|
|
11415
11415
|
enableWorkflow: boolean;
|
|
11416
|
-
}, extra?:
|
|
11416
|
+
}, extra?: _modelcontextprotocol_sdk_shared_protocol.RequestHandlerExtra<_modelcontextprotocol_sdk_types.ServerRequest, _modelcontextprotocol_sdk_types.ServerNotification>) => Promise<ToolResponse>;
|
|
11417
11417
|
};
|
|
11418
11418
|
};
|
|
11419
11419
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/mcp-tools",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -42,23 +42,23 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@contentful/rich-text-types": "^16.8.5",
|
|
45
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
45
|
+
"@modelcontextprotocol/sdk": "^1.30.1",
|
|
46
46
|
"contentful-export": "^7.21.78",
|
|
47
47
|
"contentful-import": "^9.4.140",
|
|
48
48
|
"contentful-management": "12.14.0",
|
|
49
49
|
"fast-xml-parser": "^5.7.1",
|
|
50
50
|
"lodash-es": "^4.18.1",
|
|
51
51
|
"outdent": "^0.8.0",
|
|
52
|
-
"tsup": "^8.5.
|
|
52
|
+
"tsup": "^8.5.1",
|
|
53
53
|
"vitest": "^3.2.4",
|
|
54
54
|
"zod": "^3.25.76"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/lodash-es": "^4.17.12",
|
|
58
58
|
"@types/node": "^22.16.5",
|
|
59
|
-
"eslint": "^9.
|
|
60
|
-
"prettier": "^3.
|
|
61
|
-
"rimraf": "^6.
|
|
62
|
-
"typescript": "^5.
|
|
59
|
+
"eslint": "^9.39.5",
|
|
60
|
+
"prettier": "^3.9.9",
|
|
61
|
+
"rimraf": "^6.1.3",
|
|
62
|
+
"typescript": "^5.9.3"
|
|
63
63
|
}
|
|
64
64
|
}
|