Publish a triage result to the dashboard
publish_triagePublishes a CI failure diagnosis with supporting signals to a dashboard, returning a link to share the triage.
Instructions
Sends a triage's explanation and signals to a deployed ci-triage-dashboard instance, returning a shareable URL. Requires "dashboardUrl" in ~/.ci-triage-mcp/config.json and the CI_TRIAGE_DASHBOARD_TOKEN env var -- neither is set by default. ci-triage-dashboard (see dashboard/) exists and works but isn't deployed anywhere public yet (see README roadmap), so this will currently fail with a clear "not configured" error until dashboardUrl is set. Ask the user before calling this once it is configured -- publishing may make the triage readable by others.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name, e.g. "playwright-typescript-framework" | |
| owner | Yes | Repository owner/org, e.g. "krishanchawla" | |
| runId | Yes | ||
| signals | Yes | ||
| summary | Yes | ||
| category | Yes | ||
| suggestedFix | No |