Metadata-Version: 2.4
Name: openflow-mcp-tools
Version: 0.1.0
Summary: OpenFlow 自定义 MCP 工具集 - 提供节假日查询、文本摘要、网页读取等实用 AI Agent 工具
Author: yaotingyu
License: MIT
Keywords: agent,ai,mcp,openflow,tools
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# openflow-mcp-tools

OpenFlow 自定义 MCP 工具集，为 AI Agent 提供实用工具能力。

## 使用

```bash
uvx openflow-mcp-tools
```

## MCP 配置

```json
{
  "mcpServers": {
    "openflow-tools": {
      "command": "uvx",
      "args": ["openflow-mcp-tools"]
    }
  }
}
```

## 包含工具

| 工具 | 说明 |
|---|---|
| `get_holiday_info` | 查询中国法定节假日/调休安排 |
| `text_summary` | 文本摘要提取 |
| `url_reader` | 读取网页内容转纯文本 |
