Description
Remove the deprecated Port field from MCPRemoteProxySpec and simplify its helper method.
Implementation Notes
File: cmd/thv-operator/api/v1alpha1/mcpremoteproxy_types.go
Field to remove: Port (line ~48) — proxyPort is the canonical field.
Note: MCPRemoteProxy is being deprecated by RFC-0057 in favour of MCPRemoteEndpoint. This cleanup is minimal — just removing the deprecated field alias to keep the API clean for the remaining v1alpha2 lifetime.
Post-implementation: Run task gen.
Acceptance Criteria
Description
Remove the deprecated
Portfield fromMCPRemoteProxySpecand simplify its helper method.Implementation Notes
File:
cmd/thv-operator/api/v1alpha1/mcpremoteproxy_types.goField to remove:
Port(line ~48) —proxyPortis the canonical field.Note: MCPRemoteProxy is being deprecated by RFC-0057 in favour of MCPRemoteEndpoint. This cleanup is minimal — just removing the deprecated field alias to keep the API clean for the remaining v1alpha2 lifetime.
Post-implementation: Run
task gen.Acceptance Criteria
Portfield removed fromMCPRemoteProxySpectask gensucceeds