Skip to content

Releases: doITmagic/rag-code-mcp

rag-code-mcp v1.1.17

26 Nov 14:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

rag-code-mcp v1.1.16

26 Nov 14:20
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

rag-code-mcp v1.1.15

26 Nov 14:03
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

rag-code-mcp v1.1.14

26 Nov 13:48
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 77a8396 Merge feature/python-analyzer: Python support + tool improvements
  • d7e425a feat(find_type_definition): add exact name+type search
  • fc7ac20 feat(python): add dependency graph, method calls, mixin and metaclass detection
  • c4267b0 feat(python): add enhancements and optimizations
  • d9847f7 feat(python): implement Python code analyzer
  • 4b21282 feat: improve tool descriptions to motivate AI usage
  • 536bbb8 fix(find_type_definition): use language-specific query keywords
  • 0ca0783 fix(python): resolve unused parameter lint warning
  • 74ba24b fix(search): exclude markdown docs from search_code results
  • 867e447 fix(tools): add exact search to get_function_details and hybrid_search schema
  • 604ca30 fix(tools): use SearchCodeOnly in all code search tools
  • d353bc1 fix(workspace): add .py extension to scanWorkspace for Python indexing
  • d873e4b fix(workspace): skip languages without analyzer instead of failing
  • fdefdd2 test(ragcode): update language_manager tests for Python support

rag-code-mcp v1.1.13

26 Nov 13:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 77a8396 Merge feature/python-analyzer: Python support + tool improvements
  • d7e425a feat(find_type_definition): add exact name+type search
  • fc7ac20 feat(python): add dependency graph, method calls, mixin and metaclass detection
  • c4267b0 feat(python): add enhancements and optimizations
  • d9847f7 feat(python): implement Python code analyzer
  • 536bbb8 fix(find_type_definition): use language-specific query keywords
  • 0ca0783 fix(python): resolve unused parameter lint warning
  • 74ba24b fix(search): exclude markdown docs from search_code results
  • 867e447 fix(tools): add exact search to get_function_details and hybrid_search schema
  • 604ca30 fix(tools): use SearchCodeOnly in all code search tools
  • d353bc1 fix(workspace): add .py extension to scanWorkspace for Python indexing
  • d873e4b fix(workspace): skip languages without analyzer instead of failing
  • fdefdd2 test(ragcode): update language_manager tests for Python support

rag-code-mcp v1.1.12

25 Nov 22:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • ec5722b fix: lint errors - explicitly ignore return values in killProcessOnPort

rag-code-mcp v1.1.11

25 Nov 22:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

rag-code-mcp v1.1.10

25 Nov 22:47
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • fec2710 fix: auto-kill processes on required ports before starting Docker containers

rag-code-mcp v1.1.9

25 Nov 22:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 58b7f33 fix: check Docker availability before installation on Windows (WSL2 support)

rag-code-mcp v1.1.8

25 Nov 20:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • d3146c3 fix: Windows installer now finds pre-built .exe binaries from release archive