@umbraco-cms/mcp-dev 18.1.3 → 18.1.5
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 +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
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-
|
|
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
|
@@ -12537,7 +12537,7 @@ var StdioServerTransport = class {
|
|
|
12537
12537
|
// package.json
|
|
12538
12538
|
var package_default = {
|
|
12539
12539
|
name: "@umbraco-cms/mcp-dev",
|
|
12540
|
-
version: "18.1.
|
|
12540
|
+
version: "18.1.5",
|
|
12541
12541
|
type: "module",
|
|
12542
12542
|
description: "A model context protocol (MCP) server for Umbraco CMS",
|
|
12543
12543
|
main: "dist/index.js",
|
|
@@ -12609,8 +12609,8 @@ var package_default = {
|
|
|
12609
12609
|
"@modelcontextprotocol/sdk": "^1.28.0",
|
|
12610
12610
|
"@types/uuid": "^10.0.0",
|
|
12611
12611
|
"@types/yargs": "^17.0.33",
|
|
12612
|
-
"@umbraco-cms/mcp-hosted": "^1.0.0-beta.
|
|
12613
|
-
"@umbraco-cms/mcp-server-sdk": "^1.0.0-beta.
|
|
12612
|
+
"@umbraco-cms/mcp-hosted": "^1.0.0-beta.39",
|
|
12613
|
+
"@umbraco-cms/mcp-server-sdk": "^1.0.0-beta.39",
|
|
12614
12614
|
dotenv: "^16.5.0",
|
|
12615
12615
|
"form-data": "^4.0.4",
|
|
12616
12616
|
"mime-types": "^3.0.1",
|