Skip to content

Commit 81382ff

Browse files
Add examples policy to CONTRIBUTING.md
New `examples/` are costly to review and maintain across SDK changes. Add a policy section stating that example PRs from outside contributors are not accepted, and redirect contributors to open an issue instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 704b6e0 commit 81382ff

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ We welcome contributions to the MCP Apps SDK! This document outlines the process
2727
- Provide a clear description of changes
2828
- **Keep "Allow edits by maintainers" checked** when opening your PR — this lets maintainers rebase your branch and lets the [`/update-snapshots` workflow](#updating-snapshots-in-ci) push updated screenshots to it
2929

30+
## Examples Policy
31+
32+
The examples in `examples/` are maintained by the core team. **We do not accept pull requests that add new example servers from outside contributors.** Each example carries an ongoing maintenance cost — keeping it building, tested, and up to date with SDK changes — so we are deliberate about what we add.
33+
34+
If you have an idea for an example that would provide significant educational value, please [open an issue](https://github.com/modelcontextprotocol/ext-apps/issues) describing what the example would demonstrate and why it would be useful, and maintainers will evaluate the request.
35+
36+
PRs that add new examples without a prior approved issue may be closed.
37+
3038
## Running Examples
3139

3240
Start the development environment with hot reloading:

0 commit comments

Comments
 (0)