Metadata-Version: 2.4
Name: yourware-mcp
Version: 0.9.9
Summary: yourware mcp server
Project-URL: Homepage, https://ai-zerolab.github.io/yourware-mcp/
Project-URL: Repository, https://github.com/ai-zerolab/yourware-mcp
Project-URL: Documentation, https://ai-zerolab.github.io/yourware-mcp/
Author-email: Wh1isper <jizhongsheng957@gmail.com>
License-File: LICENSE
Keywords: python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.10
Requires-Dist: httpx>=0.28.1
Requires-Dist: loguru>=0.7.3
Requires-Dist: mcp[cli]>=1.6.0
Requires-Dist: pydantic>=2.11.1
Requires-Dist: typer>=0.15.2
Description-Content-Type: text/markdown

## Configuration

```json
{
  "mcpServers": {
    "yourware-mcp": {
      "command": "uvx",
      "args": ["yourware-mcp@latest", "stdio"],
      "env": {}
    }
  }
}
```

## Available environments variables

`YOURWARE_API_KEY` for the API key, you can also let llm config it for you.

