Skip to content

feat(mcp): let agents send tasks to another connected computer - #2

Merged
sheehanmunim merged 22 commits into
personalfrom
feat/computer-task-routing-mtcode
Aug 18, 2026
Merged

feat(mcp): let agents send tasks to another connected computer#2
sheehanmunim merged 22 commits into
personalfrom
feat/computer-task-routing-mtcode

Conversation

@sheehanmunim

Copy link
Copy Markdown
Member

Summary

  • Agents can call computer_list / computer_send to start a new thread on another computer this MT Code client already knows about (this machine, SSH, T3 Connect, or paired LAN).
  • Same-machine send is handled on the server; cross-machine send is brokered by the desktop, web, or mobile app so the current chat is not moved and the transcript is not shared.
  • Codex is instructed to use these tools instead of asking the user to switch Run on.

Test plan

  • Open MT Code with a local environment plus an SSH/T3 Connect/paired computer
  • In a chat on one machine, ask the agent to do work that belongs on the other (different OS, files, or desktop)
  • Confirm it lists computers, starts a new thread on the target, and the original chat stays put
  • Confirm an offline SSH host is woken the same way as Run on
  • Keep the app open during the send so the client can broker it

Made with Cursor

t3-code Bot and others added 22 commits August 14, 2026 23:03
…d mobile (from pingdotgg#6625)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Models can list the client's environments and start a new thread on a local, SSH, T3 Connect, or paired machine without the user changing Run on.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XXL labels Aug 18, 2026
@sheehanmunim
sheehanmunim merged commit b763844 into personal Aug 18, 2026
6 of 11 checks passed
@sheehanmunim
sheehanmunim deleted the feat/computer-task-routing-mtcode branch August 18, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants