File size: 1,186 Bytes
1bfb5b0 66f18da 1bfb5b0 e76ee02 66f18da e76ee02 1bfb5b0 66f18da e76ee02 1bfb5b0 66f18da e76ee02 66f18da e76ee02 1bfb5b0 66f18da e76ee02 1bfb5b0 66f18da e76ee02 1bfb5b0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | <?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>
|