From 803ed69959e08ab93e73a6bd7ed40731e1692c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20H=C3=B8iby?= Date: Thu, 4 Jun 2026 09:58:41 +0200 Subject: [PATCH] docs: add README badges Add CI, License (MIT), and Python version badges under the README title for clean OSS presentation. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f7481db..18f61a6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # ecosystem-mcp +[![CI](https://github.com/datamynt/ecosystem-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/datamynt/ecosystem-mcp/actions/workflows/ci.yml) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)]() + MCP server that gives AI agents full context about your multi-project ecosystem. Define your projects, infrastructure, dependencies, and patterns in a single `ecosystem.yaml` — then let Claude Code, Cursor, or any MCP-compatible AI assistant understand your entire codebase at once.