From 2344f8a52b302e327a271fd8ad5eda72a7b8c415 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 23 Oct 2025 11:05:39 -0700 Subject: [PATCH 1/3] add links to extensions in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 52a8a53..73b4072 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ These extensions are: - **Composable** - Extensions are modular and designed to work together without conflicts, allowing implementations to adopt multiple extensions simultaneously - **Versioned independently** - Extensions follow the core MCP versioning cycle but may adopt independent versioning as needed +## Extensions + +* [Client Credentials](https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/oauth-client-credentials.mdx) +* [Enterprise-Managed Authorization](https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/enterprise-managed-authorization.mdx) + + ## Governance This repository follows the [Model Context Protocol Governance](https://modelcontextprotocol.io/community/governance) process, with a dedicated set of maintainers for authorization extensions. See [MAINTAINERS.md](./MAINTAINERS.md) for the list of maintainers specific to this repository. From bfb1ce82b3a663af1465c334f5ab45953be6ad29 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 23 Oct 2025 11:08:11 -0700 Subject: [PATCH 2/3] maybe extra newline is breaking it? --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 73b4072..5facaf9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ These extensions are: * [Client Credentials](https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/oauth-client-credentials.mdx) * [Enterprise-Managed Authorization](https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/enterprise-managed-authorization.mdx) - ## Governance This repository follows the [Model Context Protocol Governance](https://modelcontextprotocol.io/community/governance) process, with a dedicated set of maintainers for authorization extensions. See [MAINTAINERS.md](./MAINTAINERS.md) for the list of maintainers specific to this repository. From 2d12855e61eb5d01597ac280f37f80b87188222c Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Fri, 24 Oct 2025 09:32:16 -0700 Subject: [PATCH 3/3] fix list syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5facaf9..7bb11bf 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ These extensions are: ## Extensions -* [Client Credentials](https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/oauth-client-credentials.mdx) -* [Enterprise-Managed Authorization](https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/enterprise-managed-authorization.mdx) +- [Client Credentials](https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/oauth-client-credentials.mdx) +- [Enterprise-Managed Authorization](https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/enterprise-managed-authorization.mdx) ## Governance