logo.svg•2.31 kB
<svg width="200" height="60" viewBox="0 0 200 60" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="docGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#2563eb;stop-opacity:1" />
<stop offset="100%" style="stop-color:#3b82f6;stop-opacity:1" />
</linearGradient>
<linearGradient id="mcpGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#059669;stop-opacity:1" />
<stop offset="100%" style="stop-color:#10b981;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background circle for MCP connection -->
<circle cx="25" cy="30" r="20" fill="url(#mcpGradient)" opacity="0.1"/>
<!-- Document stack icon -->
<rect x="10" y="18" width="16" height="20" rx="2" fill="url(#docGradient)" opacity="0.8"/>
<rect x="12" y="16" width="16" height="20" rx="2" fill="url(#docGradient)" opacity="0.9"/>
<rect x="14" y="14" width="16" height="20" rx="2" fill="url(#docGradient)"/>
<!-- Document lines -->
<line x1="17" y1="19" x2="27" y2="19" stroke="white" stroke-width="1" opacity="0.8"/>
<line x1="17" y1="22" x2="25" y2="22" stroke="white" stroke-width="1" opacity="0.8"/>
<line x1="17" y1="25" x2="26" y2="25" stroke="white" stroke-width="1" opacity="0.8"/>
<!-- MCP connection nodes -->
<circle cx="35" cy="20" r="3" fill="url(#mcpGradient)"/>
<circle cx="35" cy="30" r="3" fill="url(#mcpGradient)"/>
<circle cx="35" cy="40" r="3" fill="url(#mcpGradient)"/>
<!-- Connection lines -->
<line x1="30" y1="24" x2="32" y2="22" stroke="url(#mcpGradient)" stroke-width="2"/>
<line x1="30" y1="26" x2="32" y2="28" stroke="url(#mcpGradient)" stroke-width="2"/>
<line x1="32" y1="30" x2="32" y2="30" stroke="url(#mcpGradient)" stroke-width="2"/>
<line x1="30" y1="34" x2="32" y2="32" stroke="url(#mcpGradient)" stroke-width="2"/>
<line x1="30" y1="36" x2="32" y2="38" stroke="url(#mcpGradient)" stroke-width="2"/>
<!-- Text -->
<text x="45" y="25" font-family="Inter, system-ui, sans-serif" font-size="18" font-weight="700" fill="#1f2937">
Docu<tspan fill="url(#mcpGradient)">MCP</tspan>
</text>
<text x="45" y="40" font-family="Inter, system-ui, sans-serif" font-size="10" font-weight="400" fill="#6b7280">
Intelligent Documentation Server
</text>
</svg>