Skip to content

Commit 21b8452

Browse files
Remove editable source override from everyrow-mcp (#135)
The `[tool.uv.sources]` entry with a relative editable path breaks Claude Desktop extension installs — the relative `../` path doesn't resolve correctly when the extension is unpacked to ~/Library/Application Support/Claude/Claude Extensions/. The regular PyPI dependency `everyrow>=0.2.1` is sufficient for production. Fixes #120 (comment) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8e98d84 commit 21b8452

File tree

2 files changed

+5
-31
lines changed

2 files changed

+5
-31
lines changed

everyrow-mcp/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ dev = [
2929
"ruff>=0.9.9",
3030
]
3131

32-
[tool.uv.sources]
33-
everyrow = { path = "../", editable = true }
34-
3532
[tool.basedpyright]
3633
venvPath = "."
3734
venv = ".venv"

everyrow-mcp/uv.lock

Lines changed: 5 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)