From a5c05b6551ed9632707120097d37c767f0e036e6 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 18 May 2026 19:08:30 -0500 Subject: [PATCH] chore: add plugin manifest --- .claude-plugin/plugin.json | 9 +++++++++ 1 file changed, 9 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..094a06d --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "gitlab-mpm", + "version": "0.2.0", + "description": "Read-only access to MPM's GitLab repositories — Visual Applications, APK Code, RDMC, and Middleware Backend.", + "author": { + "name": "Message Point Media" + }, + "keywords": ["gitlab", "code", "repository", "rdmc", "mpm"] +}