Metadata-Version: 2.4
Name: practiso-mcp
Version: 0.1.3
Summary: MCP server to generate Practiso archives
Author: Steve Reed
Author-email: Steve Reed <zhufuzhufu1@gmail.com>
License-Expression: Apache-2.0
Requires-Dist: mcp>=1.23.1
Requires-Dist: practiso-sdk>=1.0.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Practiso MCP

Set of tools to utilize LLMs as Practiso archive generators.

## Get started

Dozens of MCP clients are available. They are probably the same.

Here is an OpenCode configuration example:

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "practiso-mcp": {
      "type": "local",
      "command": ["uvx", "practiso-mcp"]
    }
  },
}
```
