Skip to content

Commit 22ebda7

Browse files
committed
update readme
1 parent 010e8a6 commit 22ebda7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This is an [MCP](https://modelcontextprotocol.io/introduction) server that runs
9191
"--workspace",
9292
"/Users/you/dev/yourproject/",
9393
"--lsp",
94-
"pyright",
94+
"pyright-langserver",
9595
"--",
9696
"--stdio"
9797
]
@@ -145,13 +145,11 @@ This is an [MCP](https://modelcontextprotocol.io/introduction) server that runs
145145
- `diagnostics`: Provides diagnostic information for a specific file, including warnings and errors.
146146
- `hover`: Display documentation, type hints, or other hover information for a given location.
147147
- `rename_symbol`: Rename a symbol across a project.
148-
- `edit_file`: Allows making multiple text edits to a file programmatically.
149-
150-
The `edit_file` tool is not strictly related to the language server but it provides a more reliable and context economical way to edit files compared to search and replace based edit tools, provided you have line numbers.
148+
- `edit_file`: Allows making multiple text edits to a file based on line numbers. Provides a more reliable and context-economical way to edit files compared to search and replace based edit tools.
151149

152150
## About
153151

154-
I hope that this server makes working with medium and large sized codebases more accessible to AI tools.
152+
I hope that this server makes working with AI tools more convenient for medium and large sized codebases.
155153

156154
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. Everything here is covered by a permissive BSD style license.
157155

0 commit comments

Comments
 (0)