Skip to content

Releases: mariusei/file-scanner-mcp

v0.14.0 - Implement extract_calls with caller tracking for all languages

01 Feb 23:59

Choose a tag to compare

Implement extract_calls with caller tracking for all languages. Should give better understanding of dependencies and "hotness".

v0.13.0 - Unbuffered output - helpful on Windows

01 Feb 22:54

Choose a tag to compare

Simultaneous tool calls on Windows could cause a hangup. Tries to mitigate this with unbuffered outputs until a fix is implemented in the Claude Code MCP handler.

v0.12.0 - Unified scanners and analyzers, entropy for all formats

25 Jan 06:07

Choose a tag to compare

Unified scanners/ and analyzers/ into languages/ system

  • Merged 36 files into 18 unified BaseLanguage classes
  • Upgraded entropy/callgraph.py to use tree-sitter (20 languages vs 3)
  • Updated all imports and test files
  • Updated CONTRIBUTING.md for new architecture

v0.11.7 - Swift file parsing added

25 Jan 00:35

Choose a tag to compare

Swift file parsing added and entropy calculation possibly restored.

v0.11.6 - Markdown test bug on Windows and removed unused imports

14 Jan 23:55

Choose a tag to compare

Removed unused imports (ollama etc) as we don't need an LLM to do intelligent parsing of file contents.

Fixed a markdown bug on Windows.

v0.11.4 - HTML, CSS, SCSS

07 Dec 04:28

Choose a tag to compare

Added HTML, CSS, SCSS parsers

v0.11.2

04 Dec 20:10

Choose a tag to compare

Skips more unrelated folders

v0.11.1

27 Nov 02:29

Choose a tag to compare

Faster preview from not scanning and calculating entropy of binary files.

v0.11.0

26 Nov 04:33

Choose a tag to compare

Much improved preview directory which now gives a relevance-based overview of the files and structures in a project. Uses entropy-based information parsing in individual files to print relevant code when scanning individual files. File relevance is based on its functions' relevance in other files, and recency combined with age reveals cues about a file's centrality.

v0.10.1

12 Nov 23:30

Choose a tag to compare

Improved intelligent preview