#!/usr/bin/env node
/**
 * URL Builder MCP Server with HTTP and stdio transport support
 *
 * MCP server that provides URL building tools following project-specific rules
 * Supports both stdio and HTTP/SSE transports for different deployment scenarios
 */
export {};
