Files
clod/minecraft-mcp/pyproject.toml
T
2026-02-15 10:50:17 +01:00

17 lines
348 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "minecraft-mcp"
version = "0.1.0"
description = "MCP server bridging Claude Code to a Minecraft bot via the Clod mod"
requires-python = ">=3.10"
dependencies = [
"mcp>=1.0",
"httpx",
]
[project.scripts]
minecraft-mcp = "minecraft_mcp.server:main"