mirror of
https://github.com/latinogino/dolibarr-mcp.git
synced 2026-04-24 18:45:35 +02:00
Improve validation, correlation IDs, and client safeguards
This commit is contained in:
@@ -42,6 +42,7 @@ class TestProjectOperations:
|
||||
# Create
|
||||
mock_request.return_value = {"id": 200}
|
||||
project_id = await client.create_project({
|
||||
"ref": "PRJ-NEW-WEBSITE",
|
||||
"title": "New Website",
|
||||
"description": "Website redesign project",
|
||||
"socid": 1,
|
||||
|
||||
Reference in New Issue
Block a user