Metadata-Version: 2.4
Name: agentledger-mcp
Version: 1.2.1
Summary: MCP tool and context adapter package for AgentLedger
Project-URL: Homepage, https://github.com/yaogdu/AgentLedger
Project-URL: Repository, https://github.com/yaogdu/AgentLedger
Project-URL: Documentation, https://github.com/yaogdu/AgentLedger/tree/main/docs
Project-URL: Issues, https://github.com/yaogdu/AgentLedger/issues
Author: AgentLedger Contributors
License: Apache-2.0
Keywords: agents,mcp,runtime,tools
Requires-Python: >=3.11
Requires-Dist: agentledger-runtime<2,>=1.2
Description-Content-Type: text/markdown

# agentledger-mcp

MCP-style tool and context adapter package for AgentLedger.

```bash
pip install agentledger-mcp
pip install "agentledger-runtime[mcp]"
```

```python
from agentledger_mcp import MCPToolAdapter, MCPContextAdapter
```

This package exposes the runtime-owned conversion between MCP-style descriptors and AgentLedger `ToolSpec` objects. Concrete MCP transports can be added behind this package without changing runtime-core.

Certification:

```bash
python3 -m agentledger adapter certify --kind mcp --adapter-version 1.2.1
```

