Skip to content

Commit 3411620

Browse files
authored
Point MCP project to local SDK project (#146)
- Configure the MCP project as a workspace within the SDK
1 parent cf69365 commit 3411620

4 files changed

Lines changed: 232 additions & 981 deletions

File tree

everyrow-mcp/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ dependencies = [
1111
"pydantic>=2.0.0,<3.0.0",
1212
]
1313

14+
[tool.uv.sources]
15+
everyrow = { workspace = true }
16+
1417
[project.scripts]
1518
everyrow-mcp = "everyrow_mcp.server:main"
1619

0 commit comments

Comments
 (0)