feat(shared-constants): add MCP_UI_SERVER_NAME, deprecate MCP_UIFORGE_SERVER_NAME#137
Conversation
…_SERVER_NAME - Add MCP_UI_SERVER_NAME = 'forge-ui' as canonical name for ui-mcp server - Mark MCP_UIFORGE_SERVER_NAME as @deprecated (backwards-compatible) - Add tests: MCP_UI_SERVER_NAME is 'forge-ui', exported from index - Total: 600 tests
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Project Scorecard |
|




Summary
Add
MCP_UI_SERVER_NAMEas the canonical Forge Space name for the UI generation MCP server, with a backwards-compatible deprecation of the staleMCP_UIFORGE_SERVER_NAME.Changes
patterns/shared-constants/mcp-protocol.tsTests
MCP_UI_SERVER_NAME should be the canonical Forge Space server nameMCP_UI_SERVER_NAMEexported from barrelWhy Backwards-Compatible
MCP_UIFORGE_SERVER_NAMEis kept with a@deprecatedJSDoc tag so existing consumers don't break. They can migrate toMCP_UI_SERVER_NAMEat their own pace.Metrics
'uiforge''uiforge'(kept, deprecated)MCP_UI_SERVER_NAME = 'forge-ui'