What's wrong with this entry?
Anonymous. No account, no email.
What changed: Enhanced validation of environment variable formats in claude mcp add command
Details:
- New
OI6()function validatesKEY=valueformat using regex/^[A-Za-z_][A-Za-z0-9_]*=/ - Validates variable names start with letter or underscore
- Variable names can contain letters, numbers, and underscores
- Prevents malformed environment variables from being added to MCP server configurations
- Evidence:
OI6()at line 386305 in v2.0.10 (did not exist in v2.0.9)