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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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 }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openkrak-mcp",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "OpenKrak MCP Server - AI coding intelligence via Dorchester engine",
5
5
  "mcpName": "io.github.FrnzJulianBergmann/openkrak",
6
6
  "type": "commonjs",