| Crates.io | mq-lsp |
| lib.rs | mq-lsp |
| version | 0.5.12 |
| created_at | 2025-11-23 11:57:04.172405+00 |
| updated_at | 2026-01-25 14:05:48.907588+00 |
| description | Language Server Protocol implementation for mq query language |
| homepage | https://mqlang.org/ |
| repository | https://github.com/harehare/mq |
| max_upload_size | |
| id | 1946428 |
| size | 144,414 |
Language Server Protocol (LSP) implementation for the mq query language, providing rich IDE features for mq development.
The easiest way to use mq-lsp is through the VSCode extension:
cargo install mq-lsp
git clone https://github.com/harehare/mq
cd mq/crates/mq-lsp
cargo build --release
The binary will be available at target/release/mq-lsp.
The LSP server communicates via stdin/stdout following the LSP protocol:
mq-lsp
git clone https://github.com/harehare/mq
cd mq
cargo build -p mq-lsp
cargo test -p mq-lsp
Licensed under the MIT License.