diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..b099240 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,10 @@ +# MCP Maintainers + +This document lists current maintainers of the Model Context Protocol conformance test framework. + +**Last updated:** March 27, 2026 + +## Maintainers + +- [Paul Carleton](https://github.com/pcarleton) +- [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