mcp

Results 3 issues of mcp

```lua filters = { dotfiles = true, custom = { "^node_modules$" }, exclude = { ".gitignore$", "^\\.env" }, }, git = { enable = true, ignore = true, show_on_dirs =...

feature request

Is it possible to temporarily disable context guide change while screen scrolling or cursor moving? I thinks that's useful for large context( higher than one screen ). like VSCode does:...

- OS: Ubuntu 22.04 - Docker: Community 24.0.7 ```sh docker run -it \ -v $PWD/data:/data \ -p 80:80 \ -e MYSQL_INTERNAL=false \ -e ZT_MYSQL_HOST=localhost \ -e ZT_MYSQL_PORT=3306 \ -e ZT_MYSQL_USER=user...

priority/1-high 🔥
kind/enhancement