Open
Conversation
…tiplexer why: PyPI's keyword index is one of several discovery paths for users finding MCP servers (alongside README search, GitHub topics, and Claude Code's MCP catalog). Including "pane", "window", "session", and "terminal-multiplexer" surfaces the package for the user vocabulary most likely to match their search intent — a user who searches for "tmux session pane MCP" should see this package. what: - pyproject.toml keywords: ["tmux", "mcp", "model-context-protocol", "terminal", "ai"] -> ["tmux", "pane", "window", "session", "terminal", "terminal-multiplexer", "mcp", "model-context-protocol", "ai"]. Reformatted to one-per-line for cleaner future diffs. note: speculative lever — most MCP discovery happens through the client (Claude Code's catalog) rather than PyPI search, so this is a modest hedge rather than a primary discovery mechanism.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #41 +/- ##
==========================================
+ Coverage 84.89% 85.06% +0.17%
==========================================
Files 40 40
Lines 2290 2290
Branches 293 293
==========================================
+ Hits 1944 1948 +4
+ Misses 261 258 -3
+ Partials 85 84 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Summary
Adds
pane,window,session, andterminal-multiplexertopyproject.tomlkeywords so the package surfaces on PyPI search for the most common user vocabulary. A user searching for "tmux session pane MCP" should see this package.Reformatted to one-per-line for cleaner future diffs.
Honest note: most MCP discovery happens through clients (Claude Code's catalog) rather than PyPI search, so this is a modest hedge rather than a primary discovery mechanism.
Test plan
uv run ruff check . && uv run mypy && uv run py.test -q(428 passed)just build-docs