trace-mcp 1.5.3 → 1.5.4
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/cli.js +7 -3
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27484,7 +27484,7 @@ function registerSessionTools(server, ctx) {
|
|
|
27484
27484
|
}
|
|
27485
27485
|
|
|
27486
27486
|
// src/server/server.ts
|
|
27487
|
-
var PKG_VERSION = true ? "1.5.
|
|
27487
|
+
var PKG_VERSION = true ? "1.5.4" : "0.0.0-dev";
|
|
27488
27488
|
function j2(value) {
|
|
27489
27489
|
return JSON.stringify(value, (_key, val) => val === null || val === void 0 ? void 0 : val);
|
|
27490
27490
|
}
|