From 9d20b4d697736ba16118b366c086dd9b3fc05af0 Mon Sep 17 00:00:00 2001 From: Paul Carleton Date: Fri, 27 Mar 2026 18:48:58 +0000 Subject: [PATCH 1/2] docs: add MAINTAINERS.md and remove experimental warning from README --- MAINTAINERS.md | 13 +++++++++++++ README.md | 3 --- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..df03afe --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,13 @@ +# MCP Maintainers + +This document lists current maintainers of the Model Context Protocol conformance test framework. + +**Last updated:** March 27, 2026 + +## Lead Maintainers + +- [Paul Carleton](https://github.com/pcarleton) + +## Core Maintainers + +- [Felix Weinberger](https://github.com/felixweinberger) diff --git a/README.md b/README.md index 8096214..dc84f10 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ A framework for testing MCP (Model Context Protocol) client and server implementations against the specification. -> [!WARNING] -> This repository is a work in progress and is unstable. Join the conversation in the #conformance-testing-wg in the MCP Contributors discord. - **For SDK maintainers:** See [SDK Integration Guide](./SDK_INTEGRATION.md) for a streamlined guide on integrating conformance tests into your SDK repository. ## Quick Start From 8ef703b60f865b1f65b24bde478ec8145d69e6ef Mon Sep 17 00:00:00 2001 From: Paul Carleton Date: Fri, 27 Mar 2026 19:05:10 +0000 Subject: [PATCH 2/2] docs: flatten MAINTAINERS.md to single list --- MAINTAINERS.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index df03afe..b099240 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -4,10 +4,7 @@ This document lists current maintainers of the Model Context Protocol conformanc **Last updated:** March 27, 2026 -## Lead Maintainers +## Maintainers - [Paul Carleton](https://github.com/pcarleton) - -## Core Maintainers - - [Felix Weinberger](https://github.com/felixweinberger)