# MCPTesta Logo Assets This directory contains the complete logo asset collection for the MCPTesta project, featuring the "Lab Experiment in Progress" design that represents community-driven testing excellence for the MCP ecosystem. ## ๐Ÿงช Design Concept The MCPTesta logo depicts an active laboratory experiment with: - **Erlenmeyer Flask**: Scientific beaker showing ongoing reactions - **Bubbling Activity**: Dynamic bubbles representing test execution - **Mini Test Tubes**: Parallel testing status indicators - **Lab Apparatus**: Professional clamp and stand for authenticity - **Community Colors**: Warm purple gradient with accessible cyan accents ## ๐Ÿ“ Directory Structure ``` logo/ โ”œโ”€โ”€ source/ # Master files (SVG, design specs) โ”œโ”€โ”€ favicons/ # Web favicons and browser icons โ”œโ”€โ”€ app-icons/ # iOS and Android app icons โ”‚ โ”œโ”€โ”€ ios/ # Apple App Store sizes โ”‚ โ””โ”€โ”€ android/ # Google Play Store sizes โ”œโ”€โ”€ web/ # Web-optimized PNG/SVG files โ”œโ”€โ”€ social/ # Social media profile and card images โ”œโ”€โ”€ print/ # Print-ready files (CMYK, vector) โ””โ”€โ”€ theme-variants/ # Dark, light, high-contrast versions โ”œโ”€โ”€ dark-theme/ โ”œโ”€โ”€ light-theme/ โ””โ”€โ”€ high-contrast/ ``` ## ๐ŸŽจ Usage Guidelines ### Primary Logo Usage - Use the full-color version whenever possible - Maintain minimum size of 32px for web contexts - Preserve the lab experiment elements in all variations - Use appropriate theme variants for dark/light contexts ### Color Specifications - **Primary Background**: #6B46C1 โ†’ #8B5CF6 (purple gradient) - **Active Liquid**: #0891B2 โ†’ #06B6D4 (teal to cyan) - **Status Indicators**: Green (#10B981), Amber (#F59E0B), Red (#EF4444) - **Glass/Metal**: Semi-transparent whites and grays ### Accessibility - All versions meet WCAG AA contrast requirements - High-contrast variants available for accessibility needs - Colorblind-friendly status indicators provided - Alternative text: "MCPTesta - Laboratory testing framework logo" ## ๐Ÿš€ Quick Integration ### Documentation Site (Starlight) ```html MCPTesta - Community-driven testing excellence ``` ### README.md ```markdown
MCPTesta Logo

MCPTesta

Community-driven testing excellence for the MCP ecosystem

``` ### Social Media - **Profile Pictures**: Use `social/profile-400x400.png` - **Cover Images**: Use `social/header-1500x500.png` - **Card Previews**: Use `social/card-1200x630.png` ## ๐Ÿ“‹ File Status ### โœ… Completed Specifications - [x] Design specifications (`../logo-design-specs.md`) - [x] Color variations (`../logo-color-variations.md`) - [x] Contextual variants (`../logo-variations-guide.md`) - [x] Export specifications (`../logo-export-specifications.md`) - [x] Testing matrix (`../logo-testing-matrix.md`) ### ๐Ÿ”„ Pending Asset Creation - [ ] Master SVG files - [ ] Generated PNG exports - [ ] Favicon package - [ ] Social media assets - [ ] Theme variants ## ๐Ÿ›  Generation Scripts Use the provided scripts to generate all logo assets: ```bash # Generate all export formats ./scripts/generate-logo-exports.sh # Run quality assurance checks ./scripts/qa-logo-check.sh # Optimize for web delivery ./scripts/optimize-web-assets.sh ``` ## ๐Ÿ“ž Support For logo usage questions or custom variations: - Review the comprehensive specifications in parent directory - Check the testing matrix for platform-specific guidance - Ensure accessibility compliance for public-facing usage --- *Created with scientific precision for the MCPTesta community* ๐Ÿงช