@@ -84,7 +84,7 @@ The basic configuration for all MCP clients:
8484 "command" : " uvx" ,
8585 "args" : [
8686 " --from" ,
87- " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 " ,
87+ " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 " ,
8888 " openroad-mcp"
8989 ]
9090 }
@@ -93,8 +93,8 @@ The basic configuration for all MCP clients:
9393```
9494
9595> ** Note:** The URL above is pinned to a specific release for supply chain safety.
96- > To always track the latest version instead, drop the ` @v0.5.3 ` suffix:
97- > ` "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 " ` .
96+ > To always track the latest version instead, drop the ` @v0.5.4 ` suffix:
97+ > ` "git+https://github.com/The-OpenROAD-Project/openroad-mcp" ` .
9898
9999For local development, use:
100100
@@ -156,7 +156,7 @@ Add to `.vscode/mcp.json` (VS Code 1.99+). Note the different schema — `server
156156 "command" : " uvx" ,
157157 "args" : [
158158 " --from" ,
159- " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 " ,
159+ " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 " ,
160160 " openroad-mcp"
161161 ]
162162 }
@@ -195,7 +195,7 @@ Add to the Cline MCP settings file:
195195 "command" : " uvx" ,
196196 "args" : [
197197 " --from" ,
198- " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 " ,
198+ " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 " ,
199199 " openroad-mcp"
200200 ],
201201 "disabled" : false ,
@@ -219,7 +219,7 @@ Add to `.roo/mcp.json` in your project root (or the equivalent user-level settin
219219 "command" : " uvx" ,
220220 "args" : [
221221 " --from" ,
222- " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 " ,
222+ " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 " ,
223223 " openroad-mcp"
224224 ],
225225 "disabled" : false ,
@@ -246,7 +246,7 @@ Add to `~/.continue/config.json`:
246246 "command" : " uvx" ,
247247 "args" : [
248248 " --from" ,
249- " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 " ,
249+ " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 " ,
250250 " openroad-mcp"
251251 ]
252252 }
@@ -271,7 +271,7 @@ Add to `~/.config/zed/settings.json`:
271271 "path" : " uvx" ,
272272 "args" : [
273273 " --from" ,
274- " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 " ,
274+ " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 " ,
275275 " openroad-mcp"
276276 ]
277277 },
@@ -311,7 +311,7 @@ Add to your VS Code `settings.json` (User or Workspace scope):
311311 "command" : " uvx" ,
312312 "args" : [
313313 " --from" ,
314- " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 " ,
314+ " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 " ,
315315 " openroad-mcp"
316316 ]
317317 }
@@ -361,7 +361,7 @@ Add to `opencode.json` in your project root:
361361 "command" : [
362362 " uvx" ,
363363 " --from" ,
364- " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 " ,
364+ " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 " ,
365365 " openroad-mcp"
366366 ],
367367 "enabled" : true
@@ -391,7 +391,7 @@ Add to `.kilocode/mcp.json` in your project root:
391391 "command" : " uvx" ,
392392 "args" : [
393393 " --from" ,
394- " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 " ,
394+ " git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 " ,
395395 " openroad-mcp"
396396 ],
397397 "alwaysAllow" : [],
@@ -416,7 +416,7 @@ extensions:
416416 cmd : uvx
417417 args :
418418 - --from
419- - git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3
419+ - git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4
420420 - openroad-mcp
421421 enabled : true
422422` ` `
@@ -438,7 +438,7 @@ Add to your VS Code `settings.json`:
438438 "command": "uvx",
439439 "args": [
440440 "--from",
441- "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 ",
441+ "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 ",
442442 "openroad-mcp"
443443 ]
444444 }
@@ -459,7 +459,7 @@ Add to `~/.codex/config.toml` (global) or `.codex/config.toml` (project-scoped):
459459[[mcp_servers]]
460460name = "openroad-mcp"
461461command = "uvx"
462- args = ["--from", "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 ", "openroad-mcp"]
462+ args = ["--from", "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 ", "openroad-mcp"]
463463` ` `
464464
465465</details>
@@ -479,7 +479,7 @@ PearAI uses the same config format as Continue. Add to `~/pearai/config.json`:
479479 "command": "uvx",
480480 "args": [
481481 "--from",
482- "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 ",
482+ "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 ",
483483 "openroad-mcp"
484484 ]
485485 }
@@ -503,7 +503,7 @@ Add to `~/.codebuddy/config.jsonc` (global) or `.codebuddy/mcp.jsonc` (project-s
503503 "command": "uvx",
504504 "args": [
505505 "--from",
506- "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 ",
506+ "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 ",
507507 "openroad-mcp"
508508 ]
509509 }
@@ -525,7 +525,7 @@ mcp_servers:
525525 command: uvx
526526 args:
527527 - --from
528- - git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3
528+ - git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4
529529 - openroad-mcp
530530` ` `
531531
@@ -544,7 +544,7 @@ Add to `~/.copilot/mcp-config.json`:
544544 "command": "uvx",
545545 "args": [
546546 "--from",
547- "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 ",
547+ "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 ",
548548 "openroad-mcp"
549549 ]
550550 }
@@ -569,7 +569,7 @@ Add to `.omp/mcp.json` (project-level) or `~/.omp/agent/mcp.json` (global):
569569 "command": "uvx",
570570 "args": [
571571 "--from",
572- "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 ",
572+ "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 ",
573573 "openroad-mcp"
574574 ]
575575 }
@@ -592,7 +592,7 @@ Add to `~/.openclaw/openclaw.json`:
592592 "command": "uvx",
593593 "args": [
594594 "--from",
595- "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 ",
595+ "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 ",
596596 "openroad-mcp"
597597 ],
598598 "enabled": true
@@ -614,7 +614,7 @@ Navigate to the AstrBot WebUI → **MCP** section → **Add Server**, and enter:
614614` ` ` json
615615{
616616 "command": "uvx",
617- "args": ["--from", "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 ", "openroad-mcp"]
617+ "args": ["--from", "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 ", "openroad-mcp"]
618618}
619619` ` `
620620
@@ -636,7 +636,7 @@ Add to `deepcode_config.json` in your project root:
636636 "command": "uvx",
637637 "args": [
638638 "--from",
639- "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 ",
639+ "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 ",
640640 "openroad-mcp"
641641 ]
642642 }
@@ -658,7 +658,7 @@ mcpServers:
658658 command: uvx
659659 args:
660660 - --from
661- - git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3
661+ - git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4
662662 - openroad-mcp
663663` ` `
664664
@@ -677,7 +677,7 @@ Add to `.crush.json` (project-local) or `~/.config/crush/crush.json` (global):
677677 "command": "uvx",
678678 "args": [
679679 "--from",
680- "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 ",
680+ "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 ",
681681 "openroad-mcp"
682682 ]
683683 }
@@ -696,7 +696,7 @@ Add to `reasonix.toml` (project root) or `~/.config/reasonix/config.toml` (globa
696696[[plugins]]
697697name = "openroad-mcp"
698698command = "uvx"
699- args = ["--from", "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.3 ", "openroad-mcp"]
699+ args = ["--from", "git+https://github.com/The-OpenROAD-Project/openroad-mcp@v0.5.4 ", "openroad-mcp"]
700700` ` `
701701
702702Alternatively, use the standard `.mcp.json` format — Reasonix auto-discovers it.
0 commit comments