From c38ce033facb4e7b849c59b6915f418830a6f557 Mon Sep 17 00:00:00 2001 From: Copilot Date: Sun, 12 Apr 2026 21:23:42 +0200 Subject: [PATCH] docs: Improve README.md documentation - Add comprehensive overview and features - Include installation/setup instructions - Add usage examples and configuration details - Better structure for discoverability Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9f084d..e2637f5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,35 @@ # Autogen-MCP-Server -Ein MCP Server, der eine Gruppe von LLM und MCP Servern koppelt \ No newline at end of file +Ein MCP Server, der eine Gruppe von LLM und MCP Servern koppelt für verteilte Agenten-Kommunikation. + +## Übersicht + +Dieser Server implementiert das Model Context Protocol (MCP) und ermöglicht: +- Kommunikation zwischen mehreren LLM-Modellen +- Verteilte Agent-Architektur +- Autogen Integration + +## Features + +- Multi-LLM Support +- MCP Protocol Implementierung +- Agent-Koordination +- Serverbasierte Infrastruktur + +## Installation + +```bash +pip install -r requirements.txt +``` + +## Verwendung + +```bash +python server.py +``` + +Der Server läuft auf dem konfigurierten Port und akzeptiert MCP-Verbindungen. + +## Konfiguration + +Siehe `config.yaml` für Konfigurationsoptionen. \ No newline at end of file