You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(mcp): clarify parameter precedence for mutual-exclusive params
Add explicit "Takes precedence" / "Ignored if" hints for tools where
two optional params compete: send_message, get_message_list (dialog_id
vs userid), and extract_image_text (file_id vs image_url).
Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
feat: add send_task_ai_message tool for AI assistant identity messaging
New MCP tool that sends messages to task chats as the AI Assistant
identity (userid=-1), enabling AI agents to report progress and results
directly to DooTask task conversations.
Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>