[project]
name = "java-decompile-mcp"
version = "0.3.1"
description = "MCP server for Java class and jar file decompilation using CFR"
readme = "README.md"
requires-python = ">=3.10"
authors = [
{ name = "Your Name", email = "your.email@example.com" }
]
license = { text = "MIT" }
keywords = ["mcp", "java", "decompiler", "cfr", "reverse-engineering"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"mcp>=1.0.0",
]
[project.urls]
Homepage = "https://github.com/RuoJi6/java-decompile-mcp"
Repository = "https://github.com/RuoJi6/java-decompile-mcp"
Issues = "https://github.com/RuoJi6/java-decompile-mcp/issues"
[project.scripts]
java-decompile-mcp = "java_decompiler_mcp:mcp.run"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["java_decompiler_mcp"]