Skip to content

Remove Deprecated Port from MCPRemoteProxy Types #4267

@ChrisJBurns

Description

@ChrisJBurns

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

  • Port field removed from MCPRemoteProxySpec
  • Helper method simplified
  • task gen succeeds

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions