Metadata-Version: 2.4
Name: onec-hbk-bsl
Version: 0.8.4
Summary: Meta package for onec-hbk-bsl
License-Expression: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: onec-hbk-bsl-core[mcp]
Provides-Extra: all
Requires-Dist: onec-hbk-bsl-core[all]; extra == "all"

# onec-hbk-bsl

Full meta package for the `onec-hbk-bsl` toolkit.

Install this package for the default backwards-compatible user-facing surface:
CLI, formatter, diagnostics, LSP, Python API, and MCP.

```bash
pip install onec-hbk-bsl
```

The implementation lives in `onec-hbk-bsl-core`. Install that package directly
when you need the slim formatter/diagnostics/Python API surface without MCP
dependencies.

```bash
pip install onec-hbk-bsl-core
```

Install MCP support for a direct core installation with:

```bash
pip install "onec-hbk-bsl-core[mcp]"
```
