MCP
Report MCP config registration
Record that an MCP server entry was written for an agent runtime.
Called by jentic setup / jentic skill init once per runtime whose MCP config entry it wrote (best-effort on the CLI side — a failed report never blocks setup). Emits the mcp.config_registered internal event; when the operator opted into telemetry, the event is forwarded carrying at most the closed runtime tag. Reports are throttled per (actor, runtime) within a 24h in-process window — a throttled repeat is still a 202 with recorded: false, since the CLI treats the report as fire-and-forget. Any authenticated actor may report.
post/mcp/config-registrations
Request body
Example request
{
"runtime": "cursor"
}Response
Successful Response
Changes
Changed in 1 of the 88 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○