Commit 9c311c7
fix(docs/mcp): correct VS Code deep link URL encoding
The / characters inside the JSON value were not percent-encoded
(%2F), which would cause VS Code's protocol handler to misparse the
config. Use full encodeURIComponent-style encoding (safe='') so the
link matches what the VS Code MCP install handler expects.
Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent da09ee1 commit 9c311c7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments