From bcd7701e53d712e9418c07e5d3f1da9531bf761b Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 30 Mar 2026 18:37:48 -0500 Subject: [PATCH] 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..3f9d038 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "odoo-mpm", + "version": "0.1.0", + "description": "Connects Claude to MPM's Odoo instance (mpmedia.odoo.com) — Products, Knowledge, Contacts, Sales, CRM, Project, Helpdesk, Purchase, Inventory, and Employees.", + "author": { + "name": "Message Point Media" + }, + "keywords": ["odoo", "erp", "mpm", "project", "crm", "helpdesk"] +}