Shared types and utilities for MCPower projects.
Install directly from GitHub:
pip install git+https://github.com/MCPower-Security/mcpower-shared.gitOr add to your requirements.txt:
mcpower_shared @ git+https://github.com/MCPower-Security/mcpower-shared.git
Import the types you need:
from mcpower_shared.mcp_types import UserDecision, PolicyRequest, AgentContext ...
from mcpower_shared import ServerRef, ToolRef ...- Python 3.10 or higher
Apache 2.0