multisite-cms-mcp 1.2.4 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -61,12 +61,12 @@ const TOOLS = [
61
61
  },
62
62
  templateType: {
63
63
  type: 'string',
64
- enum: ['blog_index', 'blog_post', 'team', 'downloads', 'authors_index', 'author_detail', 'custom_index', 'custom_detail', 'static_page'],
64
+ enum: ['custom_index', 'custom_detail', 'static_page'],
65
65
  description: 'The type of template being validated',
66
66
  },
67
67
  collectionSlug: {
68
68
  type: 'string',
69
- description: 'For custom collections, the collection slug',
69
+ description: 'For collection templates, the collection slug',
70
70
  },
71
71
  projectId: {
72
72
  type: 'string',
@@ -270,12 +270,11 @@ const TOOLS = [
270
270
  },
271
271
  fieldsToAdd: {
272
272
  type: 'array',
273
- description: 'Fields to add to existing collections (builtin or custom)',
273
+ description: 'Fields to add to existing collections',
274
274
  items: {
275
275
  type: 'object',
276
276
  properties: {
277
- collectionSlug: { type: 'string', description: 'Collection slug (e.g., "blogs", "team", or custom collection slug)' },
278
- isBuiltin: { type: 'boolean', description: 'true for blogs/authors/team/downloads, false for custom collections' },
277
+ collectionSlug: { type: 'string', description: 'Collection slug to add fields to' },
279
278
  fields: {
280
279
  type: 'array',
281
280
  items: {
@@ -293,7 +292,7 @@ const TOOLS = [
293
292
  },
294
293
  },
295
294
  },
296
- required: ['collectionSlug', 'isBuiltin', 'fields'],
295
+ required: ['collectionSlug', 'fields'],
297
296
  },
298
297
  },
299
298
  },
@@ -1 +1 @@
1
- {"version":3,"file":"get-conversion-guide.d.ts","sourceRoot":"","sources":["../../src/tools/get-conversion-guide.ts"],"names":[],"mappings":"AAAA,KAAK,OAAO,GAAG,MAAM,GAAG,UAAU,GAAG,WAAW,GAAG,KAAK,GAAG,UAAU,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,WAAW,CAAC;AA24BlI;;GAEG;AACH,wBAAsB,kBAAkB,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC,CAsD1E"}
1
+ {"version":3,"file":"get-conversion-guide.d.ts","sourceRoot":"","sources":["../../src/tools/get-conversion-guide.ts"],"names":[],"mappings":"AAAA,KAAK,OAAO,GAAG,MAAM,GAAG,UAAU,GAAG,WAAW,GAAG,KAAK,GAAG,UAAU,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,WAAW,CAAC;AAyuBlI;;GAEG;AACH,wBAAsB,kBAAkB,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC,CAuD1E"}