#!/bin/sh
# Wrapper for SSH forced-command MCP entrypoint.
# SSH's command="..." restriction replaces the client's command with
# this script and stores the original in $SSH_ORIGINAL_COMMAND.
# Pass it through to colibri-mcp so `ssh colibri@mother tools` works.
exec /usr/local/bin/colibri-mcp ${SSH_ORIGINAL_COMMAND}
