One entryMerged PR· StuMason/coolify-mcp· TypeScript
PR #101 merged: fix: remove is_build_time from env_vars create action
additions
+7
deletions
-5
files changed
2
Summary
Remove is_build_time parameter from the env_vars tool schema. Coolify API rejects this field for env var creation despite it being documented in the OpenAPI spec.
Changes
- Remove
is_build_timefrom tool schema (was misleading users) - Remove from create action handler
- Add comment explaining why
Test plan
-
npm test- 219 tests passing - Verified against issue reproduction steps
Fixes #97