@umbraco-cms/mcp-dev 18.1.1 → 18.1.3

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.
@@ -2939,6 +2939,9 @@ export interface CreateDocumentTypeInput {
2939
2939
  dataTypeId: string;
2940
2940
  tab?: string;
2941
2941
  group?: string;
2942
+ description?: string;
2943
+ mandatory?: boolean;
2944
+ sortOrder?: number;
2942
2945
  }[];
2943
2946
  }
2944
2947
 
@@ -2963,6 +2966,9 @@ export interface CreateElementTypeInput {
2963
2966
  dataTypeId: string;
2964
2967
  tab?: string;
2965
2968
  group?: string;
2969
+ description?: string;
2970
+ mandatory?: boolean;
2971
+ sortOrder?: number;
2966
2972
  }[];
2967
2973
  /**
2968
2974
  * Allow standalone library elements to be created from this element type (Umbraco Element Library). Must be true before create-element will succeed for this type; otherwise create-element returns 'Operation not permitted' (NotAllowed).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-cms/mcp-dev",
3
- "version": "18.1.1",
3
+ "version": "18.1.3",
4
4
  "type": "module",
5
5
  "description": "A model context protocol (MCP) server for Umbraco CMS",
6
6
  "main": "dist/index.js",
@@ -72,8 +72,8 @@
72
72
  "@modelcontextprotocol/sdk": "^1.28.0",
73
73
  "@types/uuid": "^10.0.0",
74
74
  "@types/yargs": "^17.0.33",
75
- "@umbraco-cms/mcp-hosted": "^1.0.0-beta.36",
76
- "@umbraco-cms/mcp-server-sdk": "^1.0.0-beta.36",
75
+ "@umbraco-cms/mcp-hosted": "^1.0.0-beta.38",
76
+ "@umbraco-cms/mcp-server-sdk": "^1.0.0-beta.38",
77
77
  "dotenv": "^16.5.0",
78
78
  "form-data": "^4.0.4",
79
79
  "mime-types": "^3.0.1",