Tags: jamiemills/mcp-commandline
Tags
Release v0.4: Implement RFC 3986 compliant URL validation Fixes issue #1 - URL validation regex now properly validates all URL formats per RFC 3986 specification. Supports domains, IPv4, IPv6, localhost with optional ports and paths/queries/fragments. Rejects malformed URLs, wrong protocols, and protocol-only strings. All 17 comprehensive test cases passing.
Version 0.2: Comprehensive MCP schema validation with documentation - Add complete schema validation against MCP specification 2025-11-25 - Validate URL format, scope enum, server names, field types - Validate environment variable names follow POSIX shell convention - Validate args array contains only strings - Add extensive comments documenting schema rules and sources - Update README with schema validation details and references - Support both flat and Claude Desktop JSON formats