{
"title": "mcp.tool.TaskMetadata",
"description": "Metadata for a long-running task.",
"type": "object",
"properties": {
"ttl": {
"description": "Time-to-live for the task, in seconds.",
"anyOf": [
{
"type": "number",
"minimum": -3.4028234663852886e+38,
"maximum": 3.4028234663852886e+38
},
{
"type": "null"
}
],
"omitempty": true
}
}
}