standup mr for Zed
io.github.jubstaaa/standup-mr
Standup notes from merge request state, with the failed job's error lines.
client:Zed
transport:stdio
runtime:npm
Install standup mr in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"standup-mr": {
"command": "npx",
"args": [
"-y",
"standup-mr"
],
"env": {
"STANDUP_PROVIDER": "<STANDUP_PROVIDER>",
"GITHUB_HOST": "<GITHUB_HOST>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"GITLAB_HOST": "<GITLAB_HOST>",
"GITLAB_TOKEN": "<GITLAB_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs