@mcpc-tech/cli 0.1.39 → 0.1.41
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/bin/mcpc.cjs +1 -1
- package/bin/mcpc.mjs +1 -1
- package/package.json +1 -1
package/bin/mcpc.cjs
CHANGED
|
@@ -2949,7 +2949,7 @@ var DEFAULT_CODE_EXECUTION_TIMEOUT = 3e5;
|
|
|
2949
2949
|
function getGlobalPlugins(skillsPaths) {
|
|
2950
2950
|
const resolvedPaths = skillsPaths.map((p2) => (0, import_node_path5.resolve)(import_node_process2.default.cwd(), p2));
|
|
2951
2951
|
return [
|
|
2952
|
-
"@mcpc/plugin-markdown-loader",
|
|
2952
|
+
"@mcpc-tech/plugin-markdown-loader",
|
|
2953
2953
|
createSkillsPlugin({
|
|
2954
2954
|
paths: resolvedPaths
|
|
2955
2955
|
})
|
package/bin/mcpc.mjs
CHANGED
|
@@ -2957,7 +2957,7 @@ var DEFAULT_CODE_EXECUTION_TIMEOUT = 3e5;
|
|
|
2957
2957
|
function getGlobalPlugins(skillsPaths) {
|
|
2958
2958
|
const resolvedPaths = skillsPaths.map((p2) => resolve3(process3.cwd(), p2));
|
|
2959
2959
|
return [
|
|
2960
|
-
"@mcpc/plugin-markdown-loader",
|
|
2960
|
+
"@mcpc-tech/plugin-markdown-loader",
|
|
2961
2961
|
createSkillsPlugin({
|
|
2962
2962
|
paths: resolvedPaths
|
|
2963
2963
|
})
|