-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add examples for each SEP type in the guidelines #964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add examples for each SEP type in the guidelines #964
Conversation
| 2. **Informational** SEP describes a Model Context Protocol design issue, or provides general guidelines or information to the MCP community, but does not propose a new feature. Informational SEPs do not necessarily represent a MCP community consensus or recommendation. | ||
| 3. **Process** SEP describes a process surrounding MCP, or proposes a change to (or an event in) a process. Process SEPs are like Standards Track SEPs but apply to areas other than the MCP protocol itself. | ||
|
|
||
| ### Examples of SEP Types |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be easier if it's added within the SEP types section, to save readers from having to scroll up?
| Here are concrete examples for each SEP type: | ||
|
|
||
| 1. **Standards Track** — Asynchronous support in MCP ([Transport-agnostic resumable streams #899](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/899)) | ||
| 2. **Informational** — Load balancing with MCP ([Add best practices when using load balancer #325](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/325)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this example is a good qualifier of SEP. Could you help elaborate?
|
|
||
| Here are concrete examples for each SEP type: | ||
|
|
||
| 1. **Standards Track** — Asynchronous support in MCP ([Transport-agnostic resumable streams #899](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/899)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be a good example
#284 - A major change on the implementation of MCP.
|
I think having examples would actually be good, but we should probably choose examples that were implemented. |
Motivation and Context
How Has This Been Tested?
Breaking Changes
Types of changes
Checklist
Additional context