Skip to content

Commit fb91c4e

Browse files
committed
📝 Update project directory structure in Copilot instructions
1 parent 89a9137 commit fb91c4e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎.github/copilot-instructions.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)