Browse Source

Implement code changes to enhance functionality and improve performance

master
Matteo Benedetto 3 months ago
parent
commit
f02899ee4a
  1. 5
      README.md
  2. BIN
      assets/images/logo.png

5
README.md

@ -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

BIN
assets/images/logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 869 KiB

Loading…
Cancel
Save