Implement code changes to enhance functionality and improve performance

This commit is contained in:
2025-10-02 20:01:19 +02:00
parent 8a560651f7
commit f02899ee4a
2 changed files with 5 additions and 0 deletions
+5
View File
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 869 KiB