fastmcp/examples/atproto_mcp/fastmcp.json
2025-08-23 09:47:58 -04:00

9 lines
270 B
JSON

{
"$schema": "https://gofastmcp.com/public/schemas/fastmcp.json/v1.json",
"entrypoint": "src/atproto_mcp/server.py",
"environment": {
"dependencies": [
"atproto_mcp@git+https://github.com/jlowin/fastmcp.git#subdirectory=examples/atproto_mcp"
]
}
}