@umbraco-cms/mcp-dev 18.0.0-rc.3 → 18.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/dist/{chunk-JBQAP2FD.js → chunk-KKNLEZQN.js} +694 -1385
- package/dist/chunk-KKNLEZQN.js.map +1 -0
- package/dist/{chunk-QELOM36C.cjs → chunk-MVY77GF3.cjs} +55 -746
- package/dist/chunk-MVY77GF3.cjs.map +1 -0
- package/dist/collections.cjs +2 -2
- package/dist/collections.js +1 -1
- package/dist/index.cjs +88 -89
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/tool-types.d.ts +37 -0
- package/package.json +1 -2
- package/dist/chunk-JBQAP2FD.js.map +0 -1
- package/dist/chunk-QELOM36C.cjs.map +0 -1
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
availableCollections,
|
|
10
10
|
setAllowFilePathUploads,
|
|
11
11
|
setUmbracoVersion
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-KKNLEZQN.js";
|
|
13
13
|
|
|
14
14
|
// node_modules/ajv/dist/compile/codegen/code.js
|
|
15
15
|
var require_code = __commonJS({
|
|
@@ -12511,7 +12511,7 @@ var StdioServerTransport = class {
|
|
|
12511
12511
|
// package.json
|
|
12512
12512
|
var package_default = {
|
|
12513
12513
|
name: "@umbraco-cms/mcp-dev",
|
|
12514
|
-
version: "18.0.
|
|
12514
|
+
version: "18.0.1",
|
|
12515
12515
|
type: "module",
|
|
12516
12516
|
description: "A model context protocol (MCP) server for Umbraco CMS",
|
|
12517
12517
|
main: "dist/index.js",
|
|
@@ -12581,7 +12581,6 @@ var package_default = {
|
|
|
12581
12581
|
"@types/yargs": "^17.0.33",
|
|
12582
12582
|
"@umbraco-cms/mcp-hosted": "^1.0.0-beta.31",
|
|
12583
12583
|
"@umbraco-cms/mcp-server-sdk": "^1.0.0-beta.31",
|
|
12584
|
-
axios: "^1.8.4",
|
|
12585
12584
|
dotenv: "^16.5.0",
|
|
12586
12585
|
"form-data": "^4.0.4",
|
|
12587
12586
|
"mime-types": "^3.0.1",
|