@umbraco-cms/mcp-dev 17.2.2 → 17.3.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/{chunk-JRE6E45P.js → chunk-AGZ4PKPN.js} +412 -400
- package/dist/chunk-AGZ4PKPN.js.map +1 -0
- package/dist/{chunk-26S4BZ4G.cjs → chunk-ZMREPEAA.cjs} +120 -108
- package/dist/chunk-ZMREPEAA.cjs.map +1 -0
- package/dist/collections.cjs +2 -2
- package/dist/collections.js +1 -1
- package/dist/index.cjs +87 -87
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-26S4BZ4G.cjs.map +0 -1
- package/dist/chunk-JRE6E45P.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
allModes,
|
|
8
8
|
allSliceNames,
|
|
9
9
|
availableCollections
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-AGZ4PKPN.js";
|
|
11
11
|
|
|
12
12
|
// node_modules/ajv/dist/compile/codegen/code.js
|
|
13
13
|
var require_code = __commonJS({
|
|
@@ -12422,7 +12422,7 @@ var StdioServerTransport = class {
|
|
|
12422
12422
|
// package.json
|
|
12423
12423
|
var package_default = {
|
|
12424
12424
|
name: "@umbraco-cms/mcp-dev",
|
|
12425
|
-
version: "17.
|
|
12425
|
+
version: "17.3.1",
|
|
12426
12426
|
type: "module",
|
|
12427
12427
|
description: "A model context protocol (MCP) server for Umbraco CMS",
|
|
12428
12428
|
main: "dist/index.js",
|
|
@@ -12486,7 +12486,7 @@ var package_default = {
|
|
|
12486
12486
|
"@types/uuid": "^10.0.0",
|
|
12487
12487
|
"@types/yargs": "^17.0.33",
|
|
12488
12488
|
"@umbraco-cms/mcp-hosted": "^17.0.0-beta.8",
|
|
12489
|
-
"@umbraco-cms/mcp-server-sdk": "^17.0.0-beta.
|
|
12489
|
+
"@umbraco-cms/mcp-server-sdk": "^17.0.0-beta.12",
|
|
12490
12490
|
axios: "^1.8.4",
|
|
12491
12491
|
dotenv: "^16.5.0",
|
|
12492
12492
|
"form-data": "^4.0.4",
|