Metadata-Version: 2.4
Name: metal-tools
Version: 0.1.1
Summary: System stats utilities with optional MCP server mode.
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: psutil>=5.9
Provides-Extra: mcp
Requires-Dist: mcp>=1.0.0; extra == "mcp"

# metal-tools

`metal-tools` provides simple CPU and memory usage stats.

## Usage

Run as a script:

```bash
metal-tools
metal-tools --json
```

## Build for PyPI

Build source and wheel distributions:

```bash
rm -rf dist metal_tools.egg-info
python -m build
```

Artifacts are written to `dist/`.
