Metadata-Version: 2.4
Name: dida365-agent-mcp
Version: 3.0.0
Summary: Renamed to dida365-agent. This package is a thin redirect that installs dida365-agent.
Keywords: mcp,dida365,ticktick,ai,agent,task-management
Author: linhai0872
Author-email: linhai0872 <yuxii_2003@126.com>
License-Expression: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: dida365-agent>=3.0.0
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/linhai0872/dida365-agent
Project-URL: Repository, https://github.com/linhai0872/dida365-agent
Description-Content-Type: text/markdown

# dida365-agent-mcp → dida365-agent

This package has been **renamed to [`dida365-agent`](https://pypi.org/project/dida365-agent/)**.

`dida365-agent-mcp` is now a thin redirect that installs `dida365-agent`. Please switch your dependency:

```bash
pip install dida365-agent
```

The new package provides everything the old one did, plus a CLI and an Agent Skill:

- `dida` / `dida365-agent` — CLI (JSON output, run-and-exit)
- `dida365-mcp` — MCP server (stdio / streamable-http)
- `dida365-oauth` — OAuth helper

See the [project README](https://github.com/linhai0872/dida365-agent) for details.
