FEAT - OPS MCP: инструмент редактирования комментариев
This commit is contained in:
@@ -241,9 +241,28 @@ issue:comment
|
||||
Allowed fields:
|
||||
|
||||
```text
|
||||
comment_html
|
||||
body
|
||||
```
|
||||
|
||||
### `tasker_update_comment`
|
||||
|
||||
Updates an existing comment authored by the same Codex agent on the issue.
|
||||
|
||||
Required scope:
|
||||
|
||||
```text
|
||||
issue:comment
|
||||
```
|
||||
|
||||
Allowed fields:
|
||||
|
||||
```text
|
||||
comment_id
|
||||
body
|
||||
```
|
||||
|
||||
The comment must belong to the granted issue and its actor must match the authenticated agent. User-authored and other-agent comments cannot be rewritten.
|
||||
|
||||
### `tasker_update_structured_blocks`
|
||||
|
||||
Replaces or patches NODE.DC structured blocks in `detail_layout`.
|
||||
|
||||
Reference in New Issue
Block a user