Перейти к содержимому

entherium_report_defect

Это содержимое пока не доступно на вашем языке.

File a DEFECT you found in the platform. Give MAXIMUM detail so it can be detected AND reproduced, as in full QA management: ordered steps_to_reproduce, what you expected vs the actual behaviour, evidence (links / quotes / screenshot URLs / logs — plain strings or {“type”,“url”|“value”} objects both work), the component, and environment (instance/url/run_guid/commit). Set spec_ref to the feature’s SPEC id (“SPEC-NNN”) when the defect is about a known spec, so it targets the right feature context (an unknown spec id is REJECTED). A report WITHOUT repro steps or an evidence locator is QUARANTINED, not tracked. Duplicates of an existing defect are merged server-side. Returns {“accepted”: true} when the report is taken, or {“accepted”: false} if it could not be accepted — nothing else about the ticket comes back (SPEC-004 §1.5/§3.7).

NameTypeRequiredDescription
titlestringyes
steps_to_reproducearray | nullno
expectedstring | nullno
actualstring | nullno
evidencearray | array | string | nullno
componentstring | nullno
severitystring | nullno
environmentobject | nullno
behavior_casesarray | nullno
spec_refstring | nullno

Send inside an initialized MCP session (see Connecting):

{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "entherium_report_defect",
"arguments": {
"title": "<title>"
}
}
}
SymptomCauseAction
401Token missing/expiredRe-issue via POST /auth/agent-token; a new token replaces your grants
403 / capability errorYour token lacks the capability or the contract grantCheck my_capabilities first; ask the owner for the grant