UNPKG

url-builder-mcp

Version:

URL Builder MCP Server - Professional URL construction with intelligent parameter handling for Claude Desktop

9 lines (8 loc) 268 B
#!/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 {};