From 47564dbb5bdb80fcb4f7e1ec0457cfb6b7180177 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 20 May 2026 21:20:31 +0000 Subject: [PATCH 1/2] docs: shrink motivation diagram so it fits on npm The previous ASCII diagram was ~88 characters wide, which caused a horizontal scrollbar on the npm package page. Tightened the boxes, arrows, and description column so the diagram is ~55 characters wide and renders without overflow. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0fcb893..d54e1fa 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,12 @@ wiring up dozens of MCP functions. Just one `Bash()` tool, and `mcpc` handles th ``` - ┌──────────┐ Bash() ┌──────────┐ MCP ┌────────────┐ - │ AI agent │ ────────────────────► │ mcpc │ ────────────────────► │ MCP server │ - └──────────┘ └──────────┘ Sessions, OAuth, └────────────┘ - Tools, Resources, - Prompts, Tasks, - x402, ... + ┌──────────┐ Bash() ┌──────┐ MCP ┌────────────┐ + │ AI agent │ ───────► │ mcpc │ ──────► │ MCP server │ + └──────────┘ └──────┘ └────────────┘ + Sessions, OAuth, Tools, + Resources, Prompts, + Tasks, x402, ... ``` CLI is the perfect _local_ interface between agents and MCP, while MCP remains the From 6f569046c9c43e16e089c70ef384fe49113b6307 Mon Sep 17 00:00:00 2001 From: Jan Curn Date: Thu, 21 May 2026 11:17:19 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d54e1fa..8ed8454 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,12 @@ wiring up dozens of MCP functions. Just one `Bash()` tool, and `mcpc` handles th ``` - ┌──────────┐ Bash() ┌──────┐ MCP ┌────────────┐ - │ AI agent │ ───────► │ mcpc │ ──────► │ MCP server │ - └──────────┘ └──────┘ └────────────┘ - Sessions, OAuth, Tools, - Resources, Prompts, - Tasks, x402, ... + ┌──────────┐ Bash() ┌────────┐ MCP ┌────────────┐ + │ AI agent │ ─────────► │ mcpc │ ────────► │ MCP server │ + └──────────┘ └────────┘ └────────────┘ + Sessions, OAuth, Tools, + Resources, Prompts, + Tasks, x402, ... ``` CLI is the perfect _local_ interface between agents and MCP, while MCP remains the