MCP changelog
Release notes for analog-mcp. analog-mcp is a thin MCP server
over analog-sdk, versioned together with it — most of what an
upgrade delivers arrives through the SDK underneath; see
analog-sdk’s release notes for that surface.
- Compatibility release for
analog-sdk0.16.0 (its serializer surface became methods). No tool-surface changes.
0.7.0 — 2026-07-18
Section titled “0.7.0 — 2026-07-18”- New
analog_navigationtool — a saved result’s navigation map by handle: the page’s nav, header, footer, and sidebar link structure as labeled trees, including menu content collapsed at rest (mega-menus). The site’s own answer to “where can I go from here”, without paying for another extraction. Theanalogtool’s description now points at the navigation map, and every re-slice tool list includes the new tool.
0.6.1 — 2026-07-15
Section titled “0.6.1 — 2026-07-15”- New
analog_historytool — list your saved extractions, newest first, as cheap metadata (handle, url, when it was saved, size), so a handle that has dropped out of context can be recovered and re-opened instead of re-extracting the page. - New
analog_describetool — a token-cheap preview of a saved result (each section’s shape plus a couple of sample records) for orienting on a large result, e.g. after apages=Nsweep, without pulling the full JSON or the page’s markdown. analog_findgained afieldargument to scope a search to one field’s values.analog_exportno longer fails on a multi-section result, and the tool contracts read more clearly to an agent — typed export formats, sharper input-schema descriptions, and corrected tool wording.- Fetches now decline local and private-network addresses by default;
see
analog-sdk’s notes for the fetch-safety change underneath.
0.6.0 — 2026-07-11
Section titled “0.6.0 — 2026-07-11”- The
analog_feedbacktool’s reason labels all name what you observed (no_records_found,misfielded_values, …), enumerated in the tool’s input schema. Requiresanalog-sdk>= 0.13.0. - The
assesstool returns what an agent acts on:recommendation, the measured markdown size, theguidancemenu, and the structured probes (feed_probe,sitemap_probe,pagination).
0.5.4 — 2026-07-10
Section titled “0.5.4 — 2026-07-10”The analog tool gained pages=N (bounded sweeping of a paginated
collection, disclosed in the response); assess carries the sitemap
disclosure; the feedback vocabulary gained undetected_block; the
package ships py.typed; sessions survive the first-ever fetch on a
fresh machine; and repeated analog calls in one session got much
faster.
0.5.3 — 2026-07-06
Section titled “0.5.3 — 2026-07-06”New analog_feedback tool (quality reports + feature requests).
Extraction URLs are never logged; a quality report includes the URL you
explicitly submit and never page content. The SDK underneath moved its
credential out of the OS keychain — run analog login once after
upgrading. assess reworked around measured facts and task guidance.
0.5.2 — 2026-07-04
Section titled “0.5.2 — 2026-07-04”Compatibility with analog-sdk 0.11; tool responses inherit its
honest disclosures (guessed-name notes, truncation flags,
withheld-column warnings).