Releases: khalidsaidi/ragmap
Ragmap v1.0.0 — Reachability You Can Trust
Ragmap v1.0.0 - Reachability You Can Trust
Try it: https://ragmap-api.web.app/browse/
Ragmap is a discovery + trust layer for MCP servers focused on retrieval/RAG. This release solidifies "reachable" as a meaningful signal, adds actionable install output, and introduces freshness-aware querying so results stay trustworthy.
Highlights
- Added
/rag/topfor smart defaults and fast discovery. - Added
/rag/installwith actionable config output (supportsstreamable-httpandsseremotes). - Added
/rag/statswith freshness + coverage metrics. - Reachability now probes both
streamable-httpandsse(SSE via short GET + abort/cancel). - Added
reachableMaxAgeHoursfor "reachable recently" filtering. - Ranking now prefers reachable
streamable-httpfirst, then fresher checks (whenreachable=true). - Scheduled reachability refresh now runs 4x/day.
- Added public freshness watchdog workflow (
monitor-freshness) with retries/timeouts and exact (seconds-based) threshold checks.
Breaking changes
- None. All behavior is additive; stricter freshness behavior is opt-in via query param (
reachableMaxAgeHours).
v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
@khalidsaidi/ragmap-mcp@0.1.2
MapRag is a discovery + routing layer for retrieval. It indexes and enriches RAG-capable MCP servers, then exposes a small set of stable MCP tools so agents can pick the right retrieval server under constraints with explainable ranking.
Quick start (stdio, npm):
npx -y @khalidsaidi/ragmap-mcp@latest ragmap-mcpTools: rag_find_servers, rag_get_server, rag_list_categories, rag_explain_score.
Links:
- Repo: https://github.com/khalidsaidi/ragmap
- NPM: https://www.npmjs.com/package/@khalidsaidi/ragmap-mcp
- Overview: https://github.com/khalidsaidi/ragmap/blob/main/docs/OVERVIEW.md
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/khalidsaidi/ragmap/commits/v0.1.0