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
@@ -71,7 +71,7 @@ Add something like the following configuration to your Claude Desktop settings (
71
71
"run",
72
72
"github.com/isaacphi/mcp-language-server@latest",
73
73
"--workspace",
74
-
"/Users/you/dev/yourpythoncodebase",
74
+
"/Users/you/dev/yourcodebase",
75
75
"--lsp",
76
76
"/opt/homebrew/bin/pyright-langserver",
77
77
"--",
@@ -87,7 +87,7 @@ Add something like the following configuration to your Claude Desktop settings (
87
87
88
88
Replace:
89
89
90
-
-`/Users/you/dev/yourpythoncodebase` with the absolute path to your project
90
+
-`/Users/you/dev/yourcodebase` with the absolute path to your project
91
91
-`/opt/homebrew/bin/pyright-langserver` with the path to your language server (found using `which` command e.g. `which pyright-langserver`)
92
92
- Any aruments after `--` are sent as arguments to your language server.
93
93
- Any env variables are passed on to the language server. Some may be necessary for you language server. For example, `gopls` required `GOPATH` and `GOCACHE` in order for me to get it working properly.
0 commit comments