mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-08-29 06:37:14 +00:00
Add MCP tool for replying to posts
This commit is contained in:
@@ -177,6 +177,12 @@ class CommentReplyResult(BaseModel):
|
||||
comment: CommentData = Field(description="Reply comment returned by the backend.")
|
||||
|
||||
|
||||
class CommentCreateResult(BaseModel):
|
||||
"""Structured response returned when creating a comment on a post."""
|
||||
|
||||
comment: CommentData = Field(description="Comment returned by the backend.")
|
||||
|
||||
|
||||
class PostSummary(BaseModel):
|
||||
"""Summary information for a post."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user