refactor: rename allowed_mcp_server_names to allowed-mcp-server-names (#3469)

This commit is contained in:
Tyler
2025-07-07 12:47:27 -07:00
committed by GitHub
parent 97a472f2fb
commit 6eccb474c7
3 changed files with 13 additions and 9 deletions

View File

@@ -179,3 +179,7 @@ Design for a good user experience - Provide clear, minimal, and non-blocking UI
## Comments policy
Only write high-value comments if at all. Avoid talking to the user through comments.
## General style requirements
Use hyphens instead of underscores in flag names (e.g. `my-flag` instead of `my_flag`).