Skip to content

lyonzin/knowledge-rag

v3.2.4 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 2mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

antigravity claude claude-code claude-code-cli codex cursor-ai
+14 more
document-search hybrid-search inteligencia-artificial knowledge-base local-ai mcp mcp-server llm rag-chatbot rag-pipeline reranking retrieval-augmented-generation semantic-search vector-db

Affected surfaces

rce_ssrf

Summary

AI summary

Symlink support added to documents/ with recursive traversal and circular symlink protection.

Full changelog

What's New

  • Symlink supportdocuments/ directory now follows symbolic links recursively (#13)
  • Circular symlink protectionrealpath deduplication prevents infinite recursion loops
  • Stricter _has_documents() detection — validates against supported formats only (ignores .gitkeep, temp files, etc.)

Changes

| File | Change |
|------|--------|
| mcp_server/config.py | _has_documents()os.walk(followlinks=True) + format filter |
| mcp_server/ingestion.py | parse_directory()os.walk + seen_dirs loop protection |

Full Changelog: https://github.com/lyonzin/knowledge-rag/compare/v3.2.3...v3.2.4

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track lyonzin/knowledge-rag

Get notified when new releases ship.

Sign up free

About lyonzin/knowledge-rag

Local RAG system for Claude Code with hybrid search (BM25 + semantic), cross-encoder reranking, markdown-aware chunking, query expansion, and 12 MCP tools. Runs entirely offline with zero external servers.

All releases →

Beta — feedback welcome: [email protected]