mcpmc/src/frontend/public/favicon.svg
Ryan Malloy 9786b2967f Initial project setup with Docker Compose, FastAPI/FastMCP backend, Astro frontend
- Set up complete project structure with separate backend/frontend
- Docker Compose with development/production modes
- Python backend with FastAPI, FastMCP, and Procrastinate task queue
- Astro frontend with Tailwind CSS and Alpine.js
- Makefile for easy project management
- Proper hot-reload setup for both services
- Caddy reverse proxy integration ready
2025-09-09 03:52:00 -06:00

6 lines
367 B
XML

<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" rx="6" fill="#1e293b"/>
<path d="M8 12h4l4 8 4-8h4" stroke="#60a5fa" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="16" cy="8" r="2" fill="#60a5fa"/>
<circle cx="16" cy="24" r="2" fill="#60a5fa"/>
</svg>