@umbraco-cms/mcp-dev 16.0.0 → 16.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.
- package/README.md +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Download and install the [Claude Desktop app](https://claude.ai/download), then
|
|
|
24
24
|
"mcpServers": {
|
|
25
25
|
"umbraco-mcp": {
|
|
26
26
|
"command": "npx",
|
|
27
|
-
"args": ["@umbraco-cms/mcp-dev"],
|
|
27
|
+
"args": ["@umbraco-cms/mcp-dev@16"],
|
|
28
28
|
"env": {
|
|
29
29
|
"NODE_TLS_REJECT_UNAUTHORIZED": "0",
|
|
30
30
|
"UMBRACO_CLIENT_ID": "your-api-user-id",
|
package/dist/index.cjs
CHANGED
|
@@ -7391,10 +7391,11 @@ var UmbracoManagementClient2 = (_class2 = class {
|
|
|
7391
7391
|
// package.json
|
|
7392
7392
|
var package_default = {
|
|
7393
7393
|
name: "@umbraco-cms/mcp-dev",
|
|
7394
|
-
version: "16.0.
|
|
7394
|
+
version: "16.0.1",
|
|
7395
7395
|
type: "module",
|
|
7396
7396
|
description: "A model context protocol (MCP) server for Umbraco CMS",
|
|
7397
7397
|
main: "index.js",
|
|
7398
|
+
mcpName: "io.github.umbraco/Umbraco-CMS-MCP-Dev",
|
|
7398
7399
|
bin: {
|
|
7399
7400
|
umbraco: "dist/index.js"
|
|
7400
7401
|
},
|