claude-code-ultimate-guide/mcp-server/src
Florian BRUNIAUX 5b713db6fd feat(mcp): add official Anthropic docs tracker — v1.1.0
New tools (4):
- init_official_docs()    — fetch + store baseline + current snapshots locally
- refresh_official_docs() — update current without touching baseline
- diff_official_docs()    — compare baseline vs current, 0 network, section-level
- search_official_docs(query) — search official docs, loads only matching sections

Architecture:
- 4 local cache files in ~/.cache/claude-code-guide/ (index + content, baseline + current)
- Diff reads index files only (~50KB each), never the full 1.2MB content
- search loads only matched sections from content file (not entire doc)
- Atomic writes (.tmp + rename) prevent snapshot corruption
- schemaVersion: 1 for future-proof migrations

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 17:28:25 +01:00
..
lib feat(mcp): add official Anthropic docs tracker — v1.1.0 2026-03-11 17:28:25 +01:00
prompts feat(mcp): add 4 new tools — compare_versions, get_threat, list_threats, search_examples 2026-02-28 19:22:20 +01:00
resources feat(mcp): add 4 new tools — compare_versions, get_threat, list_threats, search_examples 2026-02-28 19:22:20 +01:00
tools feat(mcp): add official Anthropic docs tracker — v1.1.0 2026-03-11 17:28:25 +01:00
index.ts feat(mcp): add 4 new tools — compare_versions, get_threat, list_threats, search_examples 2026-02-28 19:22:20 +01:00
server.ts feat(mcp): add official Anthropic docs tracker — v1.1.0 2026-03-11 17:28:25 +01:00