Skip to content

Tags: jamiemills/mcp-commandline

Tags

v0.4

Toggle v0.4's commit message
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.

v0.3

Toggle v0.3's commit message
Release v0.3: Add automatic transport type inference based on configu…

…ration structure

v0.2

Toggle v0.2's commit message
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

v0.1

Toggle v0.1's commit message
Version 0.1: Initial JSON to MCP server command converter