mirror of
https://github.com/latinogino/dolibarr-mcp.git
synced 2026-04-25 11:05:35 +02:00
docs: update README and API reference with new search capabilities
This commit is contained in:
@@ -14,6 +14,7 @@ configuration, API coverage, and contributor workflows.
|
||||
|
||||
- **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.
|
||||
- **Async/await HTTP client** – Efficient Dolibarr API wrapper with structured
|
||||
error handling.
|
||||
- **Ready for MCP hosts** – STDIO transport compatible with Claude Desktop out
|
||||
|
||||
@@ -21,6 +21,7 @@ implements for PrestaShop.
|
||||
| Resource | Endpoint(s) | Tool group |
|
||||
| --------------- | --------------------------- | --------------------------------------- |
|
||||
| Status | `GET /status` | `get_status`, `test_connection` |
|
||||
| Search | `/products`, `/thirdparties`| `search_products_by_ref`, `search_customers`, `resolve_product_ref` |
|
||||
| Users | `/users` | CRUD helpers under the *Users* group |
|
||||
| Third parties | `/thirdparties` | Customer CRUD operations |
|
||||
| Products | `/products` | Product CRUD operations |
|
||||
|
||||
Reference in New Issue
Block a user