Updated
On this page
Review MCP tools for posting inline comments on code changes, delegating to the wesktop server API for persistent review storage.
#src.wesktop.mcp_tools.review
#src.wesktop.mcp_tools.review
Review MCP tools for posting inline comments on code changes, delegating to the wesktop server API for persistent review storage.
#post_review_comment
python
def post_review_comment(server_url: str, auth_token: str, file: str, line: int, body: str) -> strPost a review comment on a specific file and line.