Metadata-Version: 2.4
Name: mcpower_shared
Version: 0.1.5
Summary: Shared types and utilities for MCPower projects
Author: MCPower
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/MCPower-Security/mcpower-shared
Project-URL: Repository, https://github.com/MCPower-Security/mcpower-shared
Project-URL: Issues, https://github.com/MCPower-Security/mcpower-shared/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# mcpower_shared

Shared types and utilities for MCPower projects.

## Installation

Install directly from GitHub:

```bash
pip install git+https://github.com/MCPower-Security/mcpower-shared.git
```

Or add to your `requirements.txt`:

```
mcpower_shared @ git+https://github.com/MCPower-Security/mcpower-shared.git
```

## Usage

Import the types you need:

```python
from mcpower_shared.mcp_types import UserDecision, PolicyRequest, AgentContext ...
from mcpower_shared import ServerRef, ToolRef ...
```

## Requirements

- Python 3.10 or higher

## License

Apache 2.0

