From d0f28679338739cc47452ac76706e7732be11b00 Mon Sep 17 00:00:00 2001 From: Paul Logan Date: Fri, 17 Jul 2026 23:09:16 -0700 Subject: [PATCH] Add Gemini (AGY) plugin manifest --- .gemini-plugin/plugin.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gemini-plugin/plugin.json diff --git a/.gemini-plugin/plugin.json b/.gemini-plugin/plugin.json new file mode 100644 index 0000000..b380bf3 --- /dev/null +++ b/.gemini-plugin/plugin.json @@ -0,0 +1,26 @@ +{ + "name": "wire", + "displayName": "Wire", + "version": "0.17.0", + "description": "Magic-wormhole for AI agents — bilateral signed-message bus over local and federated mailbox relays. Rust-native MCP server with Ed25519-rooted identity. Discover, pair, and message Claude, Codex, Copilot, and Antigravity agents from this session.", + "author": { + "name": "Paul Logan", + "email": "paul@slancha.ai" + }, + "homepage": "https://wireup.net", + "repository": "https://github.com/SlanchaAi/wire", + "license": "AGPL-3.0-or-later", + "keywords": [ + "agent", + "p2p", + "ed25519", + "wormhole", + "mailbox", + "mcp", + "identity", + "rfc-001" + ], + "mcpServers": "./.mcp.json", + "skills": "./skills/", + "hooks": "./hooks/hooks.json" +}