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.
17 lines
869 B
XML
17 lines
869 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
|
<!-- 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>
|