Metadata-Version: 2.4
Name: dekart
Version: 0.1.0
Summary: Dekart CLI for auth, MCP tool discovery, calls, and file upload flows.
Author: Dekart XYZ
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# dekart-cli
Standalone Dekart CLI.

## Install

```bash
pip install -e .
```

After install, command is:

```bash
dekart --help
```

## Config and auth

```bash
dekart config --url http://localhost:3000
dekart init
```

Config and token are stored under:

- `~/.config/dekart/config.json`
- `~/.config/dekart/token.json`

## MCP tools

```bash
dekart tools --json
dekart call --name create_report --args '{}'
dekart upload-file --file /tmp/result.csv --file-id <file-id>
```
