openkrak-mcp 1.1.1 → 1.1.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -242962,7 +242962,7 @@ async function runDeepStrike(store, opts) {
|
|
|
242962
242962
|
remote_url: null,
|
|
242963
242963
|
primary_language: detectPrimaryLanguage(fileIndexEntries.map((e) => e.path)),
|
|
242964
242964
|
languages: computeLanguageBreakdown(fileIndexEntries.map((e) => e.path)),
|
|
242965
|
-
framework: null,
|
|
242965
|
+
framework: topology.framework ?? null,
|
|
242966
242966
|
total_files: relFiles.length,
|
|
242967
242967
|
total_loc: fileIndexEntries.reduce((s, e) => s + e.loc, 0),
|
|
242968
242968
|
git: { current_branch: null, last_commit_hash: null, last_commit_at: null, is_dirty: false }
|