Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
}
Expand Down