-
Notifications
You must be signed in to change notification settings - Fork 336
Closed
Labels
enhancementNew feature or requestNew feature or requestfrontendFrontend development (HTML, CSS, JavaScript)Frontend development (HTML, CSS, JavaScript)help wantedExtra attention is neededExtra attention is neededtriageIssues / Features awaiting triageIssues / Features awaiting triage
Milestone
Description
✨ Feature Summary
Add Word Wrap Support in CodeMirror Editor. This improves readability for long lines of text/code, particularly helpful for JSON content and long string values. This change will enhance user experience by eliminating horizontal scrolling.
🧩 Affected Component
Select the area of the project impacted:
-
mcpgateway
- API -
mcpgateway
- UI (admin panel) -
mcpgateway.wrapper
- stdio wrapper - Federation or Transports
- CLI, Makefiles, or shell scripts
- Container setup (Docker/Podman/Compose)
- Other (explain below)
🔁 Steps to Reproduce
- Open any editor instance in the admin panel (e.g., Test Tool, JSON inputs)
- Enter or paste a long line of text that exceeds the editor width
- Observe that text extends horizontally, requiring horizontal scrolling
- Look for word wrap options in the editor
🤔 Expected Behavior
- Long lines should automatically wrap to the next line when they reach the editor's width
- Text should remain readable without requiring horizontal scrolling
- Code structure and indentation should be preserved when wrapping
- Editor should maintain all other functionality while providing word wrap
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfrontendFrontend development (HTML, CSS, JavaScript)Frontend development (HTML, CSS, JavaScript)help wantedExtra attention is neededExtra attention is neededtriageIssues / Features awaiting triageIssues / Features awaiting triage