16 lines
294 B
TOML
16 lines
294 B
TOML
[project]
|
|
name = "detmir-mcp"
|
|
version = "0.1.0"
|
|
description = "Read-only MCP facade for DetMir ActivityWatch-Russian operations."
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"mcp>=1.0.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.uv]
|
|
package = false
|