get_version
Retrieve Arthas version details for a specified Java process PID using the JVM MCP Server, enabling easier version tracking and compatibility checks.
Instructions
获取Arthas版本信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pid": {
"title": "Pid",
"type": "integer"
}
},
"required": [
"pid"
],
"title": "get_versionArguments",
"type": "object"
}