There was an error while loading. Please reload this page.
1 parent 7a92367 commit 91baaceCopy full SHA for 91baace
README.md
@@ -27,6 +27,11 @@ This codebase makes use of edited code from [gopls](https://go.googlesource.com/
27
## Prerequisites
28
Install Go: Follow instructions at https://golang.org/doc/install
29
30
+Fetch or update this server:
31
+```bash
32
+go get -u github.com/isaacphi/mcp-language-server@latest
33
+```
34
+
35
Install a language server for your codebase:
36
37
- Python (pyright): `npm install -g pyright`
0 commit comments