From d2b4ceea94263de3a2a767b1dc293e2013bdf903 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:05:22 -0400 Subject: [PATCH] add MCP server badge --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6d01202..3737c00 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A lightweight, configurable MCP (Model Context Protocol) server for development teams. Fetches coding guidelines, security rules, and validation patterns from external sources or URL where you have hosted your custom guidelines. + + WordPress Code Review Server MCP server + + ## 🚀 **Key Features** - ✅ **No hardcoded rules** - Fetch guidelines from any URL @@ -18,7 +22,6 @@ A lightweight, configurable MCP (Model Context Protocol) server for development ## 📋 **Prerequisites** - Node.js installed (v18+) - ## 🛠 **Installation & Setup** ### **Step 1: Clone Repository** @@ -71,13 +74,11 @@ Your guidelines server should serve these files: - `/validation-rules.md` - Code validation rules - `/security-rules.md` - Security scanning rules - ### **Step 5: Test in Cursor** 1. Open any PHP file in Cursor 2. Ask the AI: "Check this code for security issues: `class mo_Test {}`" 3. The AI should detect the short prefix violation! - ## 🔧 **Troubleshooting** Having configuration issues? See the [Configuration Troubleshooting Guide](CONFIGURATION-TROUBLESHOOTING.md) for common mistakes and solutions. @@ -92,11 +93,10 @@ Edit the files in `sample-guidelines/html/` to add your own: The MCP server automatically uses updated rules without restart. - ## 📄 **License** MIT License --- -**Built for Dynamic, Maintainable Development Guidelines** 🛡️ +**Built for Dynamic, Maintainable Development Guidelines** 🛡️ \ No newline at end of file