From e42f9fec7fa3d01b96d763a3adb6e764b2525ea3 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Mon, 23 Jun 2025 02:27:08 -0500 Subject: [PATCH] fix path in atproto example pyproject --- examples/atproto_mcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }