Skip to content

pyproject: expand PyPI keywords#41

Open
tony wants to merge 1 commit intomainfrom
feature/pyproject-expand-keywords
Open

pyproject: expand PyPI keywords#41
tony wants to merge 1 commit intomainfrom
feature/pyproject-expand-keywords

Conversation

@tony
Copy link
Copy Markdown
Member

@tony tony commented May 8, 2026

Summary

Adds pane, window, session, and terminal-multiplexer to pyproject.toml keywords 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.

keywords = [
  "tmux",
  "pane",
  "window",
  "session",
  "terminal",
  "terminal-multiplexer",
  "mcp",
  "model-context-protocol",
  "ai",
]

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

…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-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.06%. Comparing base (01192bb) to head (f8212e9).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants