You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -389,7 +389,7 @@ Analyze comprehensive module dependency relationships including direct/reverse d
389
389
390
390
### Setup and Configuration
391
391
392
-
The MCP server starts automatically when ElixirLS launches (unless disabled). The server uses a predictable port assignment:
392
+
The MCP server starts automatically when ElixirLS launches (if enabled). The server uses a predictable port assignment:
393
393
394
394
-**Default behavior**: Port is calculated as `3789 + hash(workspace_path)` to ensure different workspaces use different ports
395
395
-**Custom port**: Can be set via the `elixirLS.mcpPort` setting
@@ -434,7 +434,7 @@ Replace `/absolute/path/to/elixir-ls/` with the actual path to your ElixirLS ins
434
434
435
435
The MCP server can be configured via ElixirLS settings:
436
436
437
-
-**`elixirLS.mcpEnabled`** (boolean, default: `true`): Enable or disable the MCP server
437
+
-**`elixirLS.mcpEnabled`** (boolean, default: `false`): Enable or disable the MCP server
438
438
-**`elixirLS.mcpPort`** (integer, optional): Set a specific port for the MCP server. If not set, uses `3789 + hash(workspace_path)` for predictable port assignment per workspace
0 commit comments