[project]
name = "ticktick-md-mcp"
version = "0.1.0"
description = "A TickTick API wrapper with CLI and MCP server for AI assistant integration"
readme = "README.md"
license = "MIT"
requires-python = ">=3.11"
keywords = ["ticktick", "mcp", "todo", "tasks", "productivity", "api", "cli", "markdown"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"mcp>=1.25.0",
"pytest>=9.0.2",
"python-dotenv>=1.1.1",
"requests>=2.26.0",
"responses>=0.23.1",
]
[project.urls]
Repository = "https://github.com/nagatushar/ticktick-md-mcp"
Issues = "https://github.com/nagatushar/ticktick-md-mcp/issues"