@umbraco-cms/mcp-dev 17.3.1 → 17.3.3
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-ZMREPEAA.cjs → chunk-6IL4IQKW.cjs} +1254 -181
- package/dist/chunk-6IL4IQKW.cjs.map +1 -0
- package/dist/{chunk-AGZ4PKPN.js → chunk-EONL3SEB.js} +3471 -2398
- package/dist/chunk-EONL3SEB.js.map +1 -0
- package/dist/collections.cjs +2 -2
- package/dist/collections.js +1 -1
- package/dist/index.cjs +95 -90
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11 -6
- package/dist/index.js.map +1 -1
- package/dist/tool-types.d.ts +8420 -0
- package/package.json +9 -4
- package/dist/chunk-AGZ4PKPN.js.map +0 -1
- package/dist/chunk-ZMREPEAA.cjs.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-EONL3SEB.js";
|
|
11
11
|
|
|
12
12
|
// node_modules/ajv/dist/compile/codegen/code.js
|
|
13
13
|
var require_code = __commonJS({
|
|
@@ -3924,7 +3924,7 @@ var require_core = __commonJS({
|
|
|
3924
3924
|
constructor(opts = {}) {
|
|
3925
3925
|
this.schemas = {};
|
|
3926
3926
|
this.refs = {};
|
|
3927
|
-
this.formats =
|
|
3927
|
+
this.formats = /* @__PURE__ */ Object.create(null);
|
|
3928
3928
|
this._compilations = /* @__PURE__ */ new Set();
|
|
3929
3929
|
this._loading = {};
|
|
3930
3930
|
this._cache = /* @__PURE__ */ new Map();
|
|
@@ -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.3.
|
|
12425
|
+
version: "17.3.3",
|
|
12426
12426
|
type: "module",
|
|
12427
12427
|
description: "A model context protocol (MCP) server for Umbraco CMS",
|
|
12428
12428
|
main: "dist/index.js",
|
|
@@ -12431,6 +12431,9 @@ var package_default = {
|
|
|
12431
12431
|
"./collections": {
|
|
12432
12432
|
types: "./collections.d.ts",
|
|
12433
12433
|
import: "./dist/collections.js"
|
|
12434
|
+
},
|
|
12435
|
+
"./tool-types": {
|
|
12436
|
+
types: "./dist/tool-types.d.ts"
|
|
12434
12437
|
}
|
|
12435
12438
|
},
|
|
12436
12439
|
mcpName: "io.github.umbraco/Umbraco-CMS-MCP-Dev",
|
|
@@ -12440,6 +12443,7 @@ var package_default = {
|
|
|
12440
12443
|
scripts: {
|
|
12441
12444
|
clean: "rimraf dist",
|
|
12442
12445
|
build: "tsup --config tsup.config.ts",
|
|
12446
|
+
postbuild: "umbraco-mcp-generate-types --collections ./dist/collections.js --out ./dist/tool-types.d.ts --registry-name CmsTools",
|
|
12443
12447
|
compile: "tsc --noEmit",
|
|
12444
12448
|
watch: "tsup --config tsup.config.ts --watch",
|
|
12445
12449
|
generate: "orval --config orval.config.ts",
|
|
@@ -12452,7 +12456,8 @@ var package_default = {
|
|
|
12452
12456
|
"test:e2e-sdk:verbose": "E2E_VERBOSITY=verbose node --experimental-vm-modules node_modules/jest/bin/jest.js tests/e2e-sdk --runInBand --testTimeout=120000 --forceExit",
|
|
12453
12457
|
"test:e2e-sdk:debug": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config tests/e2e-sdk/jest.config.ts --runInBand --detectOpenHandles",
|
|
12454
12458
|
"test:e2e": "npx playwright test --config tests/cms-hosted-e2e/playwright.config.ts",
|
|
12455
|
-
"umbraco:
|
|
12459
|
+
"umbraco:bootstrap": "bash scripts/bootstrap-demo-site.sh",
|
|
12460
|
+
"umbraco:start": "bash scripts/bootstrap-demo-site.sh && dotnet run --project demo-site",
|
|
12456
12461
|
"umbraco:stop": "lsof -ti :44391 | xargs kill 2>/dev/null; lsof -ti :56472 | xargs kill 2>/dev/null",
|
|
12457
12462
|
"dev:hosted": "wrangler dev"
|
|
12458
12463
|
},
|
|
@@ -12485,8 +12490,8 @@ var package_default = {
|
|
|
12485
12490
|
"@modelcontextprotocol/sdk": "^1.28.0",
|
|
12486
12491
|
"@types/uuid": "^10.0.0",
|
|
12487
12492
|
"@types/yargs": "^17.0.33",
|
|
12488
|
-
"@umbraco-cms/mcp-hosted": "^17.0.0-beta.
|
|
12489
|
-
"@umbraco-cms/mcp-server-sdk": "^17.0.0-beta.
|
|
12493
|
+
"@umbraco-cms/mcp-hosted": "^17.0.0-beta.16",
|
|
12494
|
+
"@umbraco-cms/mcp-server-sdk": "^17.0.0-beta.16",
|
|
12490
12495
|
axios: "^1.8.4",
|
|
12491
12496
|
dotenv: "^16.5.0",
|
|
12492
12497
|
"form-data": "^4.0.4",
|