@contentful/mcp-tools 0.2.3 → 0.2.5

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +380 -68
  2. package/dist/index.js +406 -308
  3. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -176,10 +176,10 @@ declare class ContentfulMcpTools {
176
176
  openWorldHint: boolean;
177
177
  };
178
178
  tool: (params: {
179
- spaceId: string;
180
- environmentId: string;
181
179
  name: string;
182
180
  description: string;
181
+ spaceId: string;
182
+ environmentId: string;
183
183
  instruction: {
184
184
  template: string;
185
185
  variables: {
@@ -744,9 +744,9 @@ declare class ContentfulMcpTools {
744
744
  openWorldHint: boolean;
745
745
  };
746
746
  tool: (params: {
747
+ title: string;
747
748
  spaceId: string;
748
749
  environmentId: string;
749
- title: string;
750
750
  file: {
751
751
  fileName: string;
752
752
  contentType: string;
@@ -1334,13 +1334,13 @@ declare class ContentfulMcpTools {
1334
1334
  })[];
1335
1335
  }>]>>>;
1336
1336
  }, "strip", zod.ZodTypeAny, {
1337
+ in?: (string | number)[] | undefined;
1337
1338
  message?: string | null | undefined;
1338
1339
  size?: {
1339
1340
  min?: number | undefined;
1340
1341
  max?: number | undefined;
1341
1342
  } | undefined;
1342
1343
  linkContentType?: string[] | undefined;
1343
- in?: (string | number)[] | undefined;
1344
1344
  linkMimetypeGroup?: string[] | undefined;
1345
1345
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
1346
1346
  enabledMarks?: string[] | undefined;
@@ -1399,13 +1399,13 @@ declare class ContentfulMcpTools {
1399
1399
  })[];
1400
1400
  }> | undefined;
1401
1401
  }, {
1402
+ in?: (string | number)[] | undefined;
1402
1403
  message?: string | null | undefined;
1403
1404
  size?: {
1404
1405
  min?: number | undefined;
1405
1406
  max?: number | undefined;
1406
1407
  } | undefined;
1407
1408
  linkContentType?: string[] | undefined;
1408
- in?: (string | number)[] | undefined;
1409
1409
  linkMimetypeGroup?: string[] | undefined;
1410
1410
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
1411
1411
  enabledMarks?: string[] | undefined;
@@ -1682,13 +1682,13 @@ declare class ContentfulMcpTools {
1682
1682
  })[];
1683
1683
  }>]>>>;
1684
1684
  }, "strip", zod.ZodTypeAny, {
1685
+ in?: (string | number)[] | undefined;
1685
1686
  message?: string | null | undefined;
1686
1687
  size?: {
1687
1688
  min?: number | undefined;
1688
1689
  max?: number | undefined;
1689
1690
  } | undefined;
1690
1691
  linkContentType?: string[] | undefined;
1691
- in?: (string | number)[] | undefined;
1692
1692
  linkMimetypeGroup?: string[] | undefined;
1693
1693
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
1694
1694
  enabledMarks?: string[] | undefined;
@@ -1747,13 +1747,13 @@ declare class ContentfulMcpTools {
1747
1747
  })[];
1748
1748
  }> | undefined;
1749
1749
  }, {
1750
+ in?: (string | number)[] | undefined;
1750
1751
  message?: string | null | undefined;
1751
1752
  size?: {
1752
1753
  min?: number | undefined;
1753
1754
  max?: number | undefined;
1754
1755
  } | undefined;
1755
1756
  linkContentType?: string[] | undefined;
1756
- in?: (string | number)[] | undefined;
1757
1757
  linkMimetypeGroup?: string[] | undefined;
1758
1758
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
1759
1759
  enabledMarks?: string[] | undefined;
@@ -1816,13 +1816,13 @@ declare class ContentfulMcpTools {
1816
1816
  type: string;
1817
1817
  linkType?: string | undefined;
1818
1818
  validations?: {
1819
+ in?: (string | number)[] | undefined;
1819
1820
  message?: string | null | undefined;
1820
1821
  size?: {
1821
1822
  min?: number | undefined;
1822
1823
  max?: number | undefined;
1823
1824
  } | undefined;
1824
1825
  linkContentType?: string[] | undefined;
1825
- in?: (string | number)[] | undefined;
1826
1826
  linkMimetypeGroup?: string[] | undefined;
1827
1827
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
1828
1828
  enabledMarks?: string[] | undefined;
@@ -1885,13 +1885,13 @@ declare class ContentfulMcpTools {
1885
1885
  type: string;
1886
1886
  linkType?: string | undefined;
1887
1887
  validations?: {
1888
+ in?: (string | number)[] | undefined;
1888
1889
  message?: string | null | undefined;
1889
1890
  size?: {
1890
1891
  min?: number | undefined;
1891
1892
  max?: number | undefined;
1892
1893
  } | undefined;
1893
1894
  linkContentType?: string[] | undefined;
1894
- in?: (string | number)[] | undefined;
1895
1895
  linkMimetypeGroup?: string[] | undefined;
1896
1896
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
1897
1897
  enabledMarks?: string[] | undefined;
@@ -1952,22 +1952,22 @@ declare class ContentfulMcpTools {
1952
1952
  }[] | undefined;
1953
1953
  }>>;
1954
1954
  }, "strip", zod.ZodTypeAny, {
1955
- type: string;
1956
- id: string;
1957
1955
  name: string;
1956
+ type: string;
1958
1957
  required: boolean;
1958
+ id: string;
1959
1959
  localized: boolean;
1960
1960
  items?: {
1961
1961
  type: string;
1962
1962
  linkType?: string | undefined;
1963
1963
  validations?: {
1964
+ in?: (string | number)[] | undefined;
1964
1965
  message?: string | null | undefined;
1965
1966
  size?: {
1966
1967
  min?: number | undefined;
1967
1968
  max?: number | undefined;
1968
1969
  } | undefined;
1969
1970
  linkContentType?: string[] | undefined;
1970
- in?: (string | number)[] | undefined;
1971
1971
  linkMimetypeGroup?: string[] | undefined;
1972
1972
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
1973
1973
  enabledMarks?: string[] | undefined;
@@ -2029,13 +2029,13 @@ declare class ContentfulMcpTools {
2029
2029
  } | undefined;
2030
2030
  linkType?: string | undefined;
2031
2031
  validations?: {
2032
+ in?: (string | number)[] | undefined;
2032
2033
  message?: string | null | undefined;
2033
2034
  size?: {
2034
2035
  min?: number | undefined;
2035
2036
  max?: number | undefined;
2036
2037
  } | undefined;
2037
2038
  linkContentType?: string[] | undefined;
2038
- in?: (string | number)[] | undefined;
2039
2039
  linkMimetypeGroup?: string[] | undefined;
2040
2040
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
2041
2041
  enabledMarks?: string[] | undefined;
@@ -2099,22 +2099,22 @@ declare class ContentfulMcpTools {
2099
2099
  settings?: Record<string, any> | undefined;
2100
2100
  defaultValue?: any;
2101
2101
  }, {
2102
- type: string;
2103
- id: string;
2104
2102
  name: string;
2103
+ type: string;
2105
2104
  required: boolean;
2105
+ id: string;
2106
2106
  localized: boolean;
2107
2107
  items?: {
2108
2108
  type: string;
2109
2109
  linkType?: string | undefined;
2110
2110
  validations?: {
2111
+ in?: (string | number)[] | undefined;
2111
2112
  message?: string | null | undefined;
2112
2113
  size?: {
2113
2114
  min?: number | undefined;
2114
2115
  max?: number | undefined;
2115
2116
  } | undefined;
2116
2117
  linkContentType?: string[] | undefined;
2117
- in?: (string | number)[] | undefined;
2118
2118
  linkMimetypeGroup?: string[] | undefined;
2119
2119
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
2120
2120
  enabledMarks?: string[] | undefined;
@@ -2176,13 +2176,13 @@ declare class ContentfulMcpTools {
2176
2176
  } | undefined;
2177
2177
  linkType?: string | undefined;
2178
2178
  validations?: {
2179
+ in?: (string | number)[] | undefined;
2179
2180
  message?: string | null | undefined;
2180
2181
  size?: {
2181
2182
  min?: number | undefined;
2182
2183
  max?: number | undefined;
2183
2184
  } | undefined;
2184
2185
  linkContentType?: string[] | undefined;
2185
- in?: (string | number)[] | undefined;
2186
2186
  linkMimetypeGroup?: string[] | undefined;
2187
2187
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
2188
2188
  enabledMarks?: string[] | undefined;
@@ -2347,26 +2347,26 @@ declare class ContentfulMcpTools {
2347
2347
  openWorldHint: boolean;
2348
2348
  };
2349
2349
  tool: (params: {
2350
+ name: string;
2350
2351
  spaceId: string;
2351
2352
  environmentId: string;
2352
- name: string;
2353
2353
  fields: {
2354
- type: string;
2355
- id: string;
2356
2354
  name: string;
2355
+ type: string;
2357
2356
  required: boolean;
2357
+ id: string;
2358
2358
  localized: boolean;
2359
2359
  items?: {
2360
2360
  type: string;
2361
2361
  linkType?: string | undefined;
2362
2362
  validations?: {
2363
+ in?: (string | number)[] | undefined;
2363
2364
  message?: string | null | undefined;
2364
2365
  size?: {
2365
2366
  min?: number | undefined;
2366
2367
  max?: number | undefined;
2367
2368
  } | undefined;
2368
2369
  linkContentType?: string[] | undefined;
2369
- in?: (string | number)[] | undefined;
2370
2370
  linkMimetypeGroup?: string[] | undefined;
2371
2371
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
2372
2372
  enabledMarks?: string[] | undefined;
@@ -2428,13 +2428,13 @@ declare class ContentfulMcpTools {
2428
2428
  } | undefined;
2429
2429
  linkType?: string | undefined;
2430
2430
  validations?: {
2431
+ in?: (string | number)[] | undefined;
2431
2432
  message?: string | null | undefined;
2432
2433
  size?: {
2433
2434
  min?: number | undefined;
2434
2435
  max?: number | undefined;
2435
2436
  } | undefined;
2436
2437
  linkContentType?: string[] | undefined;
2437
- in?: (string | number)[] | undefined;
2438
2438
  linkMimetypeGroup?: string[] | undefined;
2439
2439
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
2440
2440
  enabledMarks?: string[] | undefined;
@@ -2751,13 +2751,13 @@ declare class ContentfulMcpTools {
2751
2751
  })[];
2752
2752
  }>]>>>;
2753
2753
  }, "strip", zod.ZodTypeAny, {
2754
+ in?: (string | number)[] | undefined;
2754
2755
  message?: string | null | undefined;
2755
2756
  size?: {
2756
2757
  min?: number | undefined;
2757
2758
  max?: number | undefined;
2758
2759
  } | undefined;
2759
2760
  linkContentType?: string[] | undefined;
2760
- in?: (string | number)[] | undefined;
2761
2761
  linkMimetypeGroup?: string[] | undefined;
2762
2762
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
2763
2763
  enabledMarks?: string[] | undefined;
@@ -2816,13 +2816,13 @@ declare class ContentfulMcpTools {
2816
2816
  })[];
2817
2817
  }> | undefined;
2818
2818
  }, {
2819
+ in?: (string | number)[] | undefined;
2819
2820
  message?: string | null | undefined;
2820
2821
  size?: {
2821
2822
  min?: number | undefined;
2822
2823
  max?: number | undefined;
2823
2824
  } | undefined;
2824
2825
  linkContentType?: string[] | undefined;
2825
- in?: (string | number)[] | undefined;
2826
2826
  linkMimetypeGroup?: string[] | undefined;
2827
2827
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
2828
2828
  enabledMarks?: string[] | undefined;
@@ -3099,13 +3099,13 @@ declare class ContentfulMcpTools {
3099
3099
  })[];
3100
3100
  }>]>>>;
3101
3101
  }, "strip", zod.ZodTypeAny, {
3102
+ in?: (string | number)[] | undefined;
3102
3103
  message?: string | null | undefined;
3103
3104
  size?: {
3104
3105
  min?: number | undefined;
3105
3106
  max?: number | undefined;
3106
3107
  } | undefined;
3107
3108
  linkContentType?: string[] | undefined;
3108
- in?: (string | number)[] | undefined;
3109
3109
  linkMimetypeGroup?: string[] | undefined;
3110
3110
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
3111
3111
  enabledMarks?: string[] | undefined;
@@ -3164,13 +3164,13 @@ declare class ContentfulMcpTools {
3164
3164
  })[];
3165
3165
  }> | undefined;
3166
3166
  }, {
3167
+ in?: (string | number)[] | undefined;
3167
3168
  message?: string | null | undefined;
3168
3169
  size?: {
3169
3170
  min?: number | undefined;
3170
3171
  max?: number | undefined;
3171
3172
  } | undefined;
3172
3173
  linkContentType?: string[] | undefined;
3173
- in?: (string | number)[] | undefined;
3174
3174
  linkMimetypeGroup?: string[] | undefined;
3175
3175
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
3176
3176
  enabledMarks?: string[] | undefined;
@@ -3233,13 +3233,13 @@ declare class ContentfulMcpTools {
3233
3233
  type: string;
3234
3234
  linkType?: string | undefined;
3235
3235
  validations?: {
3236
+ in?: (string | number)[] | undefined;
3236
3237
  message?: string | null | undefined;
3237
3238
  size?: {
3238
3239
  min?: number | undefined;
3239
3240
  max?: number | undefined;
3240
3241
  } | undefined;
3241
3242
  linkContentType?: string[] | undefined;
3242
- in?: (string | number)[] | undefined;
3243
3243
  linkMimetypeGroup?: string[] | undefined;
3244
3244
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
3245
3245
  enabledMarks?: string[] | undefined;
@@ -3302,13 +3302,13 @@ declare class ContentfulMcpTools {
3302
3302
  type: string;
3303
3303
  linkType?: string | undefined;
3304
3304
  validations?: {
3305
+ in?: (string | number)[] | undefined;
3305
3306
  message?: string | null | undefined;
3306
3307
  size?: {
3307
3308
  min?: number | undefined;
3308
3309
  max?: number | undefined;
3309
3310
  } | undefined;
3310
3311
  linkContentType?: string[] | undefined;
3311
- in?: (string | number)[] | undefined;
3312
3312
  linkMimetypeGroup?: string[] | undefined;
3313
3313
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
3314
3314
  enabledMarks?: string[] | undefined;
@@ -3369,22 +3369,22 @@ declare class ContentfulMcpTools {
3369
3369
  }[] | undefined;
3370
3370
  }>>;
3371
3371
  }, "strip", zod.ZodTypeAny, {
3372
- type: string;
3373
- id: string;
3374
3372
  name: string;
3373
+ type: string;
3375
3374
  required: boolean;
3375
+ id: string;
3376
3376
  localized: boolean;
3377
3377
  items?: {
3378
3378
  type: string;
3379
3379
  linkType?: string | undefined;
3380
3380
  validations?: {
3381
+ in?: (string | number)[] | undefined;
3381
3382
  message?: string | null | undefined;
3382
3383
  size?: {
3383
3384
  min?: number | undefined;
3384
3385
  max?: number | undefined;
3385
3386
  } | undefined;
3386
3387
  linkContentType?: string[] | undefined;
3387
- in?: (string | number)[] | undefined;
3388
3388
  linkMimetypeGroup?: string[] | undefined;
3389
3389
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
3390
3390
  enabledMarks?: string[] | undefined;
@@ -3446,13 +3446,13 @@ declare class ContentfulMcpTools {
3446
3446
  } | undefined;
3447
3447
  linkType?: string | undefined;
3448
3448
  validations?: {
3449
+ in?: (string | number)[] | undefined;
3449
3450
  message?: string | null | undefined;
3450
3451
  size?: {
3451
3452
  min?: number | undefined;
3452
3453
  max?: number | undefined;
3453
3454
  } | undefined;
3454
3455
  linkContentType?: string[] | undefined;
3455
- in?: (string | number)[] | undefined;
3456
3456
  linkMimetypeGroup?: string[] | undefined;
3457
3457
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
3458
3458
  enabledMarks?: string[] | undefined;
@@ -3516,22 +3516,22 @@ declare class ContentfulMcpTools {
3516
3516
  settings?: Record<string, any> | undefined;
3517
3517
  defaultValue?: any;
3518
3518
  }, {
3519
- type: string;
3520
- id: string;
3521
3519
  name: string;
3520
+ type: string;
3522
3521
  required: boolean;
3522
+ id: string;
3523
3523
  localized: boolean;
3524
3524
  items?: {
3525
3525
  type: string;
3526
3526
  linkType?: string | undefined;
3527
3527
  validations?: {
3528
+ in?: (string | number)[] | undefined;
3528
3529
  message?: string | null | undefined;
3529
3530
  size?: {
3530
3531
  min?: number | undefined;
3531
3532
  max?: number | undefined;
3532
3533
  } | undefined;
3533
3534
  linkContentType?: string[] | undefined;
3534
- in?: (string | number)[] | undefined;
3535
3535
  linkMimetypeGroup?: string[] | undefined;
3536
3536
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
3537
3537
  enabledMarks?: string[] | undefined;
@@ -3593,13 +3593,13 @@ declare class ContentfulMcpTools {
3593
3593
  } | undefined;
3594
3594
  linkType?: string | undefined;
3595
3595
  validations?: {
3596
+ in?: (string | number)[] | undefined;
3596
3597
  message?: string | null | undefined;
3597
3598
  size?: {
3598
3599
  min?: number | undefined;
3599
3600
  max?: number | undefined;
3600
3601
  } | undefined;
3601
3602
  linkContentType?: string[] | undefined;
3602
- in?: (string | number)[] | undefined;
3603
3603
  linkMimetypeGroup?: string[] | undefined;
3604
3604
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
3605
3605
  enabledMarks?: string[] | undefined;
@@ -3787,22 +3787,22 @@ declare class ContentfulMcpTools {
3787
3787
  name?: string | undefined;
3788
3788
  description?: string | undefined;
3789
3789
  fields?: {
3790
- type: string;
3791
- id: string;
3792
3790
  name: string;
3791
+ type: string;
3793
3792
  required: boolean;
3793
+ id: string;
3794
3794
  localized: boolean;
3795
3795
  items?: {
3796
3796
  type: string;
3797
3797
  linkType?: string | undefined;
3798
3798
  validations?: {
3799
+ in?: (string | number)[] | undefined;
3799
3800
  message?: string | null | undefined;
3800
3801
  size?: {
3801
3802
  min?: number | undefined;
3802
3803
  max?: number | undefined;
3803
3804
  } | undefined;
3804
3805
  linkContentType?: string[] | undefined;
3805
- in?: (string | number)[] | undefined;
3806
3806
  linkMimetypeGroup?: string[] | undefined;
3807
3807
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
3808
3808
  enabledMarks?: string[] | undefined;
@@ -3864,13 +3864,13 @@ declare class ContentfulMcpTools {
3864
3864
  } | undefined;
3865
3865
  linkType?: string | undefined;
3866
3866
  validations?: {
3867
+ in?: (string | number)[] | undefined;
3867
3868
  message?: string | null | undefined;
3868
3869
  size?: {
3869
3870
  min?: number | undefined;
3870
3871
  max?: number | undefined;
3871
3872
  } | undefined;
3872
3873
  linkContentType?: string[] | undefined;
3873
- in?: (string | number)[] | undefined;
3874
3874
  linkMimetypeGroup?: string[] | undefined;
3875
3875
  enabledNodeTypes?: (_contentful_rich_text_types.BLOCKS | _contentful_rich_text_types.INLINES)[] | undefined;
3876
3876
  enabledMarks?: string[] | undefined;
@@ -4300,7 +4300,132 @@ declare class ContentfulMcpTools {
4300
4300
  environmentId: zod.ZodString;
4301
4301
  } & {
4302
4302
  contentTypeId: zod.ZodString;
4303
- fields: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
4303
+ fields: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodUnion<[zod.ZodString, zod.ZodNumber, zod.ZodBoolean, zod.ZodObject<{
4304
+ nodeType: zod.ZodLiteral<_contentful_rich_text_types.BLOCKS.DOCUMENT>;
4305
+ data: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
4306
+ content: zod.ZodArray<zod.ZodType<unknown, zod.ZodTypeDef, unknown>, "many">;
4307
+ }, "strip", zod.ZodTypeAny, {
4308
+ content: unknown[];
4309
+ data: Record<string, any>;
4310
+ nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
4311
+ }, {
4312
+ content: unknown[];
4313
+ data: Record<string, any>;
4314
+ nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
4315
+ }>, zod.ZodObject<{
4316
+ sys: zod.ZodObject<{
4317
+ type: zod.ZodLiteral<"Link">;
4318
+ linkType: zod.ZodEnum<["Entry", "Asset"]>;
4319
+ id: zod.ZodString;
4320
+ }, "strip", zod.ZodTypeAny, {
4321
+ type: "Link";
4322
+ id: string;
4323
+ linkType: "Entry" | "Asset";
4324
+ }, {
4325
+ type: "Link";
4326
+ id: string;
4327
+ linkType: "Entry" | "Asset";
4328
+ }>;
4329
+ }, "strip", zod.ZodTypeAny, {
4330
+ sys: {
4331
+ type: "Link";
4332
+ id: string;
4333
+ linkType: "Entry" | "Asset";
4334
+ };
4335
+ }, {
4336
+ sys: {
4337
+ type: "Link";
4338
+ id: string;
4339
+ linkType: "Entry" | "Asset";
4340
+ };
4341
+ }>, zod.ZodObject<{
4342
+ sys: zod.ZodObject<{
4343
+ type: zod.ZodLiteral<"ResourceLink">;
4344
+ linkType: zod.ZodString;
4345
+ urn: zod.ZodString;
4346
+ }, "strip", zod.ZodTypeAny, {
4347
+ type: "ResourceLink";
4348
+ linkType: string;
4349
+ urn: string;
4350
+ }, {
4351
+ type: "ResourceLink";
4352
+ linkType: string;
4353
+ urn: string;
4354
+ }>;
4355
+ }, "strip", zod.ZodTypeAny, {
4356
+ sys: {
4357
+ type: "ResourceLink";
4358
+ linkType: string;
4359
+ urn: string;
4360
+ };
4361
+ }, {
4362
+ sys: {
4363
+ type: "ResourceLink";
4364
+ linkType: string;
4365
+ urn: string;
4366
+ };
4367
+ }>, zod.ZodObject<{
4368
+ lat: zod.ZodNumber;
4369
+ lon: zod.ZodNumber;
4370
+ }, "strip", zod.ZodTypeAny, {
4371
+ lat: number;
4372
+ lon: number;
4373
+ }, {
4374
+ lat: number;
4375
+ lon: number;
4376
+ }>, zod.ZodArray<zod.ZodString, "many">, zod.ZodArray<zod.ZodObject<{
4377
+ sys: zod.ZodObject<{
4378
+ type: zod.ZodLiteral<"Link">;
4379
+ linkType: zod.ZodEnum<["Entry", "Asset"]>;
4380
+ id: zod.ZodString;
4381
+ }, "strip", zod.ZodTypeAny, {
4382
+ type: "Link";
4383
+ id: string;
4384
+ linkType: "Entry" | "Asset";
4385
+ }, {
4386
+ type: "Link";
4387
+ id: string;
4388
+ linkType: "Entry" | "Asset";
4389
+ }>;
4390
+ }, "strip", zod.ZodTypeAny, {
4391
+ sys: {
4392
+ type: "Link";
4393
+ id: string;
4394
+ linkType: "Entry" | "Asset";
4395
+ };
4396
+ }, {
4397
+ sys: {
4398
+ type: "Link";
4399
+ id: string;
4400
+ linkType: "Entry" | "Asset";
4401
+ };
4402
+ }>, "many">, zod.ZodArray<zod.ZodObject<{
4403
+ sys: zod.ZodObject<{
4404
+ type: zod.ZodLiteral<"ResourceLink">;
4405
+ linkType: zod.ZodString;
4406
+ urn: zod.ZodString;
4407
+ }, "strip", zod.ZodTypeAny, {
4408
+ type: "ResourceLink";
4409
+ linkType: string;
4410
+ urn: string;
4411
+ }, {
4412
+ type: "ResourceLink";
4413
+ linkType: string;
4414
+ urn: string;
4415
+ }>;
4416
+ }, "strip", zod.ZodTypeAny, {
4417
+ sys: {
4418
+ type: "ResourceLink";
4419
+ linkType: string;
4420
+ urn: string;
4421
+ };
4422
+ }, {
4423
+ sys: {
4424
+ type: "ResourceLink";
4425
+ linkType: string;
4426
+ urn: string;
4427
+ };
4428
+ }>, "many">, zod.ZodRecord<zod.ZodString, zod.ZodAny>]>>>;
4304
4429
  metadata: zod.ZodOptional<zod.ZodObject<{
4305
4430
  tags: zod.ZodArray<zod.ZodObject<{
4306
4431
  sys: zod.ZodObject<{
@@ -4397,7 +4522,38 @@ declare class ContentfulMcpTools {
4397
4522
  tool: (params: {
4398
4523
  spaceId: string;
4399
4524
  environmentId: string;
4400
- fields: Record<string, any>;
4525
+ fields: Record<string, Record<string, string | number | boolean | string[] | Record<string, any> | {
4526
+ content: unknown[];
4527
+ data: Record<string, any>;
4528
+ nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
4529
+ } | {
4530
+ sys: {
4531
+ type: "Link";
4532
+ id: string;
4533
+ linkType: "Entry" | "Asset";
4534
+ };
4535
+ } | {
4536
+ sys: {
4537
+ type: "ResourceLink";
4538
+ linkType: string;
4539
+ urn: string;
4540
+ };
4541
+ } | {
4542
+ lat: number;
4543
+ lon: number;
4544
+ } | {
4545
+ sys: {
4546
+ type: "Link";
4547
+ id: string;
4548
+ linkType: "Entry" | "Asset";
4549
+ };
4550
+ }[] | {
4551
+ sys: {
4552
+ type: "ResourceLink";
4553
+ linkType: string;
4554
+ urn: string;
4555
+ };
4556
+ }[]>>;
4401
4557
  contentTypeId: string;
4402
4558
  metadata?: {
4403
4559
  tags: {
@@ -4444,7 +4600,132 @@ declare class ContentfulMcpTools {
4444
4600
  environmentId: zod.ZodString;
4445
4601
  } & {
4446
4602
  entryId: zod.ZodString;
4447
- fields: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
4603
+ fields: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodUnion<[zod.ZodString, zod.ZodNumber, zod.ZodBoolean, zod.ZodObject<{
4604
+ nodeType: zod.ZodLiteral<_contentful_rich_text_types.BLOCKS.DOCUMENT>;
4605
+ data: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
4606
+ content: zod.ZodArray<zod.ZodType<unknown, zod.ZodTypeDef, unknown>, "many">;
4607
+ }, "strip", zod.ZodTypeAny, {
4608
+ content: unknown[];
4609
+ data: Record<string, any>;
4610
+ nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
4611
+ }, {
4612
+ content: unknown[];
4613
+ data: Record<string, any>;
4614
+ nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
4615
+ }>, zod.ZodObject<{
4616
+ sys: zod.ZodObject<{
4617
+ type: zod.ZodLiteral<"Link">;
4618
+ linkType: zod.ZodEnum<["Entry", "Asset"]>;
4619
+ id: zod.ZodString;
4620
+ }, "strip", zod.ZodTypeAny, {
4621
+ type: "Link";
4622
+ id: string;
4623
+ linkType: "Entry" | "Asset";
4624
+ }, {
4625
+ type: "Link";
4626
+ id: string;
4627
+ linkType: "Entry" | "Asset";
4628
+ }>;
4629
+ }, "strip", zod.ZodTypeAny, {
4630
+ sys: {
4631
+ type: "Link";
4632
+ id: string;
4633
+ linkType: "Entry" | "Asset";
4634
+ };
4635
+ }, {
4636
+ sys: {
4637
+ type: "Link";
4638
+ id: string;
4639
+ linkType: "Entry" | "Asset";
4640
+ };
4641
+ }>, zod.ZodObject<{
4642
+ sys: zod.ZodObject<{
4643
+ type: zod.ZodLiteral<"ResourceLink">;
4644
+ linkType: zod.ZodString;
4645
+ urn: zod.ZodString;
4646
+ }, "strip", zod.ZodTypeAny, {
4647
+ type: "ResourceLink";
4648
+ linkType: string;
4649
+ urn: string;
4650
+ }, {
4651
+ type: "ResourceLink";
4652
+ linkType: string;
4653
+ urn: string;
4654
+ }>;
4655
+ }, "strip", zod.ZodTypeAny, {
4656
+ sys: {
4657
+ type: "ResourceLink";
4658
+ linkType: string;
4659
+ urn: string;
4660
+ };
4661
+ }, {
4662
+ sys: {
4663
+ type: "ResourceLink";
4664
+ linkType: string;
4665
+ urn: string;
4666
+ };
4667
+ }>, zod.ZodObject<{
4668
+ lat: zod.ZodNumber;
4669
+ lon: zod.ZodNumber;
4670
+ }, "strip", zod.ZodTypeAny, {
4671
+ lat: number;
4672
+ lon: number;
4673
+ }, {
4674
+ lat: number;
4675
+ lon: number;
4676
+ }>, zod.ZodArray<zod.ZodString, "many">, zod.ZodArray<zod.ZodObject<{
4677
+ sys: zod.ZodObject<{
4678
+ type: zod.ZodLiteral<"Link">;
4679
+ linkType: zod.ZodEnum<["Entry", "Asset"]>;
4680
+ id: zod.ZodString;
4681
+ }, "strip", zod.ZodTypeAny, {
4682
+ type: "Link";
4683
+ id: string;
4684
+ linkType: "Entry" | "Asset";
4685
+ }, {
4686
+ type: "Link";
4687
+ id: string;
4688
+ linkType: "Entry" | "Asset";
4689
+ }>;
4690
+ }, "strip", zod.ZodTypeAny, {
4691
+ sys: {
4692
+ type: "Link";
4693
+ id: string;
4694
+ linkType: "Entry" | "Asset";
4695
+ };
4696
+ }, {
4697
+ sys: {
4698
+ type: "Link";
4699
+ id: string;
4700
+ linkType: "Entry" | "Asset";
4701
+ };
4702
+ }>, "many">, zod.ZodArray<zod.ZodObject<{
4703
+ sys: zod.ZodObject<{
4704
+ type: zod.ZodLiteral<"ResourceLink">;
4705
+ linkType: zod.ZodString;
4706
+ urn: zod.ZodString;
4707
+ }, "strip", zod.ZodTypeAny, {
4708
+ type: "ResourceLink";
4709
+ linkType: string;
4710
+ urn: string;
4711
+ }, {
4712
+ type: "ResourceLink";
4713
+ linkType: string;
4714
+ urn: string;
4715
+ }>;
4716
+ }, "strip", zod.ZodTypeAny, {
4717
+ sys: {
4718
+ type: "ResourceLink";
4719
+ linkType: string;
4720
+ urn: string;
4721
+ };
4722
+ }, {
4723
+ sys: {
4724
+ type: "ResourceLink";
4725
+ linkType: string;
4726
+ urn: string;
4727
+ };
4728
+ }>, "many">, zod.ZodRecord<zod.ZodString, zod.ZodAny>]>>>;
4448
4729
  metadata: zod.ZodOptional<zod.ZodObject<{
4449
4730
  tags: zod.ZodArray<zod.ZodObject<{
4450
4731
  sys: zod.ZodObject<{
@@ -4541,7 +4822,38 @@ declare class ContentfulMcpTools {
4541
4822
  tool: (params: {
4542
4823
  spaceId: string;
4543
4824
  environmentId: string;
4544
- fields: Record<string, any>;
4825
+ fields: Record<string, Record<string, string | number | boolean | string[] | Record<string, any> | {
4826
+ content: unknown[];
4827
+ data: Record<string, any>;
4828
+ nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
4829
+ } | {
4830
+ sys: {
4831
+ type: "Link";
4832
+ id: string;
4833
+ linkType: "Entry" | "Asset";
4834
+ };
4835
+ } | {
4836
+ sys: {
4837
+ type: "ResourceLink";
4838
+ linkType: string;
4839
+ urn: string;
4840
+ };
4841
+ } | {
4842
+ lat: number;
4843
+ lon: number;
4844
+ } | {
4845
+ sys: {
4846
+ type: "Link";
4847
+ id: string;
4848
+ linkType: "Entry" | "Asset";
4849
+ };
4850
+ }[] | {
4851
+ sys: {
4852
+ type: "ResourceLink";
4853
+ linkType: string;
4854
+ urn: string;
4855
+ };
4856
+ }[]>>;
4545
4857
  entryId: string;
4546
4858
  metadata?: {
4547
4859
  tags: {
@@ -4688,9 +5000,9 @@ declare class ContentfulMcpTools {
4688
5000
  openWorldHint: boolean;
4689
5001
  };
4690
5002
  tool: (params: {
5003
+ name: string;
4691
5004
  spaceId: string;
4692
5005
  environmentId: string;
4693
- name: string;
4694
5006
  sourceEnvironmentId?: string | undefined;
4695
5007
  }, extra?: _modelcontextprotocol_sdk_shared_protocol_js.RequestHandlerExtra<_modelcontextprotocol_sdk_types_js.ServerRequest, _modelcontextprotocol_sdk_types_js.ServerNotification>) => Promise<ToolResponse>;
4696
5008
  };
@@ -4784,15 +5096,15 @@ declare class ContentfulMcpTools {
4784
5096
  openWorldHint: boolean;
4785
5097
  };
4786
5098
  tool: (params: {
4787
- code: string;
5099
+ default: boolean;
5100
+ optional: boolean;
5101
+ name: string;
4788
5102
  spaceId: string;
4789
5103
  environmentId: string;
4790
- name: string;
5104
+ code: string;
4791
5105
  fallbackCode: string | null;
4792
5106
  contentDeliveryApi: boolean;
4793
5107
  contentManagementApi: boolean;
4794
- default: boolean;
4795
- optional: boolean;
4796
5108
  }, extra?: _modelcontextprotocol_sdk_shared_protocol_js.RequestHandlerExtra<_modelcontextprotocol_sdk_types_js.ServerRequest, _modelcontextprotocol_sdk_types_js.ServerNotification>) => Promise<ToolResponse>;
4797
5109
  };
4798
5110
  listLocales: {
@@ -4838,19 +5150,19 @@ declare class ContentfulMcpTools {
4838
5150
  contentManagementApi: zod.ZodOptional<zod.ZodBoolean>;
4839
5151
  optional: zod.ZodOptional<zod.ZodBoolean>;
4840
5152
  }, "strip", zod.ZodTypeAny, {
4841
- code?: string | undefined;
5153
+ optional?: boolean | undefined;
4842
5154
  name?: string | undefined;
5155
+ code?: string | undefined;
4843
5156
  fallbackCode?: string | undefined;
4844
5157
  contentDeliveryApi?: boolean | undefined;
4845
5158
  contentManagementApi?: boolean | undefined;
4846
- optional?: boolean | undefined;
4847
5159
  }, {
4848
- code?: string | undefined;
5160
+ optional?: boolean | undefined;
4849
5161
  name?: string | undefined;
5162
+ code?: string | undefined;
4850
5163
  fallbackCode?: string | undefined;
4851
5164
  contentDeliveryApi?: boolean | undefined;
4852
5165
  contentManagementApi?: boolean | undefined;
4853
- optional?: boolean | undefined;
4854
5166
  }>;
4855
5167
  };
4856
5168
  annotations: {
@@ -4863,12 +5175,12 @@ declare class ContentfulMcpTools {
4863
5175
  spaceId: string;
4864
5176
  environmentId: string;
4865
5177
  fields: {
4866
- code?: string | undefined;
5178
+ optional?: boolean | undefined;
4867
5179
  name?: string | undefined;
5180
+ code?: string | undefined;
4868
5181
  fallbackCode?: string | undefined;
4869
5182
  contentDeliveryApi?: boolean | undefined;
4870
5183
  contentManagementApi?: boolean | undefined;
4871
- optional?: boolean | undefined;
4872
5184
  };
4873
5185
  localeId: string;
4874
5186
  }, extra?: _modelcontextprotocol_sdk_shared_protocol_js.RequestHandlerExtra<_modelcontextprotocol_sdk_types_js.ServerRequest, _modelcontextprotocol_sdk_types_js.ServerNotification>) => Promise<ToolResponse>;
@@ -5020,10 +5332,10 @@ declare class ContentfulMcpTools {
5020
5332
  openWorldHint: boolean;
5021
5333
  };
5022
5334
  tool: (params: {
5335
+ name: string;
5023
5336
  spaceId: string;
5024
5337
  environmentId: string;
5025
5338
  id: string;
5026
- name: string;
5027
5339
  visibility: "private" | "public";
5028
5340
  }, extra?: _modelcontextprotocol_sdk_shared_protocol_js.RequestHandlerExtra<_modelcontextprotocol_sdk_types_js.ServerRequest, _modelcontextprotocol_sdk_types_js.ServerNotification>) => Promise<ToolResponse>;
5029
5341
  };
@@ -5268,8 +5580,8 @@ declare class ContentfulMcpTools {
5268
5580
  openWorldHint: boolean;
5269
5581
  };
5270
5582
  tool: (params: {
5271
- organizationId: string;
5272
5583
  version: number;
5584
+ organizationId: string;
5273
5585
  conceptId: string;
5274
5586
  uri?: string | null | undefined;
5275
5587
  prefLabel?: Record<string, string> | undefined;
@@ -5313,8 +5625,8 @@ declare class ContentfulMcpTools {
5313
5625
  openWorldHint: boolean;
5314
5626
  };
5315
5627
  tool: (params: {
5316
- organizationId: string;
5317
5628
  version: number;
5629
+ organizationId: string;
5318
5630
  conceptId: string;
5319
5631
  }, extra?: _modelcontextprotocol_sdk_shared_protocol_js.RequestHandlerExtra<_modelcontextprotocol_sdk_types_js.ServerRequest, _modelcontextprotocol_sdk_types_js.ServerNotification>) => Promise<ToolResponse>;
5320
5632
  };
@@ -5477,8 +5789,8 @@ declare class ContentfulMcpTools {
5477
5789
  openWorldHint: boolean;
5478
5790
  };
5479
5791
  tool: (params: {
5480
- organizationId: string;
5481
5792
  version: number;
5793
+ organizationId: string;
5482
5794
  conceptSchemeId: string;
5483
5795
  uri?: string | null | undefined;
5484
5796
  prefLabel?: Record<string, string> | undefined;
@@ -5513,8 +5825,8 @@ declare class ContentfulMcpTools {
5513
5825
  openWorldHint: boolean;
5514
5826
  };
5515
5827
  tool: (params: {
5516
- organizationId: string;
5517
5828
  version: number;
5829
+ organizationId: string;
5518
5830
  conceptSchemeId: string;
5519
5831
  }, extra?: _modelcontextprotocol_sdk_shared_protocol_js.RequestHandlerExtra<_modelcontextprotocol_sdk_types_js.ServerRequest, _modelcontextprotocol_sdk_types_js.ServerNotification>) => Promise<ToolResponse>;
5520
5832
  };
@@ -5603,6 +5915,7 @@ declare class ContentfulMcpTools {
5603
5915
  useVerboseRenderer: zod.ZodOptional<zod.ZodBoolean>;
5604
5916
  config: zod.ZodOptional<zod.ZodString>;
5605
5917
  }, "strip", zod.ZodTypeAny, {
5918
+ config?: string | undefined;
5606
5919
  spaceId?: string | undefined;
5607
5920
  environmentId?: string | undefined;
5608
5921
  host?: string | undefined;
@@ -5644,8 +5957,8 @@ declare class ContentfulMcpTools {
5644
5957
  rawProxy?: boolean | undefined;
5645
5958
  errorLogFile?: string | undefined;
5646
5959
  useVerboseRenderer?: boolean | undefined;
5647
- config?: string | undefined;
5648
5960
  }, {
5961
+ config?: string | undefined;
5649
5962
  spaceId?: string | undefined;
5650
5963
  environmentId?: string | undefined;
5651
5964
  host?: string | undefined;
@@ -5687,7 +6000,6 @@ declare class ContentfulMcpTools {
5687
6000
  rawProxy?: boolean | undefined;
5688
6001
  errorLogFile?: string | undefined;
5689
6002
  useVerboseRenderer?: boolean | undefined;
5690
- config?: string | undefined;
5691
6003
  }>>;
5692
6004
  import: zod.ZodOptional<zod.ZodObject<{
5693
6005
  spaceId: zod.ZodOptional<zod.ZodString>;
@@ -5713,6 +6025,7 @@ declare class ContentfulMcpTools {
5713
6025
  useVerboseRenderer: zod.ZodOptional<zod.ZodBoolean>;
5714
6026
  config: zod.ZodOptional<zod.ZodString>;
5715
6027
  }, "strip", zod.ZodTypeAny, {
6028
+ config?: string | undefined;
5716
6029
  content?: Record<string, any> | undefined;
5717
6030
  spaceId?: string | undefined;
5718
6031
  environmentId?: string | undefined;
@@ -5726,7 +6039,6 @@ declare class ContentfulMcpTools {
5726
6039
  rawProxy?: boolean | undefined;
5727
6040
  errorLogFile?: string | undefined;
5728
6041
  useVerboseRenderer?: boolean | undefined;
5729
- config?: string | undefined;
5730
6042
  contentModelOnly?: boolean | undefined;
5731
6043
  skipLocales?: boolean | undefined;
5732
6044
  skipContentUpdates?: boolean | undefined;
@@ -5736,6 +6048,7 @@ declare class ContentfulMcpTools {
5736
6048
  assetsDirectory?: string | undefined;
5737
6049
  rateLimit?: number | undefined;
5738
6050
  }, {
6051
+ config?: string | undefined;
5739
6052
  content?: Record<string, any> | undefined;
5740
6053
  spaceId?: string | undefined;
5741
6054
  environmentId?: string | undefined;
@@ -5749,7 +6062,6 @@ declare class ContentfulMcpTools {
5749
6062
  rawProxy?: boolean | undefined;
5750
6063
  errorLogFile?: string | undefined;
5751
6064
  useVerboseRenderer?: boolean | undefined;
5752
- config?: string | undefined;
5753
6065
  contentModelOnly?: boolean | undefined;
5754
6066
  skipLocales?: boolean | undefined;
5755
6067
  skipContentUpdates?: boolean | undefined;
@@ -5769,6 +6081,7 @@ declare class ContentfulMcpTools {
5769
6081
  environmentId: string;
5770
6082
  confirmation?: boolean | undefined;
5771
6083
  export?: {
6084
+ config?: string | undefined;
5772
6085
  spaceId?: string | undefined;
5773
6086
  environmentId?: string | undefined;
5774
6087
  host?: string | undefined;
@@ -5810,9 +6123,9 @@ declare class ContentfulMcpTools {
5810
6123
  rawProxy?: boolean | undefined;
5811
6124
  errorLogFile?: string | undefined;
5812
6125
  useVerboseRenderer?: boolean | undefined;
5813
- config?: string | undefined;
5814
6126
  } | undefined;
5815
6127
  import?: {
6128
+ config?: string | undefined;
5816
6129
  content?: Record<string, any> | undefined;
5817
6130
  spaceId?: string | undefined;
5818
6131
  environmentId?: string | undefined;
@@ -5826,7 +6139,6 @@ declare class ContentfulMcpTools {
5826
6139
  rawProxy?: boolean | undefined;
5827
6140
  errorLogFile?: string | undefined;
5828
6141
  useVerboseRenderer?: boolean | undefined;
5829
- config?: string | undefined;
5830
6142
  contentModelOnly?: boolean | undefined;
5831
6143
  skipLocales?: boolean | undefined;
5832
6144
  skipContentUpdates?: boolean | undefined;
@@ -5934,6 +6246,7 @@ declare class ContentfulMcpTools {
5934
6246
  contentOnly: boolean;
5935
6247
  downloadAssets: boolean;
5936
6248
  maxAllowedLimit: number;
6249
+ config?: string | undefined;
5937
6250
  host?: string | undefined;
5938
6251
  proxy?: string | undefined;
5939
6252
  headers?: Record<string, string> | undefined;
@@ -5960,7 +6273,6 @@ declare class ContentfulMcpTools {
5960
6273
  rawProxy?: boolean | undefined;
5961
6274
  errorLogFile?: string | undefined;
5962
6275
  useVerboseRenderer?: boolean | undefined;
5963
- config?: string | undefined;
5964
6276
  }, extra?: _modelcontextprotocol_sdk_shared_protocol_js.RequestHandlerExtra<_modelcontextprotocol_sdk_types_js.ServerRequest, _modelcontextprotocol_sdk_types_js.ServerNotification>) => Promise<ToolResponse>;
5965
6277
  };
5966
6278
  importSpace: {
@@ -6010,6 +6322,7 @@ declare class ContentfulMcpTools {
6010
6322
  uploadAssets: boolean;
6011
6323
  skipAssetUpdates: boolean;
6012
6324
  rateLimit: number;
6325
+ config?: string | undefined;
6013
6326
  content?: Record<string, any> | undefined;
6014
6327
  host?: string | undefined;
6015
6328
  proxy?: string | undefined;
@@ -6018,7 +6331,6 @@ declare class ContentfulMcpTools {
6018
6331
  rawProxy?: boolean | undefined;
6019
6332
  errorLogFile?: string | undefined;
6020
6333
  useVerboseRenderer?: boolean | undefined;
6021
- config?: string | undefined;
6022
6334
  assetsDirectory?: string | undefined;
6023
6335
  }, extra?: _modelcontextprotocol_sdk_shared_protocol_js.RequestHandlerExtra<_modelcontextprotocol_sdk_types_js.ServerRequest, _modelcontextprotocol_sdk_types_js.ServerNotification>) => Promise<ToolResponse>;
6024
6336
  };