@@ -21,21 +21,12 @@ All documentation (excluding specifications) will be made available under Creati
2121
2222The MCP project adopts a hierarchical structure, similar to Python, PyTorch, and other open source projects:
2323
24- ```
25- ┌─────────────────────────────────────────────┐
26- │ Lead Maintainers (BDFL) │
27- │ Final decision authority │
28- ├─────────────────────────────────────────────┤
29- │ Core Maintainers │
30- │ Overall project direction │
31- ├─────────────────────────────────────────────┤
32- │ Maintainers │
33- │ Working Groups, SDKs, components │
34- ├─────────────────────────────────────────────┤
35- │ Contributors │
36- │ Issues, PRs, discussions │
37- └─────────────────────────────────────────────┘
38- ```
24+ | Role | Scope |
25+ | --- | --- |
26+ | ** Lead Maintainers (BDFL)** | Final decision authority |
27+ | ** Core Maintainers** | Overall project direction |
28+ | ** Maintainers** | Working Groups, SDKs, components |
29+ | ** Contributors** | Issues, PRs, discussions |
3930
4031- ** Contributors** file issues, make pull requests, and contribute to the project.
4132- ** Maintainers** drive components within the MCP project, such as SDKs, documentation, and Working Groups.
0 commit comments