EOL MCP Server
by ducthinh993
Verified
get_all_details
Get comprehensive lifecycle details for all versions of a product
Input Schema
Name | Required | Description | Default |
---|---|---|---|
product | Yes | Software product name (e.g., python, nodejs) |
Input Schema (JSON Schema)
{
"properties": {
"product": {
"description": "Software product name (e.g., python, nodejs)",
"examples": [
"python",
"nodejs"
],
"type": "string"
}
},
"required": [
"product"
],
"type": "object"
}
You must be authenticated.