Metadata-Version: 2.4
Name: axon-mcp
Version: 0.1.0
Summary: Model Context Protocol (MCP) server for Axon Protocol
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=0.1.0
Requires-Dist: httpx>=0.27.0

# Axon Model Context Protocol (MCP) Server

Exposes Axon's core backend capabilities as tools that can be run natively by AI agents.

## Installation

```bash
pip install -e .
```

## Running

```bash
axon-mcp
```
