| <?xml version="1.0" encoding="UTF-8"?> |
| <svg viewBox="0 0 600 300" xmlns="http://www.w3.org/2000/svg"> |
| <defs> |
| <style> |
| text { font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace; } |
| .label { font-size: 12px; fill: #c9d1d9; } |
| .box { fill: none; stroke: #30363d; stroke-width: 1; } |
| line { stroke: #30363d; stroke-width: 1; } |
| </style> |
| </defs> |
|
|
| <rect width="600" height="300" fill="#0d1117"/> |
|
|
| <rect class="box" x="30" y="20" width="540" height="160" /> |
| <text x="40" y="42" class="label">Host (Code Agent)</text> |
|
|
| <rect class="box" x="50" y="60" width="140" height="80" /> |
| <text x="60" y="82" class="label">MCP Client</text> |
|
|
| <line x1="130" y1="140" x2="130" y2="200" /> |
| <line x1="230" y1="180" x2="230" y2="200" /> |
| <line x1="330" y1="180" x2="330" y2="200" /> |
|
|
| <rect class="box" x="90" y="200" width="80" height="50" /> |
| <text x="100" y="232" class="label">Server 1</text> |
|
|
| <rect class="box" x="190" y="200" width="80" height="50" /> |
| <text x="200" y="232" class="label">Server 2</text> |
|
|
| <rect class="box" x="290" y="200" width="80" height="50" /> |
| <text x="300" y="232" class="label">Server 3</text> |
| </svg> |
|
|