From 98e95cb5f682deb807f6d87a3e60af419dd7067d Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Wed, 30 Jul 2025 01:55:35 -0400 Subject: [PATCH] add MCP server badge --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0735aa..a0d51d3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) integration for managing content in the [DevHub CMS system](https://www.devhub.com/). + + DevHub CMS MCP server + + ## Installation You will need the [uv](https://github.com/astral-sh/uv) package manager installed on your local system. @@ -164,4 +168,4 @@ uv run pytest -v --cov=devhub_cms_mcp ### Test Structure -- `tests/devhub_cms_mcp/test_mcp_integration.py`: Tests for MCP integration endpoints +- `tests/devhub_cms_mcp/test_mcp_integration.py`: Tests for MCP integration endpoints \ No newline at end of file