If I try to paste some text (this happens to be json), I get: Paste could not be applied here — nothing was changed.
It seems I can paste regular text, but trying to paste:
{ "mcpServers": { "beauty": { "args": [ "/Applications/Beauty.app/Contents/Resources/mcp/server.cjs", "--endpoint", "/Users/dant/Library/Containers/com.markdown.editor/Data/Library/Application Support/com.markdown.editor/mcp/endpoint.json", "--allow-writes" ], "command": "node" } } }
doesn't work. (This is the generated mcp config from the app itself, I wanted to see what it generated, and tried to paste it into the app. :) )
This does not paste:
"/Applications/Beauty.app/Contents/Resources/mcp/server.cjs"
While this does:
"/Applications/Beauty.app/Contents/Resources/mcp/server.cjs
Something looking for matching quotes?