Skip to content

[feat] add version to semble command in mcp and instructions#229

Merged
stephantul merged 2 commits into
mainfrom
add-version-to-semble
Jul 22, 2026
Merged

[feat] add version to semble command in mcp and instructions#229
stephantul merged 2 commits into
mainfrom
add-version-to-semble

Conversation

@stephantul

Copy link
Copy Markdown
Contributor

Closes #186

This PR adds the current semble version to the MCP and instructions so that agents do not call a newer version of semble.

@greptile-apps

greptile-apps Bot commented Jul 22, 2026

Copy link
Copy Markdown

Confidence Score: 4/5

Source and editable installations can generate an MCP command that runs different code or fails to resolve.

  • Published release installations receive consistent pinned configuration.
  • Local installations are converted into index lookups using only the hard-coded version.
  • The generated MCP server can therefore differ from the installed code or fail to start.

src/semble/installer/agents.py

Reviews (1): Last reviewed commit: "add versioning to semble" | Re-trigger Greptile

Comment thread src/semble/installer/agents.py Outdated
@stephantul
stephantul requested a review from Pringled July 22, 2026 09:18

@Pringled Pringled left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LLLLGTM

@stephantul
stephantul merged commit 9063195 into main Jul 22, 2026
15 checks passed
@stephantul
stephantul deleted the add-version-to-semble branch July 22, 2026 10:19
@codecov

codecov Bot commented Jul 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/semble/installer/agents.py 100.00% <100.00%> (ø)
src/semble/installer/config.py 100.00% <100.00%> (ø)
src/semble/installer/installer.py 100.00% <100.00%> (ø)
🚀 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.

[suggestion] semble install should set exact versions for uvx commands

2 participants