From 6064d3f56f7bebdbb662cfe4eae9145aa5cff43c Mon Sep 17 00:00:00 2001 From: Benju1 <58817167+Benju1@users.noreply.github.com> Date: Fri, 5 Dec 2025 04:00:44 +0100 Subject: [PATCH] Update documentation for project management tools --- README.md | 4 ++-- docs/api-reference.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ae0318..ee1ee5d 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ configuration, API coverage, and contributor workflows. ## ✨ Features - **Full ERP coverage** – CRUD tools for users, customers, products, invoices, - orders, contacts, and raw API access. -- **Advanced Search** – Server-side filtering for products and customers to minimize token usage and costs. + orders, contacts, projects, and raw API access. +- **Advanced Search** – Server-side filtering for products, customers, and projects to minimize token usage and costs. - **Async/await HTTP client** – Efficient Dolibarr API wrapper with structured error handling. - **Ready for MCP hosts** – STDIO transport compatible with Claude Desktop out diff --git a/docs/api-reference.md b/docs/api-reference.md index cbc5460..2b01714 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -27,6 +27,7 @@ implements for PrestaShop. | Products | `/products` | Product CRUD operations | | Invoices | `/invoices` | Invoice CRUD operations | | Orders | `/orders` | Order CRUD operations | +| Projects | `/projects` | Project CRUD operations & Search | | Contacts | `/contacts` | Contact CRUD operations | | Raw passthrough | Any relative path | `dolibarr_raw_api` tool for quick tests |