claudemesh-cli 1.19.0 → 1.19.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/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.19.
|
|
3006
|
+
var URLS, VERSION = "1.19.2", env;
|
|
3007
3007
|
var init_urls = __esm(() => {
|
|
3008
3008
|
URLS = {
|
|
3009
3009
|
BROKER: process.env.CLAUDEMESH_BROKER_URL ?? "wss://ic.claudemesh.com/ws",
|
|
@@ -3159,7 +3159,7 @@ async function createMesh(token, body) {
|
|
|
3159
3159
|
}
|
|
3160
3160
|
async function renameMesh(token, slug, newName) {
|
|
3161
3161
|
return request({
|
|
3162
|
-
path: `/api/
|
|
3162
|
+
path: `/api/cli/meshes/${slug}`,
|
|
3163
3163
|
method: "PATCH",
|
|
3164
3164
|
body: { name: newName },
|
|
3165
3165
|
token
|
|
@@ -4558,4 +4558,4 @@ startMcpServer().catch((err) => {
|
|
|
4558
4558
|
process.exit(1);
|
|
4559
4559
|
});
|
|
4560
4560
|
|
|
4561
|
-
//# debugId=
|
|
4561
|
+
//# debugId=6E71878EBC08472864756E2164756E21
|