diff --git a/examples/atproto_mcp/pyproject.toml b/examples/atproto_mcp/pyproject.toml index 79d1f6ffc..2f1b67ad9 100644 --- a/examples/atproto_mcp/pyproject.toml +++ b/examples/atproto_mcp/pyproject.toml @@ -22,6 +22,3 @@ build-backend = "hatchling.build" [tool.hatch.metadata] allow-direct-references = true - -[tool.uv.sources] -fastmcp = { path = "../../../fastmcp" }