docs: remove checklist items for server publishing and README updates in PR template

This commit is contained in:
olaservo
2025-11-23 12:02:53 -07:00
parent ff661562da
commit 107c9ac574

View File

@@ -33,8 +33,6 @@ To publish your server, follow the [quickstart guide starting from the "Install
<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
- [ ] I have read the [MCP Protocol Documentation](https://modelcontextprotocol.io)
- [ ] My changes follows MCP security best practices
- [ ] I have published my server to the MCP Server Registry (recommended for new servers)
- [ ] I have updated the server's own README with documentation
- [ ] I have tested this with an LLM client
- [ ] My code follows the repository's style guidelines
- [ ] New and existing tests pass locally