@umbraco-cms/mcp-dev 18.0.0 → 18.0.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.
@@ -2864,6 +2864,10 @@ export interface CreateElementTypeInput {
2864
2864
  tab?: string;
2865
2865
  group?: string;
2866
2866
  }[];
2867
+ /**
2868
+ * 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).
2869
+ */
2870
+ allowedInLibrary: boolean;
2867
2871
  }
2868
2872
 
2869
2873
  export interface CreateElementTypeOutput {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-cms/mcp-dev",
3
- "version": "18.0.0",
3
+ "version": "18.0.1",
4
4
  "type": "module",
5
5
  "description": "A model context protocol (MCP) server for Umbraco CMS",
6
6
  "main": "dist/index.js",
@@ -70,7 +70,6 @@
70
70
  "@types/yargs": "^17.0.33",
71
71
  "@umbraco-cms/mcp-hosted": "^1.0.0-beta.31",
72
72
  "@umbraco-cms/mcp-server-sdk": "^1.0.0-beta.31",
73
- "axios": "^1.8.4",
74
73
  "dotenv": "^16.5.0",
75
74
  "form-data": "^4.0.4",
76
75
  "mime-types": "^3.0.1",