Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
.env
.env.*

# Local npm registry/proxy config (may contain auth tokens)
.npmrc

# Node modules
node_modules/

Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,6 @@ async with stdio_client(
- **18005**: Local REST API (Express server)
- **18006**: MCP HTTP streaming endpoint

**Avoids conflicts with:**
- 18004: MCP Coder
- 3333: Inspector MCP
- 3500: Memory Service

## Troubleshooting

### Database Clone Failures
Expand Down