Metadata-Version: 2.4
Name: sty-xguard-agent-safety-mcp
Version: 0.1.1
Summary: XGuard-powered MCP server for agent safety
Requires-Python: >=3.10
Requires-Dist: accelerate
Requires-Dist: mcp[cli]>=1.9.2
Requires-Dist: modelscope
Requires-Dist: sentencepiece
Requires-Dist: torch
Requires-Dist: transformers
Description-Content-Type: text/markdown

# XGuard Agent Safety MCP

A ModelScope/XGuard-powered MCP server for agent safety.

## Tools
- inspect_prompt
- inspect_response
- inspect_conversation
- inspect_tool_call

## Features
- Prompt safety inspection
- Response safety inspection
- Conversation safety inspection
- Tool-call safety gate for agents

## Notes
- Default model is controlled by env var `XGUARD_MODEL_ID`
- Explanation length is controlled by env var `XGUARD_EXPLAIN_TOKENS`
