From 3b6e8d152f18382b60b5d5adc96430ca42a628b8 Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 31 Mar 2026 09:03:52 -0500 Subject: [PATCH] Add plugin manifest (v0.2.0 with ProxyAwareTransport fix) --- .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..65cfa40 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "odoo-mpm", + "version": "0.2.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"] +}