Metadata-Version: 2.4
Name: feishu-calendar-mcp
Version: 0.1.0
Summary: Feishu calendar MCP server for Qwen.
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: mcp
Requires-Dist: lark-oapi
Requires-Dist: pydantic
Requires-Dist: python-dotenv

# feishu-calendar-mcp

Feishu calendar MCP server for Qwen and other MCP-compatible clients.

## Install

```bash
pip install .
```

## Run

```bash
feishu-calendar-mcp
```

or

```bash
python -m feishu_calendar_mcp
```
