mirror of
https://github.com/latinogino/dolibarr-mcp.git
synced 2026-04-24 10:35:35 +02:00
Update documentation for project management tools
This commit is contained in:
@@ -17,8 +17,8 @@ configuration, API coverage, and contributor workflows.
|
|||||||
## ✨ Features
|
## ✨ Features
|
||||||
|
|
||||||
- **Full ERP coverage** – CRUD tools for users, customers, products, invoices,
|
- **Full ERP coverage** – CRUD tools for users, customers, products, invoices,
|
||||||
orders, contacts, and raw API access.
|
orders, contacts, projects, and raw API access.
|
||||||
- **Advanced Search** – Server-side filtering for products and customers to minimize token usage and costs.
|
- **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
|
- **Async/await HTTP client** – Efficient Dolibarr API wrapper with structured
|
||||||
error handling.
|
error handling.
|
||||||
- **Ready for MCP hosts** – STDIO transport compatible with Claude Desktop out
|
- **Ready for MCP hosts** – STDIO transport compatible with Claude Desktop out
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ implements for PrestaShop.
|
|||||||
| Products | `/products` | Product CRUD operations |
|
| Products | `/products` | Product CRUD operations |
|
||||||
| Invoices | `/invoices` | Invoice CRUD operations |
|
| Invoices | `/invoices` | Invoice CRUD operations |
|
||||||
| Orders | `/orders` | Order CRUD operations |
|
| Orders | `/orders` | Order CRUD operations |
|
||||||
|
| Projects | `/projects` | Project CRUD operations & Search |
|
||||||
| Contacts | `/contacts` | Contact CRUD operations |
|
| Contacts | `/contacts` | Contact CRUD operations |
|
||||||
| Raw passthrough | Any relative path | `dolibarr_raw_api` tool for quick tests |
|
| Raw passthrough | Any relative path | `dolibarr_raw_api` tool for quick tests |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user