File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,13 @@ The mq project follows this main directory structure:
2828 - ` mq-lsp ` - Language Server Protocol implementation
2929 - ` mq-markdown ` - Markdown parser and manipulation utilities
3030 - ` mq-wasm ` - WebAssembly (Wasm) implementation for running mq in browsers and other WASM environments
31+ - ` mq-mcp ` - MCP implementation for mq
32+ - ` mq-python ` - Python bindings for integrating mq functionality into Python applications
3133- ` /docs ` - Documentation and user guides
34+ - ` /editors ` - Editor integrations and plugins for popular code editors
35+ - ` /assets ` - Static assets such as images, icons, and other resources
3236- ` /examples ` - Usage examples
33- - ` /tests ` - Integration tests
37+ - ` /tests ` - Integration tests- ` /src ` - Main CLI tool source code
3438
3539## Pull Request Review Criteria
3640
You can’t perform that action at this time.
0 commit comments