trace-mcp 1.23.0 → 1.23.1
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 +5 -5
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -91077,7 +91077,7 @@ var require_package2 = __commonJS({
|
|
|
91077
91077
|
"package.json"(exports, module) {
|
|
91078
91078
|
module.exports = {
|
|
91079
91079
|
name: "trace-mcp",
|
|
91080
|
-
version: "1.23.
|
|
91080
|
+
version: "1.23.1",
|
|
91081
91081
|
mcpName: "io.github.nikolai-vysotskyi/trace-mcp",
|
|
91082
91082
|
description: "Framework-aware code intelligence MCP server \u2014 48+ frameworks, 68 languages",
|
|
91083
91083
|
type: "module",
|
|
@@ -91183,7 +91183,7 @@ import https from "https";
|
|
|
91183
91183
|
import { spawnSync } from "child_process";
|
|
91184
91184
|
import path66 from "path";
|
|
91185
91185
|
import fs67 from "fs";
|
|
91186
|
-
var CURRENT_VERSION = true ? "1.23.
|
|
91186
|
+
var CURRENT_VERSION = true ? "1.23.1" : "0.0.0-dev";
|
|
91187
91187
|
var UPDATE_CACHE_PATH = path66.join(TRACE_MCP_HOME, "update-check.json");
|
|
91188
91188
|
function readCache() {
|
|
91189
91189
|
try {
|
|
@@ -116010,7 +116010,7 @@ function scanSourceForSecurityCalls(body, filePath, startLine, results) {
|
|
|
116010
116010
|
results.push({ function: "process.env", file: filePath, line: lineOffset, category: "env_read" });
|
|
116011
116011
|
}
|
|
116012
116012
|
}
|
|
116013
|
-
var PKG_VERSION = true ? "1.23.
|
|
116013
|
+
var PKG_VERSION = true ? "1.23.1" : "0.0.0-dev";
|
|
116014
116014
|
function exportSecurityContext(store, projectRoot, opts = {}) {
|
|
116015
116015
|
const depth = Math.min(opts.depth ?? 3, 5);
|
|
116016
116016
|
const warnings = [];
|
|
@@ -122977,7 +122977,7 @@ var DecisionStore = class {
|
|
|
122977
122977
|
};
|
|
122978
122978
|
|
|
122979
122979
|
// src/server/server.ts
|
|
122980
|
-
var PKG_VERSION2 = true ? "1.23.
|
|
122980
|
+
var PKG_VERSION2 = true ? "1.23.1" : "0.0.0-dev";
|
|
122981
122981
|
function j2(value) {
|
|
122982
122982
|
return JSON.stringify(value, (_key, val) => val === null || val === void 0 ? void 0 : val);
|
|
122983
122983
|
}
|
|
@@ -129217,7 +129217,7 @@ var ProjectManager = class {
|
|
|
129217
129217
|
|
|
129218
129218
|
// src/cli.ts
|
|
129219
129219
|
init_global();
|
|
129220
|
-
var PKG_VERSION3 = true ? "1.23.
|
|
129220
|
+
var PKG_VERSION3 = true ? "1.23.1" : "0.0.0-dev";
|
|
129221
129221
|
function registerDefaultPlugins2(registry) {
|
|
129222
129222
|
for (const p5 of createAllLanguagePlugins()) registry.registerLanguagePlugin(p5);
|
|
129223
129223
|
for (const p5 of createAllIntegrationPlugins()) registry.registerFrameworkPlugin(p5);
|