@umbraco-cms/mcp-dev 17.2.0 → 17.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18634,7 +18634,7 @@ var createMediaSchema = _zod.z.object({
18634
18634
  name: _zod.z.string().describe("The name of the media item"),
18635
18635
  mediaTypeName: _zod.z.string().describe(`Media type: '${_mcpserversdk.MEDIA_TYPE_IMAGE}', '${_mcpserversdk.MEDIA_TYPE_ARTICLE}', '${_mcpserversdk.MEDIA_TYPE_AUDIO}', '${_mcpserversdk.MEDIA_TYPE_VIDEO}', '${_mcpserversdk.MEDIA_TYPE_VECTOR_GRAPHICS}', '${_mcpserversdk.MEDIA_TYPE_FILE}', or custom media type name`),
18636
18636
  filePath: _zod.z.string().optional().describe("Absolute path to the file (required if sourceType is 'filePath')"),
18637
- fileUrl: _zod.z.string().url().optional().describe("URL to fetch the file from (required if sourceType is 'url')"),
18637
+ fileUrl: _zod.z.string().url().optional().describe("[raw] URL to fetch the file from (required if sourceType is 'url')"),
18638
18638
  fileAsBase64: _zod.z.string().optional().describe("Base64 encoded file data (required if sourceType is 'base64')"),
18639
18639
  parentId: _zod.z.string().uuid().optional().describe("Parent folder ID (defaults to root)")
18640
18640
  });
@@ -21257,7 +21257,7 @@ var ModelsBuilderCollection = {
21257
21257
  var createPartialViewSchema = _zod.z.object({
21258
21258
  name: _zod.z.string().min(1, "Name is required"),
21259
21259
  path: _zod.z.string().optional(),
21260
- content: _zod.z.string().min(1, "Content is required")
21260
+ content: _zod.z.string().min(1, "Content is required").describe("[raw]")
21261
21261
  });
21262
21262
  var createPartialViewOutputSchema = _zod.z.object({
21263
21263
  message: _zod.z.string(),
@@ -22127,7 +22127,7 @@ var get_script_tree_siblings_default = _mcpserversdk.withStandardDecorators.call
22127
22127
  var createScriptSchema = _zod.z.object({
22128
22128
  name: _zod.z.string().min(1, "Name is required"),
22129
22129
  path: _zod.z.string().optional(),
22130
- content: _zod.z.string().min(1, "Content is required")
22130
+ content: _zod.z.string().min(1, "Content is required").describe("[raw]")
22131
22131
  });
22132
22132
  var createScriptOutputSchema = _zod.z.object({
22133
22133
  message: _zod.z.string(),
@@ -22771,7 +22771,7 @@ var StaticFileCollection = {
22771
22771
  var createStylesheetSchema = _zod.z.object({
22772
22772
  name: _zod.z.string().min(1, "Name is required"),
22773
22773
  path: _zod.z.string().optional(),
22774
- content: _zod.z.string().min(1, "Content is required")
22774
+ content: _zod.z.string().min(1, "Content is required").describe("[raw]")
22775
22775
  });
22776
22776
  var createStylesheetOutputSchema = _zod.z.object({
22777
22777
  message: _zod.z.string(),
@@ -22918,7 +22918,8 @@ var get_stylesheet_folder_by_path_default = _mcpserversdk.withStandardDecorators
22918
22918
 
22919
22919
  var updateStylesheetSchema = _zod.z.object({
22920
22920
  ...putStylesheetByPathParams.shape,
22921
- ...putStylesheetByPathBody.shape
22921
+ ...putStylesheetByPathBody.shape,
22922
+ content: putStylesheetByPathBody.shape.content.describe("[raw]")
22922
22923
  });
22923
22924
  var UpdateStylesheetTool = {
22924
22925
  name: "update-stylesheet",
@@ -24870,4 +24871,4 @@ var allSliceNames = [...toolSliceNames, "other"];
24870
24871
 
24871
24872
 
24872
24873
  exports.__commonJS = __commonJS; exports.__toESM = __toESM; exports.UmbracoManagementClient = UmbracoManagementClient3; exports.availableCollections = availableCollections; exports.allModes = allModes; exports.allModeNames = allModeNames; exports.allSliceNames = allSliceNames;
24873
- //# sourceMappingURL=chunk-UHEUCBCR.cjs.map
24874
+ //# sourceMappingURL=chunk-JDDQAEQJ.cjs.map