From 107c9ac574a2419009a8c515169e063a589093a0 Mon Sep 17 00:00:00 2001 From: olaservo Date: Sun, 23 Nov 2025 12:02:53 -0700 Subject: [PATCH] docs: remove checklist items for server publishing and README updates in PR template --- .github/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cc0c7fbb..4ccb4be2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -33,8 +33,6 @@ To publish your server, follow the [quickstart guide starting from the "Install - [ ] 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