From 8da640d9e129618548e3f2d23d2d36652de007e4 Mon Sep 17 00:00:00 2001 From: olaservo Date: Sun, 23 Nov 2025 12:04:19 -0700 Subject: [PATCH] docs: add checklist item to confirm README updates in PR template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4ccb4be2..a615af65 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -33,6 +33,7 @@ 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 updated the server's README accordingly - [ ] I have tested this with an LLM client - [ ] My code follows the repository's style guidelines - [ ] New and existing tests pass locally