From 7b14a00b4ebd7d9a250736553cb6b3f740f6e1a8 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Mon, 23 Jun 2025 02:31:26 -0500 Subject: [PATCH] remove uv source in example --- examples/atproto_mcp/pyproject.toml | 3 --- 1 file changed, 3 deletions(-) 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" }