> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vibrai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Version

> Show CLI, M4L bridge, and Python bridge versions.

Show CLI, M4L bridge, and Python bridge versions.

## Command line

### `version`

Show Vibrai CLI, M4L bridge, and Python bridge versions

```bash theme={null}
vibrai version
```

## MCP tools

### `get_version`

Get the running Vibrai.Mcp server version (assembly) and the M4L bridge version (package.json), plus a best-effort license block (status, features\_enabled, days\_remaining). Bridge version is best-effort: if the bridge is unreachable or times out, the response still includes the MCP version with a bridge\_status indicating the failure.

```json theme={null}
{
  "tool": "get_version",
  "arguments": {}
}
```
