Skip to content

Releases: khalidsaidi/ragmap

Ragmap v1.0.0 — Reachability You Can Trust

01 Mar 07:30

Choose a tag to compare

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/top for smart defaults and fast discovery.
  • Added /rag/install with actionable config output (supports streamable-http and sse remotes).
  • Added /rag/stats with freshness + coverage metrics.
  • Reachability now probes both streamable-http and sse (SSE via short GET + abort/cancel).
  • Added reachableMaxAgeHours for "reachable recently" filtering.
  • Ranking now prefers reachable streamable-http first, then fresher checks (when reachable=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

20 Feb 05:11

Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

v0.1.3

20 Feb 03:32

Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

10 Feb 20:50

Choose a tag to compare

@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-mcp

Tools: rag_find_servers, rag_get_server, rag_list_categories, rag_explain_score.

Links:

Full Changelog: v0.1.1...v0.1.2

v0.1.1

10 Feb 19:44

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Feb 06:55

Choose a tag to compare