|
|
|
|
@ -1,5 +1,7 @@
|
|
|
|
|
# MCP Image Recognition Server |
|
|
|
|
|
|
|
|
|
<img src="assets/images/logo.png" alt="Logo" width="200" height="200" /> |
|
|
|
|
|
|
|
|
|
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 |
|
|
|
|
|