Skip to content

Commit 1543a81

Browse files
committed
Initialize new repo with README and MAINTAINERS file
1 parent 157867a commit 1543a81

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

MAINTAINERS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# MCP Maintainers
2+
3+
This document lists current maintainers of the Model Context Protocol ext-auth project.
4+
5+
**Last updated:** October 14, 2025
6+
7+
## Lead Maintainers
8+
9+
- [Paul Carleton](https://github.com/pcarleton)
10+
11+
## Core Maintainers
12+
13+
- [Aaron Parecki](https://github.com/aaronpk)
14+
- [Darin McAdams](https://github.com/D-McAdams)
15+
- [Den Delimarsky](https://github.com/localden)
16+

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# MCP Authorization Extensions
2+
3+
The Model Context Protocol (MCP) specification is defined in the [main specification repository](https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/docs/specification). This repository contains **extensions** to the core protocol that define additional authorization mechanisms.
4+
5+
These extensions are:
6+
7+
- **Optional** - Implementations can choose to adopt these extensions
8+
- **Additive** - Extensions do not modify or break core protocol functionality; they add new capabilities while preserving core protocol behavior
9+
- **Composable** - Extensions are modular and designed to work together without conflicts, allowing implementations to adopt multiple extensions simultaneously
10+
- **Versioned independently** - Extensions follow the core MCP versioning cycle but may adopt independent versioning as needed
11+
12+
## Governance
13+
14+
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.
15+
16+
All decisions regarding authorization extensions follow the same governance model as the core specification, including:
17+
- Specification Enhancement Proposals (SEPs)
18+
- Community discussion and consensus building
19+
- Maintainer review and approval
20+
- Transparent decision-making
21+
22+
## Policies
23+
24+
This repository follows the Model Context Protocol project policies:
25+
26+
- [Code of Conduct](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/CODE_OF_CONDUCT.md)
27+
- [Contributing Guidelines](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/CONTRIBUTING.md)
28+
- [Security Policy](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/SECURITY.md)
29+
- [Antitrust Policy](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/ANTITRUST.md)
30+

0 commit comments

Comments
 (0)