@umbraco-cms/mcp-dev 17.6.4 → 17.6.6

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/README.md CHANGED
@@ -50,7 +50,7 @@ For complete installation instructions, configuration options, tool listings, an
50
50
  The Cloudflare Worker entry point (`src/worker.ts`) supports two deployment modes, selected at request time by the `@umbraco-cms/mcp-hosted` library:
51
51
 
52
52
  - **Single-tenant** (default) — the worker authenticates against the `UMBRACO_BASE_URL` configured in `wrangler.toml`. This is the existing behavior and requires no extra configuration.
53
- - **Multi-tenant Umbraco Cloud** — set `UMBRACO_CLOUD_ROUTING_ENABLED = "true"` under `[vars]` in `wrangler.toml`. Requests to `/at/{alias}/...` resolve the upstream Umbraco Cloud project for `{alias}` and issue access tokens scoped to that resource per the MCP resource-indicator spec. Each Umbraco Cloud project served by the worker must register an OpenIddict client with id `umbraco-cms-dev-mcp-hosted`.
53
+ - **Multi-tenant Umbraco Cloud** — set `UMBRACO_CLOUD_ROUTING_ENABLED = "true"` under `[vars]` in `wrangler.toml`. Requests to `/at/{alias}/...` resolve the upstream Umbraco Cloud project for `{alias}` and issue access tokens scoped to that resource per the MCP resource-indicator spec. Each Umbraco Cloud project served by the worker must register an OpenIddict client with id `umbraco-cms-developer-mcp-hosted`.
54
54
 
55
55
  `siteRouting` is wired unconditionally; the per-request toggle is the env var.
56
56
 
package/dist/index.cjs CHANGED
@@ -18254,7 +18254,7 @@ var StdioServerTransport = class {
18254
18254
  // package.json
18255
18255
  var package_default = {
18256
18256
  name: "@umbraco-cms/mcp-dev",
18257
- version: "17.6.4",
18257
+ version: "17.6.6",
18258
18258
  type: "module",
18259
18259
  description: "A model context protocol (MCP) server for Umbraco CMS",
18260
18260
  main: "dist/index.js",
@@ -18325,8 +18325,8 @@ var package_default = {
18325
18325
  "@modelcontextprotocol/sdk": "^1.28.0",
18326
18326
  "@types/uuid": "^10.0.0",
18327
18327
  "@types/yargs": "^17.0.33",
18328
- "@umbraco-cms/mcp-hosted": "^1.0.0-beta.38",
18329
- "@umbraco-cms/mcp-server-sdk": "^1.0.0-beta.38",
18328
+ "@umbraco-cms/mcp-hosted": "^1.0.0-beta.39",
18329
+ "@umbraco-cms/mcp-server-sdk": "^1.0.0-beta.39",
18330
18330
  dotenv: "^16.5.0",
18331
18331
  "form-data": "^4.0.4",
18332
18332
  "mime-types": "^3.0.1",