StuMason/coolify-mcp
TypeScript
Pull Request Merged
PR #101 merged: fix: remove is_build_time from env_vars create action
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
+7
additions
-5
deletions
2
files changed