Metadata-Version: 2.4
Name: voyolib
Version: 0.0.5
Summary: Python library for Voyo
Requires-Python: >=3.13
Requires-Dist: aiomysql>=0.3.2
Requires-Dist: aiosqlite>=0.22.1
Requires-Dist: fastapi>=0.115.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: oracledb>=4.0.1
Requires-Dist: po-docs-db>=0.1.0
Description-Content-Type: text/markdown

# voyolib

Python library for Voyo.

## MCP 配置

安装本依赖后，可在 Agent 的 MCP 配置中添加 `voyolib-mcp`：

```json
{
  "mcpServers": {
    "voyollib-mcp": {
      "command": "uv",
      "args": ["run", "voyolib-mcp"],
      "env": {}
    }
  }
}
```

配置后即可使用 `get_common_tool_doc` 与 `get_db_tool_doc` 两个工具查询 voyo 文档。
