From 876f590d000ac1bd3f24bd68cd4d288aa3c4a1c8 Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 13 Apr 2025 16:02:28 +0100 Subject: [PATCH] Add MCP Configuration Example for Roo Code / Cline This update adds a usage example showing how to configure Lucidity MCP in mcp.config.json for integration with AI assistants like Roo Code or Cline. This resolves potential confusion around SSE setup and tool declaration by providing a clear snippet directly in the README. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1d8bed5..147ea70 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,18 @@ lucidity-mcp --log-file lucidity.log 3. The AI can now invoke the `analyze_changes` tool to get code quality feedback! + +## Example MCP Configuration (Roo Code / Cline) +``` +}, +"lucidity-mcp": { + "type": "sse", + "url": "http://localhost:6969/sse", + "tools": [ + "analyze_changes" + ] +} +``` ## 🧠 Analysis Dimensions Lucidity analyzes code across 10 critical quality dimensions: