File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 116116
117117The safest way to do this in bulk is a single perl pass per file, e.g.:
118118``` bash
119- perl -i -pe ' s|git\+https://github\.com/luarss/openroad-mcp"|git+https://github.com/luarss/openroad-mcp@vX.Y.Z"|g' README.md
119+ perl -i -pe ' s|git\+https://github\.com/luarss/openroad-mcp"|git+https://github.com/luarss/openroad-mcp\ @vX.Y.Z"|g' README.md
120120```
121121
122122Apply this to all files containing the bare URL:
Original file line number Diff line number Diff line change 44 "command" : " uvx" ,
55 "args" : [
66 " --from" ,
7- " git+https://github.com/luarss/openroad-mcp" ,
7+ " git+https://github.com/luarss/openroad-mcp@v0.5.2 " ,
88 " openroad-mcp"
99 ]
1010 }
Original file line number Diff line number Diff line change 44 "command" : " uvx" ,
55 "args" : [
66 " --from" ,
7- " git+https://github.com/luarss/openroad-mcp" ,
7+ " git+https://github.com/luarss/openroad-mcp@v0.5.2 " ,
88 " openroad-mcp"
99 ],
1010 "alwaysAllow" : [],
Original file line number Diff line number Diff line change 44 "command" : " uvx" ,
55 "args" : [
66 " --from" ,
7- " git+https://github.com/luarss/openroad-mcp" ,
7+ " git+https://github.com/luarss/openroad-mcp@v0.5.2 " ,
88 " openroad-mcp"
99 ],
1010 "disabled" : false ,
Original file line number Diff line number Diff line change 55 "command" : " uvx" ,
66 "args" : [
77 " --from" ,
8- " git+https://github.com/luarss/openroad-mcp" ,
8+ " git+https://github.com/luarss/openroad-mcp@v0.5.2 " ,
99 " openroad-mcp"
1010 ]
1111 }
Original file line number Diff line number Diff line change 55 "command" : [
66 " uvx" ,
77 " --from" ,
8- " git+https://github.com/luarss/openroad-mcp" ,
8+ " git+https://github.com/luarss/openroad-mcp@v0.5.2 " ,
99 " openroad-mcp"
1010 ],
1111 "enabled" : true
You can’t perform that action at this time.
0 commit comments