Files
patchy631--ai-engineering-hub/kitops-mcp/pyproject.toml
T
2026-07-13 12:37:47 +08:00

11 lines
225 B
TOML

[project]
name = "kitops-mcp"
version = "0.1.0"
description = "MCP server for managing KitOps ModelKits remotely"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"kitops>=1.2.1",
"mcp[cli]>=1.9.4",
]