diff --git a/examples/atproto_mcp/pyproject.toml b/examples/atproto_mcp/pyproject.toml index 42682ef18..79d1f6ffc 100644 --- a/examples/atproto_mcp/pyproject.toml +++ b/examples/atproto_mcp/pyproject.toml @@ -24,4 +24,4 @@ build-backend = "hatchling.build" allow-direct-references = true [tool.uv.sources] -fastmcp = { workspace = true } +fastmcp = { path = "../../../fastmcp" }