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
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Each tool supports various options for customizing output, such as including lin
43
43
44
44
This codebase makes use of edited code from [gopls](https://go.googlesource.com/tools/+/refs/heads/master/gopls/internal/protocol) to handle LSP communication. See ATTRIBUTION for details.
45
45
46
-
[mcp-golang](https://github.com/metoro-io/mcp-golang) is used for MCP communication.
46
+
[mcp-go](https://github.com/mark3labs/mcp-go) is used for MCP communication.
47
47
48
48
## Prerequisites
49
49
@@ -161,7 +161,6 @@ Include
161
161
```
162
162
env: {
163
163
"LOG_LEVEL": "DEBUG",
164
-
"LOG_COMPONENT_LEVELS": "wire:DEBUG"
165
164
}
166
165
```
167
166
@@ -180,4 +179,3 @@ The following features are on my radar:
180
179
-[ ] Add LSP server configuration options and presets for common languages
181
180
-[ ] Make a more consistent and scalable API for tools (pagination, etc.)
182
181
-[ ] Create tools at a higher level of abstraction, combining diagnostics, code lens, hover, and code actions when reading definitions or references.
0 commit comments