mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Add script entry point for atproto-mcp command
This commit is contained in:
parent
1952d5d320
commit
4421bafb2a
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue