claudemesh-cli 1.0.0-alpha.2 → 1.0.0-alpha.21
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/entrypoints/cli.js +5578 -5959
- package/dist/entrypoints/cli.js.map +30 -34
- package/dist/entrypoints/mcp.js +1 -2
- package/dist/entrypoints/mcp.js.map +2 -2
- package/package.json +3 -3
package/dist/entrypoints/mcp.js
CHANGED
|
@@ -15,7 +15,6 @@ var __toESM = (mod, isNodeMode, target) => {
|
|
|
15
15
|
});
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
|
-
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
19
18
|
var __export = (target, all) => {
|
|
20
19
|
for (var name in all)
|
|
21
20
|
__defProp(target, name, {
|
|
@@ -5421,4 +5420,4 @@ startMcpServer().catch((err) => {
|
|
|
5421
5420
|
process.exit(1);
|
|
5422
5421
|
});
|
|
5423
5422
|
|
|
5424
|
-
//# debugId=
|
|
5423
|
+
//# debugId=5F4B12932D14CDE264756E2164756E21
|