You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: migrate all luarss refs to The-OpenROAD-Project org (#120)
* chore: migrate all luarss refs to The-OpenROAD-Project org
Replace github.com/luarss/openroad-mcp with The-OpenROAD-Project,
ghcr.io/luarss with ghcr.io/the-openroad-project, and MCP name
io.github.luarss with io.github.the-openroad-project across all
source files (README, CHANGELOG, ROADMAP, server.json, Makefile,
docker-publish.yml, release.yml).
Closes part of #119.
* fix: update author email to it-support@precisioninno.com
Part of migration issue #119 (§3 PyPI Package).
@@ -47,28 +47,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
47
## [0.4.0] - 2026-03-29
48
48
49
49
### Added
50
-
- MCP registry publishing to release pipeline ([#93](https://github.com/luarss/openroad-mcp/pull/93))
51
-
- Cross-platform validation and setup scripts ([#76](https://github.com/luarss/openroad-mcp/pull/76))
52
-
- Comprehensive performance benchmarks for OpenROAD tool calls ([#84](https://github.com/luarss/openroad-mcp/pull/84))
50
+
- MCP registry publishing to release pipeline ([#93](https://github.com/The-OpenROAD-Project/openroad-mcp/pull/93))
51
+
- Cross-platform validation and setup scripts ([#76](https://github.com/The-OpenROAD-Project/openroad-mcp/pull/76))
52
+
- Comprehensive performance benchmarks for OpenROAD tool calls ([#84](https://github.com/The-OpenROAD-Project/openroad-mcp/pull/84))
53
53
54
54
### Changed
55
-
- Consolidated Dockerfile.test into unified multi-stage Dockerfile ([#88](https://github.com/luarss/openroad-mcp/pull/88))
56
-
- Scaled concurrent session test to 50+ with p99/p95 latency metrics ([#86](https://github.com/luarss/openroad-mcp/pull/86))
55
+
- Consolidated Dockerfile.test into unified multi-stage Dockerfile ([#88](https://github.com/The-OpenROAD-Project/openroad-mcp/pull/88))
56
+
- Scaled concurrent session test to 50+ with p99/p95 latency metrics ([#86](https://github.com/The-OpenROAD-Project/openroad-mcp/pull/86))
57
57
- Updated ROADMAP.md
58
58
- Bumped requests dependency version
59
59
60
60
## [0.3.0] - 2026-03-25
61
61
62
62
### Added
63
-
- Production Dockerfile with multi-stage build, non-root user, and GHCR publishing workflow ([#46](https://github.com/luarss/openroad-mcp/pull/46))
64
-
-`--init` flag to docker run commands in Makefile for proper signal handling ([#80](https://github.com/luarss/openroad-mcp/pull/80))
63
+
- Production Dockerfile with multi-stage build, non-root user, and GHCR publishing workflow ([#46](https://github.com/The-OpenROAD-Project/openroad-mcp/pull/46))
64
+
-`--init` flag to docker run commands in Makefile for proper signal handling ([#80](https://github.com/The-OpenROAD-Project/openroad-mcp/pull/80))
- Replaced `cleanup()` with `cleanup_all()` in test_session_manager ([#73](https://github.com/The-OpenROAD-Project/openroad-mcp/pull/73))
69
69
70
70
### Changed
71
-
- Removed dead `skip_fd_issues` marker and unused imports from test_interactive_pty.py ([#82](https://github.com/luarss/openroad-mcp/pull/82))
71
+
- Removed dead `skip_fd_issues` marker and unused imports from test_interactive_pty.py ([#82](https://github.com/The-OpenROAD-Project/openroad-mcp/pull/82))
72
72
73
73
## [0.2.0] - 2026-03-18
74
74
@@ -103,11 +103,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103
103
- QUICKSTART guide, ARCHITECTURE, and CONTRIBUTING documentation
Alternatively, use the standard `.mcp.json` format — Reasonix auto-discovers it.
@@ -792,7 +792,7 @@ We welcome contributions to OpenROAD MCP! Please see [CONTRIBUTING.md](CONTRIBUT
792
792
793
793
## Support
794
794
795
-
If you encounter any issues or have questions, please open an issue on our [GitHub issue tracker](https://github.com/luarss/openroad-mcp/issues).
795
+
If you encounter any issues or have questions, please open an issue on our [GitHub issue tracker](https://github.com/The-OpenROAD-Project/openroad-mcp/issues).
0 commit comments