From 4049d41276f63619c72d14f58dbc2117c1904f96 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Wed, 11 Mar 2026 17:29:08 +0100 Subject: [PATCH] =?UTF-8?q?release:=20v3.34.3=20=E2=80=94=20MCP=20official?= =?UTF-8?q?=20docs=20tracker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - MCP Server v1.1.0 published (npm: claude-code-ultimate-guide-mcp) - 4 new tools: init_official_docs, refresh_official_docs, diff_official_docs, search_official_docs - Local cache in ~/.cache/claude-code-guide/ (section-level diff, 0 network on diff/search) - Bump guide version: 3.34.2 → 3.34.3 Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- VERSION | 2 +- guide/cheatsheet.md | 4 ++-- guide/ultimate-guide.md | 6 +++--- machine-readable/reference.yaml | 14 +++++++------- 6 files changed, 26 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb296bd..56388e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.34.3] - 2026-03-11 + +### Added + +- **MCP Server v1.1.0**: 4 new tools for tracking official Anthropic Claude Code docs + - `init_official_docs()` — fetch and store a local baseline snapshot (runs once) + - `refresh_official_docs()` — update the "current" snapshot without touching the baseline + - `diff_official_docs()` — compare baseline vs current at section level, zero network calls + - `search_official_docs(query)` — search official docs, loads only matching sections +- **Local cache architecture**: 4 files in `~/.cache/claude-code-guide/` (index + content, baseline + current). Diff reads only lightweight index files (~50KB), never the full 1.2MB doc. Atomic writes via `.tmp` + rename to prevent corruption. + ## [3.34.2] - 2026-03-11 ### Documentation diff --git a/README.md b/README.md index cc5c966..7390ac5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Stars - Last Update + Last Update Quiz Templates Threat Database @@ -872,7 +872,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.34.2 | Updated daily · Mar 11, 2026 | Crafted with Claude* +*Version 3.34.3 | Updated daily · Mar 11, 2026 | Crafted with Claude*