#! perl

use strict;
use warnings;

# TODO: redirect STDERR/STDOUT

use Tapper::MCP::Master;
my $mcp = new Tapper::MCP::Master;
$mcp->run;

