Fix DE-9 logo accuracy and reframe docs for MCP client perspective

Logo/favicon: Replace crude rectangle with proper DE-9 connector geometry
derived from EIA/TIA-574 specs (D-shaped shell, 5-over-4 pin layout,
hex standoff mounting posts).

Documentation: Rewrite all code examples from the MCP client perspective.
Remove Python syntax highlighting, use JSON boolean conventions
(true/false instead of True/False), and add framing notes explaining
tool-call notation. Tutorials now guide users through natural language
interaction with the assistant rather than direct function calls.
This commit is contained in:
Ryan Malloy 2026-02-02 22:42:48 -07:00
parent dc8caddb8f
commit 38a33e38b1
16 changed files with 171 additions and 109 deletions

View file

@ -1,12 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
<rect x="3" y="8" width="26" height="16" rx="3" stroke="#0d9488" stroke-width="2" fill="none"/>
<circle cx="9" cy="14" r="1.5" fill="#0d9488"/>
<circle cx="13" cy="14" r="1.5" fill="#0d9488"/>
<circle cx="17" cy="14" r="1.5" fill="#0d9488"/>
<circle cx="21" cy="14" r="1.5" fill="#0d9488"/>
<circle cx="25" cy="14" r="1.5" fill="#0d9488"/>
<circle cx="11" cy="19" r="1.5" fill="#0d9488"/>
<circle cx="15" cy="19" r="1.5" fill="#0d9488"/>
<circle cx="19" cy="19" r="1.5" fill="#0d9488"/>
<circle cx="23" cy="19" r="1.5" fill="#0d9488"/>
<!-- DE-9 connector favicon -->
<circle cx="3" cy="16" r="2" stroke="#0d9488" stroke-width="1" fill="none"/>
<circle cx="29" cy="16" r="2" stroke="#0d9488" stroke-width="1" fill="none"/>
<path d="M 7,10 L 25,10 A 3,6 0 0 1 23,22 L 9,22 A 3,6 0 0 1 7,10 Z"
stroke="#0d9488" stroke-width="1.5" fill="none"/>
<circle cx="10" cy="14" r="1.1" fill="#0d9488"/>
<circle cx="13" cy="14" r="1.1" fill="#0d9488"/>
<circle cx="16" cy="14" r="1.1" fill="#0d9488"/>
<circle cx="19" cy="14" r="1.1" fill="#0d9488"/>
<circle cx="22" cy="14" r="1.1" fill="#0d9488"/>
<circle cx="11.5" cy="18" r="1.1" fill="#0d9488"/>
<circle cx="14.5" cy="18" r="1.1" fill="#0d9488"/>
<circle cx="17.5" cy="18" r="1.1" fill="#0d9488"/>
<circle cx="20.5" cy="18" r="1.1" fill="#0d9488"/>
</svg>

Before

Width:  |  Height:  |  Size: 636 B

After

Width:  |  Height:  |  Size: 869 B

Before After
Before After