Skip to main content
Glama

JVM MCP Server

decompile_class

Decompile Java class source code for analysis using class and method patterns, enabling debugging and performance diagnostics in JVM processes.

Instructions

反编译指定类的源码

Input Schema

NameRequiredDescriptionDefault
class_patternYes
method_patternNo
pidYes

Input Schema (JSON Schema)

{ "properties": { "class_pattern": { "title": "Class Pattern", "type": "string" }, "method_pattern": { "default": null, "title": "Method Pattern", "type": "string" }, "pid": { "title": "Pid", "type": "integer" } }, "required": [ "pid", "class_pattern" ], "title": "decompile_classArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xzq-xu/jvm-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server