Skip to content

Commit 8d3c73a

Browse files
committed
Release v0.29.2
1 parent bb7e16c commit 8d3c73a

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
### Unreleased
22

3+
### v0.29.2: 7 August 2025
4+
5+
#### Improvements
6+
7+
- ElixirLS updated to [v0.29.2](https://github.com/elixir-lsp/elixir-ls/blob/master/CHANGELOG.md#v0292)
8+
- Builtin MCP server is disabled by default
9+
310
### v0.29.1: 5 August 2025
411

512
#### Improvements

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "The Elixir community",
1212
"license": "MIT",
1313
"publisher": "JakeBecker",
14-
"version": "0.29.1",
14+
"version": "0.29.2",
1515
"engines": {
1616
"vscode": "^1.95.0"
1717
},
@@ -234,7 +234,7 @@
234234
"scope": "resource",
235235
"type": "boolean",
236236
"description": "Enable or disable the MCP server",
237-
"default": true
237+
"default": false
238238
},
239239
"elixirLS.mcpPort": {
240240
"scope": "resource",

telemetry.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@
9797
"elixir_ls.lsp_reverse_request": {"classification": "PublicNonPersonalData", "purpose": "PerformanceAndHealth", "comment": "LSP reverse request command"}
9898
},
9999

100+
"mcp_request": {
101+
"elixir_ls.mcp_command": {"classification": "PublicNonPersonalData", "purpose": "PerformanceAndHealth", "comment": "MCP command issued by client"}
102+
},
103+
"mcp_request_error": {
104+
"elixir_ls.mcp_command": {"classification": "PublicNonPersonalData", "purpose": "PerformanceAndHealth", "comment": "MCP command issued by client"},
105+
"elixir_ls.mcp_error": {"classification": "CallstackOrException", "purpose": "PerformanceAndHealth", "comment": "MCP error code"},
106+
"elixir_ls.mcp_error_message": {"classification": "CallstackOrException", "purpose": "PerformanceAndHealth", "comment": "MCP error message"}
107+
},
108+
100109
"parser_error": {
101110
"elixir_ls.parser_error": {"classification": "CallstackOrException", "purpose": "PerformanceAndHealth", "comment": "Parser error message"}
102111
},

0 commit comments

Comments
 (0)