Metadata-Version: 2.5
Name: klaridian
Version: 0.1.0
Summary: Generate MCP servers from an OpenAPI spec, with observability and tool curation — native binary, no Node required.
Project-URL: Homepage, https://klaridian.dev
Project-URL: Repository, https://github.com/klaridian/klaridian
Author: Ricardo Vasconcelos
License: MIT
Keywords: cli,codegen,mcp,model-context-protocol,openapi
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# klaridian

Generate [Model Context Protocol](https://modelcontextprotocol.io) servers from an OpenAPI spec, with observability plugins and tool curation built in.

```bash
pip install klaridian        # or: uv tool install klaridian / pipx install klaridian
klaridian generate --spec ./openapi.json --out ./my-server --language python
```

This PyPI package ships a **prebuilt native binary** — no Node.js, no virtualenv, nothing to compile. It's the same CLI published to npm as `klaridian`, compiled to a standalone executable and distributed as a platform-specific wheel (the pattern [ruff](https://pypi.org/project/ruff/) and [uv](https://pypi.org/project/uv/) use).

- **Docs:** https://klaridian.dev
- **Source:** https://github.com/klaridian/klaridian
- **License:** MIT
