publish_content 和 publish_with_video 工具在 MCP 客户端断开或超时时, rod 的 Must* 方法会因 context canceled 直接 panic。 将 inputTag、inputTags、submitPublish、submitPublishVideo 中的 Must* 调用 替换为带 error 返回的安全版本,使错误能正常传播而非 panic。 Closes #352 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>