Skip to content

Commit 9e246bb

Browse files
committed
Reformat
Reformat with prettier
1 parent 694c9e0 commit 9e246bb

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/community/sep-guidelines.mdx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,18 @@ Because the SEPs are maintained as text files in a versioned repository (GitHub
1313

1414
## What qualifies a SEP?
1515

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.
1717

1818
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.
2728

2829
## SEP Types
2930

0 commit comments

Comments
 (0)