From 2af555dd3bf35afa3f1df1b2b9f1a4acf8cc989f Mon Sep 17 00:00:00 2001 From: Meghan Morrow <129645384+STUzhy@users.noreply.github.com> Date: Sat, 14 Jun 2025 19:39:58 +0800 Subject: [PATCH] feat: add MCP security checks to MVP requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added MCP security checks (prevent prompt injection, etc.) to the MVP roadmap in README to enhance security features. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3992f9f..79253b1 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Supports multiple large models | `service` | Cloud sync for system configuration | `MVP` | 0% | `P1` | | `all` | System prompt management module | `Iteration` | 100% | `Done` | | `service` | Tool-wise logging system | `MVP` | 0% | `P1` | +| `service` | MCP security checks (prevent prompt injection, etc.) | `MVP` | 0% | `P1` | | `service` | Built-in OCR for character recognition | `Iteration` | 100% | `Done` | ## Project Concept