hanzo-tools-lsp
Language Server Protocol tools for Hanzo MCP.
Installation
pip install hanzo-tools-lsp
Tools
lsp - Language Server Protocol
Code intelligence via LSP servers.
Go to definition:
lsp(action="definition", file="/path/to/file.py", line=10, character=15)
Find references:
lsp(action="references", file="/path/to/file.py", line=10, character=15)
Hover information:
lsp(action="hover", file="/path/to/file.py", line=10, character=15)
Code completion:
lsp(action="completion", file="/path/to/file.py", line=10, character=15)
Diagnostics:
lsp(action="diagnostics", file="/path/to/file.py")
Rename symbol:
lsp(action="rename", file="/path/to/file.py", line=10, character=15, new_name="newName")
Check status:
lsp(action="status") # Check LSP server status
Supported Languages
- Go (gopls)
- Python (pyright)
- TypeScript/JavaScript (typescript-language-server)
- Rust (rust-analyzer)
- Java (jdtls)
- C/C++ (clangd)
- Ruby (solargraph)
- Lua (lua-language-server)
Language servers are automatically installed as needed.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hanzo_tools_lsp-0.2.1.tar.gz
(15.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hanzo_tools_lsp-0.2.1.tar.gz.
File metadata
- Download URL: hanzo_tools_lsp-0.2.1.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
605962590aca918a231405529708a8d07e3cf1ea989d4c11fd509624bb2c722b
|
|
| MD5 |
555fda9420d288a24e07d86a52310985
|
|
| BLAKE2b-256 |
30f1ecc77fa1a160d229677b2ff769c326ff8389d2a1606b48dbc2ddddf03be2
|
File details
Details for the file hanzo_tools_lsp-0.2.1-py3-none-any.whl.
File metadata
- Download URL: hanzo_tools_lsp-0.2.1-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39fdb6ae44e9ee3d77860c29b90a2e534bc169e7ebba6ea07bb463175c588591
|
|
| MD5 |
8f1696f345c28e8ef03e203e665da74b
|
|
| BLAKE2b-256 |
e1611bc0fd82cbed42fc598668463150fa367cfc1626d792b379d49801e253f1
|