mcp: scaffold metin_release_mcp package and pyproject entry

This commit is contained in:
Jan Nedbal
2026-04-14 19:33:00 +02:00
parent 6e71ddb635
commit d55291e75e
4 changed files with 34 additions and 0 deletions

View File

@@ -22,9 +22,13 @@ dev = [
"pytest>=8",
"pytest-mock>=3",
]
mcp = [
"mcp>=1.0",
]
[project.scripts]
metin-release = "metin_release.cli:main"
metin-release-mcp = "metin_release_mcp.server:main"
[tool.setuptools.packages.find]
where = ["src"]