get_versions
Retrieve versions of MindManager Automation MCP Server components to ensure compatibility and track updates. Returns a dictionary of component versions for easy reference.
Instructions
Get the versions of the MindManager Automation MCP Server components.
Returns:
Dict[str, str]: A dictionary containing the versions of the components.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_versionsArguments",
"type": "object"
}