Open
Conversation
- Add screen manager with full window listing and navigation - Implement screen-specific commands (hardcopy, window selection) - Add window parsing using awk-style logic for reliable parsing - Support both tmux and screen via unified terminal interface - Add new MCP tools: list_windows and set_window - Handle screen's output width limitations gracefully Author: 44616e46 <96798411+44616e46@users.noreply.github.com>
…uration - Add automatic detection of defscrollback setting from ~/.screenrc - Fallback to 1000 lines when no .screenrc or defscrollback found - Fix screen command syntax to use -p flag instead of session:window format
Owner
|
As a screen user for 20+ years, I would love to support screen. However, this MCP has a critical dependency on a feature tmux has that screen does not have, read only session sharing. I've already documented this at https://github.com/conallob/mcp-ssh-wingman?tab=readme-ov-file#will-you-be-adding-gnu-screen-support |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for GNU Screen