From 7a119dd5aa48889768e49e72c5c36a370f31cb4a Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Tue, 14 Oct 2025 13:41:08 +0300 Subject: [PATCH] Link to MCP/A2A in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 782bee13..a58dd33a 100644 --- a/README.md +++ b/README.md @@ -171,4 +171,6 @@ Full documentation at: https://ggozad.github.io/haiku.rag/ - [CLI](https://ggozad.github.io/haiku.rag/cli/) - Command reference - [Python API](https://ggozad.github.io/haiku.rag/python/) - Complete API docs - [Agents](https://ggozad.github.io/haiku.rag/agents/) - QA agent and multi-agent research +- [MCP Server](https://ggozad.github.io/haiku.rag/mcp/) - Model Context Protocol integration +- [A2A Agent](https://ggozad.github.io/haiku.rag/a2a/) - Agent-to-Agent protocol support - [Benchmarks](https://ggozad.github.io/haiku.rag/benchmarks/) - Performance Benchmarks