This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
training_audit_event
InactiveTool of ThinkNEO MCP Server
declared in 1.28.0
Append a training-domain audit event to the compliance ledger. kind ∈ {rollback, manual_review, alert, governance_verdict, sim2real_iteration}.
Parameters schema
{
"type": "object",
"title": "training_audit_eventArguments",
"required": [
"kind",
"ref",
"payload"
],
"properties": {
"ref": {
"type": "object",
"title": "Ref",
"description": "Reference dict, e.g. {'run_id':..., 'checkpoint_hash':...}",
"additionalProperties": true
},
"kind": {
"type": "string",
"title": "Kind",
"description": "One of: rollback, manual_review, alert, governance_verdict, sim2real_iteration"
},
"actor": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Actor",
"default": null,
"description": "Optional actor email override"
},
"payload": {
"type": "object",
"title": "Payload",
"description": "Event payload (schema depends on kind)",
"additionalProperties": true
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries