get_mindmanager_version
Retrieve the current version of the MindManager application using the MCP server, enabling compatibility checks and version-specific operations without manual verification.
Instructions
Gets the version of the MindManager application.
Returns:
Union[str, Dict[str, str]]: The version of the MindManager application or error dictionary.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_mindmanager_versionArguments",
"type": "object"
}