claudemesh-cli 1.9.4 → 1.10.0
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/mcp.js
CHANGED
|
@@ -3003,7 +3003,7 @@ __export(exports_urls, {
|
|
|
3003
3003
|
VERSION: () => VERSION,
|
|
3004
3004
|
URLS: () => URLS
|
|
3005
3005
|
});
|
|
3006
|
-
var URLS, VERSION = "1.
|
|
3006
|
+
var URLS, VERSION = "1.10.0", env;
|
|
3007
3007
|
var init_urls = __esm(() => {
|
|
3008
3008
|
URLS = {
|
|
3009
3009
|
BROKER: process.env.CLAUDEMESH_BROKER_URL ?? "wss://ic.claudemesh.com/ws",
|
|
@@ -4559,4 +4559,4 @@ startMcpServer().catch((err) => {
|
|
|
4559
4559
|
process.exit(1);
|
|
4560
4560
|
});
|
|
4561
4561
|
|
|
4562
|
-
//# debugId=
|
|
4562
|
+
//# debugId=779B4F134259F1A164756E2164756E21
|