EOL MCP Server

by ducthinh993
Verified

compare_versions

Compare versions and get detailed upgrade analysis

Input Schema

NameRequiredDescriptionDefault
productYesSoftware product name (e.g., python, nodejs)
versionYesCurrent version being used

Input Schema (JSON Schema)

{ "properties": { "product": { "description": "Software product name (e.g., python, nodejs)", "examples": [ "python", "nodejs" ], "type": "string" }, "version": { "description": "Current version being used", "examples": [ "3.8", "16" ], "type": "string" } }, "required": [ "product", "version" ], "type": "object" }