@umbraco-cms/mcp-dev 17.5.2 → 17.6.0-rc

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.
@@ -1162,6 +1162,7 @@ export interface DeleteDocumentRecycleBinItemInput {
1162
1162
 
1163
1163
  export interface GetDocumentUrlsInput {
1164
1164
  id?: string[];
1165
+ culture?: string;
1165
1166
  }
1166
1167
 
1167
1168
  export interface GetDocumentUrlsOutput {
@@ -3512,6 +3513,7 @@ export interface GetManifestManifestOutput {
3512
3513
  name: string;
3513
3514
  id?: string | null;
3514
3515
  version?: string | null;
3516
+ cacheBuster?: string | null;
3515
3517
  extensions: unknown[];
3516
3518
  }[];
3517
3519
  }
@@ -3523,6 +3525,7 @@ export interface GetManifestManifestPrivateOutput {
3523
3525
  name: string;
3524
3526
  id?: string | null;
3525
3527
  version?: string | null;
3528
+ cacheBuster?: string | null;
3526
3529
  extensions: unknown[];
3527
3530
  }[];
3528
3531
  }
@@ -3534,6 +3537,7 @@ export interface GetManifestManifestPublicOutput {
3534
3537
  name: string;
3535
3538
  id?: string | null;
3536
3539
  version?: string | null;
3540
+ cacheBuster?: string | null;
3537
3541
  extensions: unknown[];
3538
3542
  }[];
3539
3543
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-cms/mcp-dev",
3
- "version": "17.5.2",
3
+ "version": "17.6.0-rc",
4
4
  "type": "module",
5
5
  "description": "A model context protocol (MCP) server for Umbraco CMS",
6
6
  "main": "dist/index.js",
@@ -71,8 +71,8 @@
71
71
  "@modelcontextprotocol/sdk": "^1.28.0",
72
72
  "@types/uuid": "^10.0.0",
73
73
  "@types/yargs": "^17.0.33",
74
- "@umbraco-cms/mcp-hosted": "^17.0.0-beta.28",
75
- "@umbraco-cms/mcp-server-sdk": "^17.0.0-beta.28",
74
+ "@umbraco-cms/mcp-hosted": "^1.0.0-beta.35",
75
+ "@umbraco-cms/mcp-server-sdk": "^1.0.0-beta.35",
76
76
  "dotenv": "^16.5.0",
77
77
  "form-data": "^4.0.4",
78
78
  "mime-types": "^3.0.1",
@@ -85,6 +85,7 @@
85
85
  "@anthropic-ai/claude-agent-sdk": "0.2.39",
86
86
  "@cloudflare/workers-oauth-provider": "^0.2.3",
87
87
  "@jest/types": "^29.6.3",
88
+ "@modelcontextprotocol/inspector": "^1.0.1",
88
89
  "@playwright/test": "^1.58.2",
89
90
  "@types/dotenv": "^6.1.1",
90
91
  "@types/jest": "^29.5.14",
@@ -96,7 +97,7 @@
96
97
  "glob": "^11.0.2",
97
98
  "jest": "^29.7.0",
98
99
  "jest-extended": "^4.0.2",
99
- "orval": "^7.8.0",
100
+ "orval": "^8.17.0",
100
101
  "rimraf": "^6.0.1",
101
102
  "ts-jest": "^29.3.2",
102
103
  "ts-node": "^10.9.2",