@umbraco-cms/mcp-dev 18.0.1 → 18.0.2
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-KKNLEZQN.js → chunk-WQUG24BZ.js} +2061 -1701
- package/dist/chunk-WQUG24BZ.js.map +1 -0
- package/dist/{chunk-MVY77GF3.cjs → chunk-ZZQVLZLS.cjs} +873 -513
- package/dist/chunk-ZZQVLZLS.cjs.map +1 -0
- package/dist/collections.cjs +2 -2
- package/dist/collections.cjs.map +1 -1
- package/dist/collections.js +1 -1
- package/dist/collections.js.map +1 -1
- package/dist/index.cjs +103 -93
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +17 -7
- package/dist/index.js.map +1 -1
- package/dist/tool-types.d.ts +181 -0
- package/package.json +5 -1
- package/dist/chunk-KKNLEZQN.js.map +0 -1
- package/dist/chunk-MVY77GF3.cjs.map +0 -1
package/dist/collections.cjs
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkZZQVLZLScjs = require('./chunk-ZZQVLZLS.cjs');
|
|
8
8
|
|
|
9
9
|
// src/collections.ts
|
|
10
10
|
var _mcpserversdk = require('@umbraco-cms/mcp-server-sdk');
|
|
@@ -16,5 +16,5 @@ var _mcpserversdk = require('@umbraco-cms/mcp-server-sdk');
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
exports.UmbracoManagementClient =
|
|
19
|
+
exports.UmbracoManagementClient = _chunkZZQVLZLScjs.UmbracoManagementClient; exports.allModeNames = _chunkZZQVLZLScjs.allModeNames; exports.allModes = _chunkZZQVLZLScjs.allModes; exports.allSliceNames = _chunkZZQVLZLScjs.allSliceNames; exports.collections = _chunkZZQVLZLScjs.availableCollections; exports.configureApiClient = _mcpserversdk.configureApiClient; exports.initializeUmbracoFetch = _mcpserversdk.initializeUmbracoFetch;
|
|
20
20
|
//# sourceMappingURL=collections.cjs.map
|
package/dist/collections.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/vsts/work/1/s/dist/collections.cjs","../src/collections.ts"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACA;ACiBA,2DAA2D;ADf3D;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACF,+aAAC","file":"/home/vsts/work/1/s/dist/collections.cjs","sourcesContent":[null,"/**\n * Tool Collections Export\n *\n * Lightweight entry point for in-process chaining.\n * Import this from another MCP server to chain CMS tools without spawning a process.\n *\n * @example\n * ```typescript\n * import { collections, allModes, allModeNames, allSliceNames } from \"@umbraco-cms/mcp-dev/collections\";\n *\n * manager.registerServer({\n * transport: \"in-process\",\n * name: \"cms\",\n * collections,\n * modeRegistry: allModes,\n * allModeNames,\n * allSliceNames,\n * });\n * ```\n */\n\nexport { availableCollections as collections } from \"./
|
|
1
|
+
{"version":3,"sources":["/home/vsts/work/1/s/dist/collections.cjs","../src/collections.ts"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACA;ACiBA,2DAA2D;ADf3D;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACF,+aAAC","file":"/home/vsts/work/1/s/dist/collections.cjs","sourcesContent":[null,"/**\n * Tool Collections Export\n *\n * Lightweight entry point for in-process chaining.\n * Import this from another MCP server to chain CMS tools without spawning a process.\n *\n * @example\n * ```typescript\n * import { collections, allModes, allModeNames, allSliceNames } from \"@umbraco-cms/mcp-dev/collections\";\n *\n * manager.registerServer({\n * transport: \"in-process\",\n * name: \"cms\",\n * collections,\n * modeRegistry: allModes,\n * allModeNames,\n * allSliceNames,\n * });\n * ```\n */\n\nexport { availableCollections as collections } from \"./umbraco-api/tools/collection-registry.js\";\nexport { allModes, allModeNames } from \"./config/mode-registry.js\";\nexport { allSliceNames } from \"./config/slice-registry.js\";\nexport { UmbracoManagementClient } from \"./umbraco-api/umbraco-management-client.js\";\nexport { configureApiClient, initializeUmbracoFetch } from \"@umbraco-cms/mcp-server-sdk\";\n"]}
|
package/dist/collections.js
CHANGED
package/dist/collections.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/collections.ts"],"sourcesContent":["/**\n * Tool Collections Export\n *\n * Lightweight entry point for in-process chaining.\n * Import this from another MCP server to chain CMS tools without spawning a process.\n *\n * @example\n * ```typescript\n * import { collections, allModes, allModeNames, allSliceNames } from \"@umbraco-cms/mcp-dev/collections\";\n *\n * manager.registerServer({\n * transport: \"in-process\",\n * name: \"cms\",\n * collections,\n * modeRegistry: allModes,\n * allModeNames,\n * allSliceNames,\n * });\n * ```\n */\n\nexport { availableCollections as collections } from \"./
|
|
1
|
+
{"version":3,"sources":["../src/collections.ts"],"sourcesContent":["/**\n * Tool Collections Export\n *\n * Lightweight entry point for in-process chaining.\n * Import this from another MCP server to chain CMS tools without spawning a process.\n *\n * @example\n * ```typescript\n * import { collections, allModes, allModeNames, allSliceNames } from \"@umbraco-cms/mcp-dev/collections\";\n *\n * manager.registerServer({\n * transport: \"in-process\",\n * name: \"cms\",\n * collections,\n * modeRegistry: allModes,\n * allModeNames,\n * allSliceNames,\n * });\n * ```\n */\n\nexport { availableCollections as collections } from \"./umbraco-api/tools/collection-registry.js\";\nexport { allModes, allModeNames } from \"./config/mode-registry.js\";\nexport { allSliceNames } from \"./config/slice-registry.js\";\nexport { UmbracoManagementClient } from \"./umbraco-api/umbraco-management-client.js\";\nexport { configureApiClient, initializeUmbracoFetch } from \"@umbraco-cms/mcp-server-sdk\";\n"],"mappings":";;;;;;;;;AAyBA,SAAS,oBAAoB,8BAA8B;","names":[]}
|