This release adds 1 notable feature for engineering teams evaluating rollout.
Published 1mo
MCP Search & Web
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
agent-skills
developer-tools
hybrid-search
local-first
local-rag
mcp
+6 more
mcp-server
privacy-first
llm
semantic-search
skills
vector-db
Summary
AI summaryScope filter for searches added as an opt‑in feature.
Full changelog
Changes
- Scope filter for searches (opt-in).
query_documents(MCP) and thequeryCLI accept an optionalscopeto limit a search to one or more path prefixes — useful when a single database holds multiple corpora. Pass one prefix or a list (results are unioned); matching is exact-or-descendant, so/docs/apimatches/docs/api/auth.mdbut not/docs/apiv2. The CLI adds a repeatable--scopeflag. Prefixes must be absolute in the server's OS path style — relative prefixes match nothing. Optional and backward compatible: omittingscopeis unchanged. - Clearer MCP tool descriptions. Tool and parameter descriptions now document their return shapes and are corrected to match actual behavior (
statusno longer lists fields it does not return), so MCP clients can use the tools correctly without the bundled skill installed.
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
About shinpr/mcp-local-rag
Privacy-first document search server running entirely locally. Supports semantic search over PDFs, DOCX, TXT, and Markdown files with LanceDB vector storage and local embeddings - no API keys or cloud services required.
Related context
Beta — feedback welcome: [email protected]