What happened?
When editing configs through the Servers pane on MacOS, the text input widget has autocorrect turned on by default. This turns --flag into —flag (with an em-dash instead of two regular dashes), which breaks the command. It's possible to turn autocorrect off, but it resets the next time you edit. Autocorrect should be disabled throughout the app.
Expected behavior
Text should not be modified from what is input.
Steps to reproduce
- Open the Servers config pane (desktop app)
- Click Add Server
- Click Manual
- Type
-- into any field.
MCPProxy version
MCPProxy v0.33.5 (personal) darwin/arm64
Operating system
macOS
Relevant logs
Pre-submission checklist
What happened?
When editing configs through the Servers pane on MacOS, the text input widget has autocorrect turned on by default. This turns
--flaginto—flag(with an em-dash instead of two regular dashes), which breaks the command. It's possible to turn autocorrect off, but it resets the next time you edit. Autocorrect should be disabled throughout the app.Expected behavior
Text should not be modified from what is input.
Steps to reproduce
--into any field.MCPProxy version
MCPProxy v0.33.5 (personal) darwin/arm64
Operating system
macOS
Relevant logs
Pre-submission checklist
mcpproxy doctorand reviewed the output