[project]
name = "ccsession"
version = "0.1.0"
description = "MCP server for Claude Code session awareness - context budget, todos, planning docs, and intelligent reset recommendations"
readme = "README.md"
requires-python = ">=3.10"
license = {text = "MIT"}
authors = [
{name = "Tim"}
]
keywords = ["mcp", "claude", "claude-code", "session", "context"]
dependencies = [
"mcp>=1.0.0",
]
[project.optional-dependencies]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.24.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/ccsession"]
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]