hyperhive/hive-matrix-mcp/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas c85dcc0dec feat: matrix MCP invite_user tool
Adds an invite_user tool to the per-agent matrix MCP so an agent can invite
another user to a room it's already in (e.g. pull a peer into an existing
chat). Mirrors the existing join_room/send_dm wiring:

- protocol.rs: DaemonRequest::InviteUser { room, user_id }
- handlers.rs: invite_user — parse user_id, resolve room, room.invite_user_by_id
- socket.rs: dispatch arm
- bin/mcp.rs: invite_user tool + InviteUserArgs

room accepts an id or alias; the caller must hold a power level high enough
to invite (the homeserver error is surfaced verbatim otherwise). The invitee
then accepts via join_room. allowedTools is already '*' for the matrix server,
so the tool is exposed without a nix change.
2026-06-05 13:16:09 +02:00
..
bin feat: matrix MCP invite_user tool 2026-06-05 13:16:09 +02:00
client.rs docs: comment std::process::exit(0) intent in M_UNKNOWN_TOKEN recovery 2026-06-04 12:12:20 +02:00
handlers.rs feat: matrix MCP invite_user tool 2026-06-05 13:16:09 +02:00
lib.rs matrix: hive-matrix-mcp crate (daemon+stdio bridge) + harness wiring (#548 phase 3) 2026-05-29 20:51:01 +02:00
main.rs refactor: move M_UNKNOWN_TOKEN recovery into client::build_and_restore 2026-06-04 12:12:20 +02:00
paths.rs feat: surface pending matrix invites in get_loose_ends 2026-06-03 22:33:58 +02:00
protocol.rs feat: matrix MCP invite_user tool 2026-06-05 13:16:09 +02:00
socket.rs feat: matrix MCP invite_user tool 2026-06-05 13:16:09 +02:00
timeline.rs feat: surface pending matrix invites in get_loose_ends 2026-06-03 22:33:58 +02:00
wake.rs feat(#1135): transient wake for matrix mcp events - bypass broker sqlite 2026-06-03 16:09:07 +02:00