diff --git a/examples/atproto_mcp/pyproject.toml b/examples/atproto_mcp/pyproject.toml index 2d48d71bb..9f0785940 100644 --- a/examples/atproto_mcp/pyproject.toml +++ b/examples/atproto_mcp/pyproject.toml @@ -12,6 +12,9 @@ dependencies = [ "websockets>=15.0.1", ] +[project.scripts] +atproto-mcp = "atproto_mcp.__main__:main" + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"