Metadata-Version: 2.4
Name: work-tool-mcp
Version: 0.1.5
Summary: The mcp used for performing work tasks
Author-email: vint <vintonlin@gmail.com>
Requires-Python: >=3.10
Requires-Dist: fastmcp>=2.11.3
Requires-Dist: mcp[cli]>=1.13.0
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pdfplumber>=0.11.7
Requires-Dist: pypinyin>=0.55.0
Requires-Dist: scikit-learn>=1.7.1
Requires-Dist: typer>=0.16.1
Description-Content-Type: text/markdown

# 远程配置
```json
{
  "mcpServers": {
    "work-tool-mcp": {
      "name": "work-tool-mcp",
      "command": "uvx",
      "args": [ "work-tool-mcp"]
    }
  }
}
```
# 本地配置
```json
{
  "mcpServers": {
    "work-tool-mcp": {
      "name": "work-tool-mcp",
      "command": "uv",
      "args": [ 
        "--directory",
        "xxxx/src/work_tool_mcp",
        "run" 
      ]
    }
  }
}
```