Releases: adamtheturtle/MCPClientInstall
Releases · adamtheturtle/MCPClientInstall
Release list
MCPClientInstall 0.1.3
Fixes four configuration-safety edge cases:
- Rejects non-UTF-8 JSON instead of treating it as an empty configuration.
- Quotes Unicode TOML server names correctly.
- Replaces complete multiline
commandandargsvalues without leaving invalid continuation lines. - Recognizes escaped quoted TOML keys without creating duplicate server tables.
MCPClientInstall 0.1.2
Exposes the complete configuration workflow through collision-free APIs: reading and serializing JSON, guarded writes, executable and path checks, and JSON/TOML post-write verification.
MCPClientInstall 0.1.1
Adds collision-free top-level JSON and Codex TOML merge APIs for applications that already define a local MCPClientInstall type.
MCPClientInstall 0.1.0
Initial release.\n\n- Merge-safe JSON configuration for Claude Desktop, Claude Code, and Cursor\n- Surgical Codex TOML updates with quoted-key and multiline-value handling\n- Guarded file replacement with metadata preservation and backups\n- Swift 6.2 support on macOS and Linux\n- DocC and Swift Package Index configuration