@umbraco-cms/mcp-dev 18.1.1 → 18.1.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-MMATLZNV.js → chunk-66TKBJQ7.js} +51 -11
- package/dist/{chunk-MMATLZNV.js.map → chunk-66TKBJQ7.js.map} +1 -1
- package/dist/{chunk-6QIKDT2P.cjs → chunk-BVWOXDOS.cjs} +51 -11
- package/dist/chunk-BVWOXDOS.cjs.map +1 -0
- package/dist/collections.cjs +2 -2
- package/dist/collections.js +1 -1
- package/dist/index.cjs +90 -90
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/tool-types.d.ts +6 -0
- package/package.json +3 -3
- package/dist/chunk-6QIKDT2P.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-66TKBJQ7.js";
|
|
13
13
|
|
|
14
14
|
// node_modules/ajv/dist/compile/codegen/code.js
|
|
15
15
|
var require_code = __commonJS({
|
|
@@ -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.3",
|
|
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.38",
|
|
12613
|
+
"@umbraco-cms/mcp-server-sdk": "^1.0.0-beta.38",
|
|
12614
12614
|
dotenv: "^16.5.0",
|
|
12615
12615
|
"form-data": "^4.0.4",
|
|
12616
12616
|
"mime-types": "^3.0.1",
|
|
@@ -12832,7 +12832,7 @@ var main = async () => {
|
|
|
12832
12832
|
allSliceNames
|
|
12833
12833
|
});
|
|
12834
12834
|
const filterConfig = configLoader2.loadFromConfig(config);
|
|
12835
|
-
handleCliCommands(availableCollections, {
|
|
12835
|
+
await handleCliCommands(availableCollections, {
|
|
12836
12836
|
cliFlags: rawConfig.cliFlags,
|
|
12837
12837
|
serverName: "Umbraco CMS Developer MCP Server",
|
|
12838
12838
|
serverVersion: package_default.version,
|