diff --git a/README.md b/README.md index 7924d27..f745ff0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # MCP Image Recognition Server +Logo + An MCP (Model Context Protocol) server that provides AI-powered image analysis tools for AI assistants. ## Features @@ -200,6 +202,9 @@ mcp-image-server/ ├── MANIFEST.in # Package manifest ├── image_server.log # Server logs ├── venv/ # Virtual environment (auto-created) +├── assets/ # Project assets +│ └── images/ +│ └── logo.png # Project logo └── image_recognition_server/ ├── __init__.py ├── server.py # Main server implementation diff --git a/assets/images/logo.png b/assets/images/logo.png new file mode 100644 index 0000000..33f57f1 Binary files /dev/null and b/assets/images/logo.png differ