diff --git a/mcp/src/openisle_mcp/search_client.py b/mcp/src/openisle_mcp/search_client.py index 4c81ed4f7..694e9786c 100644 --- a/mcp/src/openisle_mcp/search_client.py +++ b/mcp/src/openisle_mcp/search_client.py @@ -111,9 +111,8 @@ class SearchClient: async def reply_to_comment( self, comment_id: int, - content: str, - *, token: str | None = None, + content: str, captcha: str | None = None, ) -> dict[str, Any]: """Reply to an existing comment and return the created reply.""" @@ -145,9 +144,8 @@ class SearchClient: async def reply_to_post( self, post_id: int, - content: str, - *, token: str | None = None, + content: str, captcha: str | None = None, ) -> dict[str, Any]: """Create a comment on a post and return the backend payload."""