You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/sep-guidelines.mdx
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,18 @@ Because the SEPs are maintained as text files in a versioned repository (GitHub
13
13
14
14
## What qualifies a SEP?
15
15
16
-
The goal is to reserve the SEP process for changes that are substantial enough to require broad community discussion, a formal design document, and a historical record of the decision-making process. A regular GitHub issue or pull request is often more appropriate for smaller, more direct changes.
16
+
The goal is to reserve the SEP process for changes that are substantial enough to require broad community discussion, a formal design document, and a historical record of the decision-making process. A regular GitHub issue or pull request is often more appropriate for smaller, more direct changes.
17
17
18
18
Consider proposing a SEP if your change involves any of the following:
19
-
***A New Feature or Protocol Change**: Any change that adds, modifies, or removes features in the Model Context Protocol. This includes:
20
-
* Adding new API endpoints or methods.
21
-
* Changing the syntax or semantics of existing data structures or messages.
22
-
* Introducing a new standard for interoperability between different MCP-compatible tools.
23
-
* Significant changes to how the specification itself is defined, presented, or validated.
24
-
***A Breaking Change**: Any change that is not backwards-compatible.
25
-
***A Change to Governance or Process**: Any proposal that alters the project's decision-making, contribution guidelines (like this document itself).
26
-
***A Complex or Controversial Topic**: If a change is likely to have multiple valid solutions or generate significant debate, the SEP process provides the necessary framework to explore alternatives, document the rationale, and build community consensus before implementation begins.
19
+
20
+
-**A New Feature or Protocol Change**: Any change that adds, modifies, or removes features in the Model Context Protocol. This includes:
21
+
- Adding new API endpoints or methods.
22
+
- Changing the syntax or semantics of existing data structures or messages.
23
+
- Introducing a new standard for interoperability between different MCP-compatible tools.
24
+
- Significant changes to how the specification itself is defined, presented, or validated.
25
+
-**A Breaking Change**: Any change that is not backwards-compatible.
26
+
-**A Change to Governance or Process**: Any proposal that alters the project's decision-making, contribution guidelines (like this document itself).
27
+
-**A Complex or Controversial Topic**: If a change is likely to have multiple valid solutions or generate significant debate, the SEP process provides the necessary framework to explore alternatives, document the rationale, and build community consensus before implementation begins.
0 commit comments