Metadata-Version: 2.4
Name: lyapimcp
Version: 0.1.0
Author-email: narumi <toucans-cutouts0f@icloud.com>
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: httpx>=0.28.1
Requires-Dist: loguru>=0.7.3
Requires-Dist: mcp[cli]>=1.6.0
Description-Content-Type: text/markdown

# lyapi-mcp

### GitHub

```json
{
  "mcpServers": {
    "lyapimcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/narumiruna/lyapi-mcp",
        "lyapimcp"
      ]
    }
  }
}
```

### PyPI

```json
{
  "mcpServers": {
    "lyapimcp": {
      "command": "uvx",
      "args": ["lyapimcp@latest"]
    }
  }
}
```

### Local

```json
{
  "mcpServers": {
    "lyapimcp": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/home/<user>/workspace/lyapi-mcp",
        "lyapimcp"
      ]
    }
  }
}
```
