#!/bin/sh

# Test that the mcp version command works and exits successfully
# This is a simple smoke test for the Debian autopkgtest

set -e

mcp version | grep version
