From ff354c31c76051f94dcaeacd01e4fa5fbef87e2d Mon Sep 17 00:00:00 2001 From: Ruohui Wang Date: Fri, 10 Apr 2026 16:18:35 -0700 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b6f413e..ec56a38f 100644 --- a/README.md +++ b/README.md @@ -98,14 +98,14 @@ repowise init # builds all four intelligence layers (~25 min first time) repowise serve # starts MCP server + local dashboard ``` -Add to your Claude Code config (`~/.claude/claude_desktop_config.json`): +Add to your Claude Code config (optional, `repowise init` already initializes `.mcp.json` under the project root): ```json { "mcpServers": { "repowise": { "command": "repowise", - "args": ["mcp", "--path", "/path/to/your/project"] + "args": ["mcp", "/path/to/your/project"] } } }