Metadata-Version: 2.4
Name: mcp-worklog
Version: 0.1.0
Summary: MCP 服务：自动化生成和管理工作日报
Author-email: Your Name <your@email.com>
License: MIT
Keywords: daily-report,mcp,worklog
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: dev
Requires-Dist: hypothesis>=6.0.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# MCP Worklog

MCP 服务：自动化生成和管理工作日报。

## 功能

- 追加工作记录到当天日报
- 查询指定日期的日报内容
- 润色和整理日报内容

## 安装

```bash
pip install -e ".[dev]"
```

## 使用

设置环境变量 `WORKLOG_STORAGE_PATH` 指定日报存储路径（默认 `~/worklogs`）。
