Command Executor MCP Server
<svg width="800" height="200" viewBox="0 0 800 200" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- ターミナル風のグロー効果 -->
<filter id="releaseGlow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur"/>
<feColorMatrix in="blur" type="matrix"
values="0 1.8 0 0 0
0 1.8 0 0 0
0 1.0 0 0 0
0 0 0 2 -0.5"/>
</filter>
<!-- リリースノート用グラデーション -->
<linearGradient id="releaseBg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a1b26;stop-opacity:1">
<animate attributeName="stop-color"
values="#1a1b26;#24283b;#1a1b26"
dur="10s"
repeatCount="indefinite"/>
</stop>
<stop offset="100%" style="stop-color:#24283b;stop-opacity:1">
<animate attributeName="stop-color"
values="#24283b;#1a1b26;#24283b"
dur="10s"
repeatCount="indefinite"/>
</stop>
</linearGradient>
<!-- バージョン番号用のシャイングラデーション -->
<linearGradient id="versionShine" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#7aa2f7;stop-opacity:1">
<animate attributeName="stop-color"
values="#7aa2f7;#bb9af7;#7aa2f7"
dur="5s"
repeatCount="indefinite"/>
</stop>
<stop offset="100%" style="stop-color:#bb9af7;stop-opacity:1">
<animate attributeName="stop-color"
values="#bb9af7;#7aa2f7;#bb9af7"
dur="5s"
repeatCount="indefinite"/>
</stop>
</linearGradient>
</defs>
<!-- 背景 -->
<rect x="10" y="10" width="780" height="180" rx="12" ry="12"
fill="url(#releaseBg)"
stroke="url(#versionShine)"
stroke-width="2"
filter="url(#releaseGlow)">
<animate attributeName="stroke-opacity"
values="0.6;1;0.6"
dur="5s"
repeatCount="indefinite"/>
</rect>
<!-- ウィンドウコントロール -->
<circle cx="35" cy="35" r="6" fill="#f7768e"/>
<circle cx="60" cy="35" r="6" fill="#e0af68"/>
<circle cx="85" cy="35" r="6" fill="#9ece6a"/>
<!-- バージョン番号 -->
<g filter="url(#releaseGlow)">
<text x="400" y="110"
font-family="'Courier New', monospace"
font-size="48"
font-weight="bold"
text-anchor="middle"
fill="url(#versionShine)">
v0.1.0
</text>
</g>
<!-- リポジトリ名 -->
<text x="400" y="150"
font-family="'Courier New', monospace"
font-size="24"
text-anchor="middle"
fill="#9ece6a">
Command Executor MCP Server
</text>
<!-- 装飾的な要素 -->
<g transform="translate(700, 90)">
<circle r="10" fill="none" stroke="#9ece6a" stroke-width="2">
<animate attributeName="stroke-dasharray"
values="0 63;63 63"
dur="2.5s"
repeatCount="indefinite"/>
<animate attributeName="stroke-dashoffset"
values="0;-63"
dur="2.5s"
repeatCount="indefinite"/>
</circle>
</g>
<!-- グリッドパターン -->
<g stroke="#565f89" stroke-width="0.5" opacity="0.1">
<path d="M50 180 L50 10 M150 180 L150 10 M250 180 L250 10 M350 180 L350 10
M450 180 L450 10 M550 180 L550 10 M650 180 L650 10 M750 180 L750 10">
<animate attributeName="opacity"
values="0.1;0.2;0.1"
dur="5s"
repeatCount="indefinite"/>
</path>
</g>
</svg>