From 41d0022b92c9a4cfeefa47c6f435c1833670461e Mon Sep 17 00:00:00 2001 From: mpmedia Date: Sun, 24 May 2026 23:57:50 -0500 Subject: [PATCH] Add .claude-plugin/plugin.json --- .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..21d7b91 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "git-mpm", + "version": "0.1.0", + "description": "Direct Gitea REST API integration for git.mpm.to — repos, issues, pull requests, releases, file contents, and webhooks.", + "author": { + "name": "MPM" + }, + "keywords": ["gitea", "git", "repos", "issues", "pull-requests", "devops"] +}