a68f6c381fa0a0a2f2adb834194d8362b002fb95
The save_config function was using json.dump with default ensure_ascii=True, which converted all Romanian characters to \uXXXX escape sequences, making the entire ~/.claude.json file appear modified even when only changing MCP server configuration for a specific project. Added ensure_ascii=False to preserve original UTF-8 encoding and minimize file changes to only the intended MCP server modifications. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided
Languages
PLSQL
50.6%
PowerShell
22.7%
Shell
19.3%
Batchfile
4.2%
Python
2.8%
Other
0.4%