#!/usr/bin/env node
/**
 * n8n MCP Server - Main Entry Point
 *
 * This file serves as the entry point for the n8n MCP Server,
 * which allows AI assistants to interact with n8n workflows through the MCP protocol.
 */
export {};
