From a49fbfdeb2f31420b57f2df1bf4b58b76cad3751 Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 12 May 2026 12:26:32 -0500 Subject: [PATCH] Add plugin.json metadata --- .claude-plugin/plugin.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..d0eedca --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,7 @@ +{ + "name": "plaud-mpm", + "version": "0.1.0", + "description": "Connects Claude to your Plaud recordings — list, search, transcripts, summaries, and AI notes directly in CoWork.", + "author": { "name": "Message Point Media" }, + "keywords": ["plaud", "transcripts", "meetings", "summaries", "voice", "recordings"] +}