Enhance README with logo and badges; update documentation; modify read_only to False (#32)

This commit is contained in:
Haris
2025-05-21 13:49:41 +05:00
committed by GitHub
parent 7f8c2be2f4
commit 62b7e94344
4 changed files with 53 additions and 43 deletions

14
assets/logo.svg Normal file
View File

@ -0,0 +1,14 @@
<svg width="300" height="100" viewBox="0 0 600 200" xmlns="http://www.w3.org/2000/svg" fill="none">
<rect width="600" height="200" fill="#0F172A" rx="20"/>
<g font-family="Arial, sans-serif" font-weight="bold" fill="#F8FAFC">
<text x="40" y="75" font-size="42" fill="#38BDF8">Excel</text>
<text x="180" y="75" font-size="42" fill="#FACC15">MCP</text>
<text x="290" y="75" font-size="42" fill="#4ADE80">Server</text>
</g>
<g transform="translate(40, 120)">
<rect x="0" y="0" width="30" height="30" fill="#38BDF8" rx="5"/>
<rect x="40" y="0" width="30" height="30" fill="#4ADE80" rx="5"/>
<rect x="80" y="0" width="30" height="30" fill="#FACC15" rx="5"/>
<text x="130" y="25" font-size="18" fill="#CBD5E1">Excel ops without Excel.</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 786 B