From 1e5e9d58102c3d376f9bf8081048f333cd9572a0 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Sun, 25 Jan 2026 13:42:20 +0100 Subject: [PATCH] docs: add MCP diagram to changelog, fix architecture.md typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - CHANGELOG.md: Document MCP visual diagram (guide/architecture.md:513) - guide/architecture.md: Fix image path typo (.t → .svg) Co-Authored-By: Claude --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afc32c3..fdb637d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +- **MCP architecture visual diagram** (`guide/architecture.md:513`, SVG) + - 7-layer security model showing LLM/MCP Server/Tools separation + - Visual representation of "No Data Access" (LLM layer) and "Hidden From AI" (Real Systems layer) + - Beginner-friendly introduction to MCP architecture with color-coded security boundaries + - Design inspired by Dinesh Kumar's LinkedIn visualization, recreated as original work under Apache-2.0 + - Includes workflow diagram (5 steps: User Asks → LLM Thinks → MCP Controls → Tools Execute → Safe Result) + - Golden rule banner: "LLM Thinks → MCP Controls → Tools Execute → Data Locked" +- **machine-readable/reference.yaml**: Added `architecture_mcp_visual` (SVG diagram reference) + ## [3.12.0] - 2026-01-25 ### Added