From ac58bdc8d0b6f871cc4e65339ec2bcd0026e83d7 Mon Sep 17 00:00:00 2001 From: mpmedia Date: Mon, 25 May 2026 12:28:28 -0500 Subject: [PATCH] docs: fix repo owner path (jason -> mpm) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17be8e1..2a7ba7c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ MPM Odoo ERP plugin for Claude Cowork — connects to mpmedia.odoo.com via XML-R **Version:** 0.1.3 **Author:** Message Point Media -**Repo:** https://git.mpm.to/jason/odoo-mpm-plugin +**Repo:** https://git.mpm.to/mpm/odoo-mpm-plugin **CoWork Project:** CW-003 — Odoo V19 MCP Bridge --- @@ -56,7 +56,7 @@ Full install guide: [MPM Odoo Plugin — Install Guide](https://docs.google.com/ **Quick summary:** -1. **Install the plugin** — Claude Desktop: Settings → Plugins → Add Plugin → paste `https://git.mpm.to/jason/odoo-mpm-plugin`. Or install from the `.plugin` file (ask Bryan for current build). +1. **Install the plugin** — Claude Desktop: Settings → Plugins → Add Plugin → paste `https://git.mpm.to/mpm/odoo-mpm-plugin`. Or install from the `.plugin` file (ask Bryan for current build). 2. **Verify `uv` is installed** — Run `which uv` in terminal. If missing: - Mac/Linux: `curl -LsSf https://astral.sh/uv/install.sh | sh` - Windows: `powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"`