fix(servers): persist secretDelivery and entrypoint #118
Reference in New Issue
Block a user
Delete Branch "fix/server-repo-field-mapping"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
mcpctl patch server my-grafana secretDelivery=injectorprinted success and changed nothing. The repository maps update/create fields explicitly one by one, so a new column silently does nothing until added there — API returns 200, CLI reports success,get -o yamlstill shows the old value.Caught by trying to migrate a real server, not by a test. Adds both fields to create and update, plus tests asserting the mapping; 3 of 4 fail against the unfixed repository, verified before keeping.