From 31e2b466210ea509476c9c5584ad1aff4e6fd2bb Mon Sep 17 00:00:00 2001 From: Geoff White Date: Tue, 7 Apr 2026 17:21:34 +0000 Subject: [PATCH 1/4] rich support for matrix protocol, rust-based mcp server and bot --- plugins/a0-matrix-mcp/index.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/a0-matrix-mcp/index.yaml diff --git a/plugins/a0-matrix-mcp/index.yaml b/plugins/a0-matrix-mcp/index.yaml new file mode 100644 index 0000000..1d5741b --- /dev/null +++ b/plugins/a0-matrix-mcp/index.yaml @@ -0,0 +1,12 @@ +title: Matrix Protocol MCP Server and Bot (agent-matrix) +description: Rust implementation of matrix-mcp-server plug compatible with mjknowles server. Along with companion Bot. Will support E2EE. +github: https://github.com/l0r3zz/a0-matrix +tags: + - integration + - automation + - agents + - tools + - matrix + - chat + - e2ee + - mcp From 8b0bc58b889f446fb43896eb9b688a31cb8f77c8 Mon Sep 17 00:00:00 2001 From: Geoff White Date: Wed, 8 Apr 2026 04:50:18 +0000 Subject: [PATCH 2/4] change mname of plugin from a0-matrix-mcp to a0-matrix --- plugins/{a0-matrix-mcp => a0-matrix}/index.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plugins/{a0-matrix-mcp => a0-matrix}/index.yaml (100%) diff --git a/plugins/a0-matrix-mcp/index.yaml b/plugins/a0-matrix/index.yaml similarity index 100% rename from plugins/a0-matrix-mcp/index.yaml rename to plugins/a0-matrix/index.yaml From 309d4b1a7076e02939b3603101f35011c989cd74 Mon Sep 17 00:00:00 2001 From: Geoff White <542390+l0r3zz@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:23:08 -0700 Subject: [PATCH 3/4] Remove 'e2ee' from index.yaml --- plugins/a0-matrix/index.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/a0-matrix/index.yaml b/plugins/a0-matrix/index.yaml index 1d5741b..43b75e7 100644 --- a/plugins/a0-matrix/index.yaml +++ b/plugins/a0-matrix/index.yaml @@ -8,5 +8,4 @@ tags: - tools - matrix - chat - - e2ee - mcp From 615b4c16b3d1d605a426786fe65f425a448fe9b2 Mon Sep 17 00:00:00 2001 From: Geoff White <542390+l0r3zz@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:28:53 -0700 Subject: [PATCH 4/4] Update tags in index.yaml for a0-matrix Removed 'integration' and 'automation' tags from the index.yaml file. --- plugins/a0-matrix/index.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/a0-matrix/index.yaml b/plugins/a0-matrix/index.yaml index 43b75e7..a2dc801 100644 --- a/plugins/a0-matrix/index.yaml +++ b/plugins/a0-matrix/index.yaml @@ -2,10 +2,7 @@ title: Matrix Protocol MCP Server and Bot (agent-matrix) description: Rust implementation of matrix-mcp-server plug compatible with mjknowles server. Along with companion Bot. Will support E2EE. github: https://github.com/l0r3zz/a0-matrix tags: - - integration - - automation - agents - - tools - matrix - chat - mcp