zzstoatzz commited on
Commit
eddef0e
·
1 Parent(s): ebd569a

fix path in atproto example pyproject

Browse files
examples/atproto_mcp/pyproject.toml CHANGED
@@ -24,4 +24,4 @@ build-backend = "hatchling.build"
24
  allow-direct-references = true
25
 
26
  [tool.uv.sources]
27
- fastmcp = { workspace = true }
 
24
  allow-direct-references = true
25
 
26
  [tool.uv.sources]
27
+ fastmcp = { path = "../../../fastmcp" }