+6
-6
register_tools.py
+6
-6
register_tools.py
···
36
36
"description": "Create a new Bluesky post or thread",
37
37
"tags": ["bluesky", "post", "create", "thread"]
38
38
},
39
-
# {
40
-
# "func": get_bluesky_feed,
41
-
# "args_schema": FeedArgs,
42
-
# "description": "Retrieve a Bluesky feed (home timeline or custom feed)",
43
-
# "tags": ["bluesky", "feed", "timeline"]
44
-
# },
39
+
{
40
+
"func": get_bluesky_feed,
41
+
"args_schema": FeedArgs,
42
+
"description": "Retrieve a Bluesky feed (home timeline or custom feed)",
43
+
"tags": ["bluesky", "feed", "timeline"]
44
+
},
45
45
{
46
46
"func": attach_user_blocks,
47
47
"args_schema": AttachUserBlocksArgs,