Commit 283ec9c
authored
fix: filter MCP-specific fields from database creation requests (#59)
The database tool was passing all parameters including 'action', 'type',
'uuid', and 'delete_volumes' to the Coolify API, causing validation
errors. The API only expects database-specific fields.
This fix extracts MCP-specific fields and only passes the relevant
database configuration to the API.
Fixes #581 parent ed5e2d2 commit 283ec9c
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
410 | | - | |
411 | | - | |
| 409 | + | |
412 | 410 | | |
413 | 411 | | |
414 | 412 | | |
| |||
428 | 426 | | |
429 | 427 | | |
430 | 428 | | |
431 | | - | |
| 429 | + | |
432 | 430 | | |
433 | 431 | | |
434 | 432 | | |
| |||
0 commit comments